(0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:35.336585"], ["updated_at", "2018-12-18 14:58:35.336585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.399786"], ["updated_at", "2018-12-18 14:58:35.399786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:35.401393"], ["updated_at", "2018-12-18 14:58:35.401393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 2], ["created_at", "2018-12-18 14:58:35.403476"], ["updated_at", "2018-12-18 14:58:35.403476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 19ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:35.431832"], ["updated_at", "2018-12-18 14:58:35.431832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.434341"], ["updated_at", "2018-12-18 14:58:35.434341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:35.446381"], ["updated_at", "2018-12-18 14:58:35.446381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.449857"], ["updated_at", "2018-12-18 14:58:35.449857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "4@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 14:58:35.468741"], ["updated_at", "2018-12-18 14:58:35.471087"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 16ms (Views: 8.5ms | ActiveRecord: 0.4ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:35.489344"], ["updated_at", "2018-12-18 14:58:35.489344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.496509"], ["updated_at", "2018-12-18 14:58:35.496509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 14:58:35.501152"], ["updated_at", "2018-12-18 14:58:35.502629"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:35.507376"], ["updated_at", "2018-12-18 14:58:35.507376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.512719"], ["updated_at", "2018-12-18 14:58:35.512719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 14:58:35.519740"], ["updated_at", "2018-12-18 14:58:35.521405"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (1.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:35.558106"], ["updated_at", "2018-12-18 14:58:35.558106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.562459"], ["updated_at", "2018-12-18 14:58:35.562459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.567037"], ["updated_at", "2018-12-18 14:58:35.567037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.569241"], ["updated_at", "2018-12-18 14:58:35.569241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.578801"], ["updated_at", "2018-12-18 14:58:35.578801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.582353"], ["updated_at", "2018-12-18 14:58:35.582353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.585989"], ["updated_at", "2018-12-18 14:58:35.585989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.588554"], ["updated_at", "2018-12-18 14:58:35.588554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.593177"], ["updated_at", "2018-12-18 14:58:35.593177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.596464"], ["updated_at", "2018-12-18 14:58:35.596464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.599529"], ["updated_at", "2018-12-18 14:58:35.599529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.602232"], ["updated_at", "2018-12-18 14:58:35.602232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.604120"], ["updated_at", "2018-12-18 14:58:35.604120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.606653"], ["updated_at", "2018-12-18 14:58:35.606653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.609233"], ["updated_at", "2018-12-18 14:58:35.609233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.611185"], ["updated_at", "2018-12-18 14:58:35.611185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.613070"], ["updated_at", "2018-12-18 14:58:35.613070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.614895"], ["updated_at", "2018-12-18 14:58:35.614895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.617052"], ["updated_at", "2018-12-18 14:58:35.617052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.619128"], ["updated_at", "2018-12-18 14:58:35.619128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.620978"], ["updated_at", "2018-12-18 14:58:35.620978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.622736"], ["updated_at", "2018-12-18 14:58:35.622736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.625555"], ["updated_at", "2018-12-18 14:58:35.625555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.628192"], ["updated_at", "2018-12-18 14:58:35.628192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.630507"], ["updated_at", "2018-12-18 14:58:35.630507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.632356"], ["updated_at", "2018-12-18 14:58:35.632356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.634173"], ["updated_at", "2018-12-18 14:58:35.634173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.636241"], ["updated_at", "2018-12-18 14:58:35.636241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.638310"], ["updated_at", "2018-12-18 14:58:35.638310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.640450"], ["updated_at", "2018-12-18 14:58:35.640450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.643176"], ["updated_at", "2018-12-18 14:58:35.643176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.644955"], ["updated_at", "2018-12-18 14:58:35.644955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.646705"], ["updated_at", "2018-12-18 14:58:35.646705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.648524"], ["updated_at", "2018-12-18 14:58:35.648524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.650500"], ["updated_at", "2018-12-18 14:58:35.650500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.652533"], ["updated_at", "2018-12-18 14:58:35.652533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.654394"], ["updated_at", "2018-12-18 14:58:35.654394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.656130"], ["updated_at", "2018-12-18 14:58:35.656130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.658754"], ["updated_at", "2018-12-18 14:58:35.658754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.661195"], ["updated_at", "2018-12-18 14:58:35.661195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.663349"], ["updated_at", "2018-12-18 14:58:35.663349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.665296"], ["updated_at", "2018-12-18 14:58:35.665296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.667144"], ["updated_at", "2018-12-18 14:58:35.667144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.669037"], ["updated_at", "2018-12-18 14:58:35.669037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.670959"], ["updated_at", "2018-12-18 14:58:35.670959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.673105"], ["updated_at", "2018-12-18 14:58:35.673105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.675749"], ["updated_at", "2018-12-18 14:58:35.675749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.678163"], ["updated_at", "2018-12-18 14:58:35.678163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.680172"], ["updated_at", "2018-12-18 14:58:35.680172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.682164"], ["updated_at", "2018-12-18 14:58:35.682164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.684172"], ["updated_at", "2018-12-18 14:58:35.684172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.686307"], ["updated_at", "2018-12-18 14:58:35.686307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.688275"], ["updated_at", "2018-12-18 14:58:35.688275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.690980"], ["updated_at", "2018-12-18 14:58:35.690980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.694861"], ["updated_at", "2018-12-18 14:58:35.694861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.698224"], ["updated_at", "2018-12-18 14:58:35.698224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.700985"], ["updated_at", "2018-12-18 14:58:35.700985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.703429"], ["updated_at", "2018-12-18 14:58:35.703429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.705729"], ["updated_at", "2018-12-18 14:58:35.705729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.708539"], ["updated_at", "2018-12-18 14:58:35.708539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.711624"], ["updated_at", "2018-12-18 14:58:35.711624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.715088"], ["updated_at", "2018-12-18 14:58:35.715088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.718356"], ["updated_at", "2018-12-18 14:58:35.718356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.727702"], ["updated_at", "2018-12-18 14:58:35.727702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.730429"], ["updated_at", "2018-12-18 14:58:35.730429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.733131"], ["updated_at", "2018-12-18 14:58:35.733131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.735689"], ["updated_at", "2018-12-18 14:58:35.735689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.738012"], ["updated_at", "2018-12-18 14:58:35.738012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.742296"], ["updated_at", "2018-12-18 14:58:35.742296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.748120"], ["updated_at", "2018-12-18 14:58:35.748120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.753673"], ["updated_at", "2018-12-18 14:58:35.753673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.757573"], ["updated_at", "2018-12-18 14:58:35.757573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.761503"], ["updated_at", "2018-12-18 14:58:35.761503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.763811"], ["updated_at", "2018-12-18 14:58:35.763811"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.771804"], ["updated_at", "2018-12-18 14:58:35.771804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.786201"], ["updated_at", "2018-12-18 14:58:35.786201"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.798205"], ["updated_at", "2018-12-18 14:58:35.798205"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.801440"], ["updated_at", "2018-12-18 14:58:35.801440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.803796"], ["updated_at", "2018-12-18 14:58:35.803796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.805869"], ["updated_at", "2018-12-18 14:58:35.805869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.808532"], ["updated_at", "2018-12-18 14:58:35.808532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.812476"], ["updated_at", "2018-12-18 14:58:35.812476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.815326"], ["updated_at", "2018-12-18 14:58:35.815326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.817958"], ["updated_at", "2018-12-18 14:58:35.817958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.819948"], ["updated_at", "2018-12-18 14:58:35.819948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.822608"], ["updated_at", "2018-12-18 14:58:35.822608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.825104"], ["updated_at", "2018-12-18 14:58:35.825104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.827066"], ["updated_at", "2018-12-18 14:58:35.827066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.829241"], ["updated_at", "2018-12-18 14:58:35.829241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.831280"], ["updated_at", "2018-12-18 14:58:35.831280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.833002"], ["updated_at", "2018-12-18 14:58:35.833002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.834827"], ["updated_at", "2018-12-18 14:58:35.834827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.836590"], ["updated_at", "2018-12-18 14:58:35.836590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.838341"], ["updated_at", "2018-12-18 14:58:35.838341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.840743"], ["updated_at", "2018-12-18 14:58:35.840743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.843065"], ["updated_at", "2018-12-18 14:58:35.843065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.844848"], ["updated_at", "2018-12-18 14:58:35.844848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.846974"], ["updated_at", "2018-12-18 14:58:35.846974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.849159"], ["updated_at", "2018-12-18 14:58:35.849159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.851244"], ["updated_at", "2018-12-18 14:58:35.851244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.853193"], ["updated_at", "2018-12-18 14:58:35.853193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.854934"], ["updated_at", "2018-12-18 14:58:35.854934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.856579"], ["updated_at", "2018-12-18 14:58:35.856579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.858945"], ["updated_at", "2018-12-18 14:58:35.858945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.860845"], ["updated_at", "2018-12-18 14:58:35.860845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.862672"], ["updated_at", "2018-12-18 14:58:35.862672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.865128"], ["updated_at", "2018-12-18 14:58:35.865128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.870002"], ["updated_at", "2018-12-18 14:58:35.870002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.872115"], ["updated_at", "2018-12-18 14:58:35.872115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.874328"], ["updated_at", "2018-12-18 14:58:35.874328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.876964"], ["updated_at", "2018-12-18 14:58:35.876964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.878731"], ["updated_at", "2018-12-18 14:58:35.878731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.880444"], ["updated_at", "2018-12-18 14:58:35.880444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.882043"], ["updated_at", "2018-12-18 14:58:35.882043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.883827"], ["updated_at", "2018-12-18 14:58:35.883827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.885558"], ["updated_at", "2018-12-18 14:58:35.885558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.887556"], ["updated_at", "2018-12-18 14:58:35.887556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.889322"], ["updated_at", "2018-12-18 14:58:35.889322"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.891907"], ["updated_at", "2018-12-18 14:58:35.891907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.894126"], ["updated_at", "2018-12-18 14:58:35.894126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.896319"], ["updated_at", "2018-12-18 14:58:35.896319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.898510"], ["updated_at", "2018-12-18 14:58:35.898510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.900294"], ["updated_at", "2018-12-18 14:58:35.900294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.901967"], ["updated_at", "2018-12-18 14:58:35.901967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.903813"], ["updated_at", "2018-12-18 14:58:35.903813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.905457"], ["updated_at", "2018-12-18 14:58:35.905457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.907560"], ["updated_at", "2018-12-18 14:58:35.907560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.909844"], ["updated_at", "2018-12-18 14:58:35.909844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.912050"], ["updated_at", "2018-12-18 14:58:35.912050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.913886"], ["updated_at", "2018-12-18 14:58:35.913886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.916653"], ["updated_at", "2018-12-18 14:58:35.916653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.919458"], ["updated_at", "2018-12-18 14:58:35.919458"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.924003"], ["updated_at", "2018-12-18 14:58:35.924003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.926926"], ["updated_at", "2018-12-18 14:58:35.926926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.929751"], ["updated_at", "2018-12-18 14:58:35.929751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.933648"], ["updated_at", "2018-12-18 14:58:35.933648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.938540"], ["updated_at", "2018-12-18 14:58:35.938540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.946816"], ["updated_at", "2018-12-18 14:58:35.946816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.950211"], ["updated_at", "2018-12-18 14:58:35.950211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.953640"], ["updated_at", "2018-12-18 14:58:35.953640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.956056"], ["updated_at", "2018-12-18 14:58:35.956056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.960347"], ["updated_at", "2018-12-18 14:58:35.960347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.968951"], ["updated_at", "2018-12-18 14:58:35.968951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.983499"], ["updated_at", "2018-12-18 14:58:35.983499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.989192"], ["updated_at", "2018-12-18 14:58:35.989192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.992541"], ["updated_at", "2018-12-18 14:58:35.992541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.994591"], ["updated_at", "2018-12-18 14:58:35.994591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.996373"], ["updated_at", "2018-12-18 14:58:35.996373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:35.998158"], ["updated_at", "2018-12-18 14:58:35.998158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.000048"], ["updated_at", "2018-12-18 14:58:36.000048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.002123"], ["updated_at", "2018-12-18 14:58:36.002123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.003862"], ["updated_at", "2018-12-18 14:58:36.003862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.005508"], ["updated_at", "2018-12-18 14:58:36.005508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.008188"], ["updated_at", "2018-12-18 14:58:36.008188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.011493"], ["updated_at", "2018-12-18 14:58:36.011493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.013401"], ["updated_at", "2018-12-18 14:58:36.013401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.015111"], ["updated_at", "2018-12-18 14:58:36.015111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.016941"], ["updated_at", "2018-12-18 14:58:36.016941"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.018957"], ["updated_at", "2018-12-18 14:58:36.018957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.020892"], ["updated_at", "2018-12-18 14:58:36.020892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.022718"], ["updated_at", "2018-12-18 14:58:36.022718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.025223"], ["updated_at", "2018-12-18 14:58:36.025223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.027149"], ["updated_at", "2018-12-18 14:58:36.027149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.028821"], ["updated_at", "2018-12-18 14:58:36.028821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.030547"], ["updated_at", "2018-12-18 14:58:36.030547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.032347"], ["updated_at", "2018-12-18 14:58:36.032347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.034050"], ["updated_at", "2018-12-18 14:58:36.034050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.035794"], ["updated_at", "2018-12-18 14:58:36.035794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.037882"], ["updated_at", "2018-12-18 14:58:36.037882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.039675"], ["updated_at", "2018-12-18 14:58:36.039675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.042162"], ["updated_at", "2018-12-18 14:58:36.042162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.045788"], ["updated_at", "2018-12-18 14:58:36.045788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.047794"], ["updated_at", "2018-12-18 14:58:36.047794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.049856"], ["updated_at", "2018-12-18 14:58:36.049856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.051701"], ["updated_at", "2018-12-18 14:58:36.051701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.053434"], ["updated_at", "2018-12-18 14:58:36.053434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.056055"], ["updated_at", "2018-12-18 14:58:36.056055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.059069"], ["updated_at", "2018-12-18 14:58:36.059069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.063280"], ["updated_at", "2018-12-18 14:58:36.063280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.065364"], ["updated_at", "2018-12-18 14:58:36.065364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.067331"], ["updated_at", "2018-12-18 14:58:36.067331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.069274"], ["updated_at", "2018-12-18 14:58:36.069274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.071236"], ["updated_at", "2018-12-18 14:58:36.071236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.078822"], ["updated_at", "2018-12-18 14:58:36.078822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.080724"], ["updated_at", "2018-12-18 14:58:36.080724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.082559"], ["updated_at", "2018-12-18 14:58:36.082559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.084307"], ["updated_at", "2018-12-18 14:58:36.084307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.086026"], ["updated_at", "2018-12-18 14:58:36.086026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.088812"], ["updated_at", "2018-12-18 14:58:36.088812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.091122"], ["updated_at", "2018-12-18 14:58:36.091122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.093474"], ["updated_at", "2018-12-18 14:58:36.093474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.095357"], ["updated_at", "2018-12-18 14:58:36.095357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.097132"], ["updated_at", "2018-12-18 14:58:36.097132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.098841"], ["updated_at", "2018-12-18 14:58:36.098841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.100552"], ["updated_at", "2018-12-18 14:58:36.100552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.102295"], ["updated_at", "2018-12-18 14:58:36.102295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.104174"], ["updated_at", "2018-12-18 14:58:36.104174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.106044"], ["updated_at", "2018-12-18 14:58:36.106044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.108397"], ["updated_at", "2018-12-18 14:58:36.108397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.110724"], ["updated_at", "2018-12-18 14:58:36.110724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.112486"], ["updated_at", "2018-12-18 14:58:36.112486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.114164"], ["updated_at", "2018-12-18 14:58:36.114164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.115950"], ["updated_at", "2018-12-18 14:58:36.115950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.117896"], ["updated_at", "2018-12-18 14:58:36.117896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.119655"], ["updated_at", "2018-12-18 14:58:36.119655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.121445"], ["updated_at", "2018-12-18 14:58:36.121445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.123223"], ["updated_at", "2018-12-18 14:58:36.123223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.126083"], ["updated_at", "2018-12-18 14:58:36.126083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.128311"], ["updated_at", "2018-12-18 14:58:36.128311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.130139"], ["updated_at", "2018-12-18 14:58:36.130139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.131852"], ["updated_at", "2018-12-18 14:58:36.131852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.133523"], ["updated_at", "2018-12-18 14:58:36.133523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.135185"], ["updated_at", "2018-12-18 14:58:36.135185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.136891"], ["updated_at", "2018-12-18 14:58:36.136891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.138698"], ["updated_at", "2018-12-18 14:58:36.138698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.141015"], ["updated_at", "2018-12-18 14:58:36.141015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.143030"], ["updated_at", "2018-12-18 14:58:36.143030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.145254"], ["updated_at", "2018-12-18 14:58:36.145254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.147088"], ["updated_at", "2018-12-18 14:58:36.147088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.148784"], ["updated_at", "2018-12-18 14:58:36.148784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.150613"], ["updated_at", "2018-12-18 14:58:36.150613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.152334"], ["updated_at", "2018-12-18 14:58:36.152334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.153969"], ["updated_at", "2018-12-18 14:58:36.153969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.155536"], ["updated_at", "2018-12-18 14:58:36.155536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.157654"], ["updated_at", "2018-12-18 14:58:36.157654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.159863"], ["updated_at", "2018-12-18 14:58:36.159863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.161856"], ["updated_at", "2018-12-18 14:58:36.161856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.163981"], ["updated_at", "2018-12-18 14:58:36.163981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.165913"], ["updated_at", "2018-12-18 14:58:36.165913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.167584"], ["updated_at", "2018-12-18 14:58:36.167584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.169219"], ["updated_at", "2018-12-18 14:58:36.169219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.171011"], ["updated_at", "2018-12-18 14:58:36.171011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.172703"], ["updated_at", "2018-12-18 14:58:36.172703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.175395"], ["updated_at", "2018-12-18 14:58:36.175395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.177951"], ["updated_at", "2018-12-18 14:58:36.177951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.180135"], ["updated_at", "2018-12-18 14:58:36.180135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.182290"], ["updated_at", "2018-12-18 14:58:36.182290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.184258"], ["updated_at", "2018-12-18 14:58:36.184258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.186228"], ["updated_at", "2018-12-18 14:58:36.186228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.187940"], ["updated_at", "2018-12-18 14:58:36.187940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.189617"], ["updated_at", "2018-12-18 14:58:36.189617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.192145"], ["updated_at", "2018-12-18 14:58:36.192145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.194043"], ["updated_at", "2018-12-18 14:58:36.194043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.196108"], ["updated_at", "2018-12-18 14:58:36.196108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.198676"], ["updated_at", "2018-12-18 14:58:36.198676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.200830"], ["updated_at", "2018-12-18 14:58:36.200830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.202928"], ["updated_at", "2018-12-18 14:58:36.202928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.205024"], ["updated_at", "2018-12-18 14:58:36.205024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.207464"], ["updated_at", "2018-12-18 14:58:36.207464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.210354"], ["updated_at", "2018-12-18 14:58:36.210354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.212390"], ["updated_at", "2018-12-18 14:58:36.212390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.214069"], ["updated_at", "2018-12-18 14:58:36.214069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.215721"], ["updated_at", "2018-12-18 14:58:36.215721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.217942"], ["updated_at", "2018-12-18 14:58:36.217942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.219706"], ["updated_at", "2018-12-18 14:58:36.219706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.221466"], ["updated_at", "2018-12-18 14:58:36.221466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.223171"], ["updated_at", "2018-12-18 14:58:36.223171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.225562"], ["updated_at", "2018-12-18 14:58:36.225562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.227309"], ["updated_at", "2018-12-18 14:58:36.227309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.229088"], ["updated_at", "2018-12-18 14:58:36.229088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.230753"], ["updated_at", "2018-12-18 14:58:36.230753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.232638"], ["updated_at", "2018-12-18 14:58:36.232638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.234693"], ["updated_at", "2018-12-18 14:58:36.234693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.236611"], ["updated_at", "2018-12-18 14:58:36.236611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.238292"], ["updated_at", "2018-12-18 14:58:36.238292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.240314"], ["updated_at", "2018-12-18 14:58:36.240314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.242614"], ["updated_at", "2018-12-18 14:58:36.242614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.244710"], ["updated_at", "2018-12-18 14:58:36.244710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.246535"], ["updated_at", "2018-12-18 14:58:36.246535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.248282"], ["updated_at", "2018-12-18 14:58:36.248282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.250338"], ["updated_at", "2018-12-18 14:58:36.250338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.253085"], ["updated_at", "2018-12-18 14:58:36.253085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.255099"], ["updated_at", "2018-12-18 14:58:36.255099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.257314"], ["updated_at", "2018-12-18 14:58:36.257314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.259682"], ["updated_at", "2018-12-18 14:58:36.259682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.261573"], ["updated_at", "2018-12-18 14:58:36.261573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.263566"], ["updated_at", "2018-12-18 14:58:36.263566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.265347"], ["updated_at", "2018-12-18 14:58:36.265347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.267319"], ["updated_at", "2018-12-18 14:58:36.267319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.269101"], ["updated_at", "2018-12-18 14:58:36.269101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.271180"], ["updated_at", "2018-12-18 14:58:36.271180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.272925"], ["updated_at", "2018-12-18 14:58:36.272925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.275075"], ["updated_at", "2018-12-18 14:58:36.275075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.277149"], ["updated_at", "2018-12-18 14:58:36.277149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.279054"], ["updated_at", "2018-12-18 14:58:36.279054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.280789"], ["updated_at", "2018-12-18 14:58:36.280789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.282505"], ["updated_at", "2018-12-18 14:58:36.282505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.284188"], ["updated_at", "2018-12-18 14:58:36.284188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.285908"], ["updated_at", "2018-12-18 14:58:36.285908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.287803"], ["updated_at", "2018-12-18 14:58:36.287803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.290096"], ["updated_at", "2018-12-18 14:58:36.290096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.292465"], ["updated_at", "2018-12-18 14:58:36.292465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.294855"], ["updated_at", "2018-12-18 14:58:36.294855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.296656"], ["updated_at", "2018-12-18 14:58:36.296656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.298469"], ["updated_at", "2018-12-18 14:58:36.298469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.300176"], ["updated_at", "2018-12-18 14:58:36.300176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.302041"], ["updated_at", "2018-12-18 14:58:36.302041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.309621"], ["updated_at", "2018-12-18 14:58:36.309621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.311468"], ["updated_at", "2018-12-18 14:58:36.311468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.313451"], ["updated_at", "2018-12-18 14:58:36.313451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.315331"], ["updated_at", "2018-12-18 14:58:36.315331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.317080"], ["updated_at", "2018-12-18 14:58:36.317080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.318971"], ["updated_at", "2018-12-18 14:58:36.318971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.320807"], ["updated_at", "2018-12-18 14:58:36.320807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.322629"], ["updated_at", "2018-12-18 14:58:36.322629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.325183"], ["updated_at", "2018-12-18 14:58:36.325183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.327196"], ["updated_at", "2018-12-18 14:58:36.327196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.329315"], ["updated_at", "2018-12-18 14:58:36.329315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.331080"], ["updated_at", "2018-12-18 14:58:36.331080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.332905"], ["updated_at", "2018-12-18 14:58:36.332905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.334723"], ["updated_at", "2018-12-18 14:58:36.334723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.336589"], ["updated_at", "2018-12-18 14:58:36.336589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.338395"], ["updated_at", "2018-12-18 14:58:36.338395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.340231"], ["updated_at", "2018-12-18 14:58:36.340231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.342897"], ["updated_at", "2018-12-18 14:58:36.342897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.344901"], ["updated_at", "2018-12-18 14:58:36.344901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.346681"], ["updated_at", "2018-12-18 14:58:36.346681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.348789"], ["updated_at", "2018-12-18 14:58:36.348789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.351376"], ["updated_at", "2018-12-18 14:58:36.351376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.353680"], ["updated_at", "2018-12-18 14:58:36.353680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.355596"], ["updated_at", "2018-12-18 14:58:36.355596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.357946"], ["updated_at", "2018-12-18 14:58:36.357946"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.360433"], ["updated_at", "2018-12-18 14:58:36.360433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.362403"], ["updated_at", "2018-12-18 14:58:36.362403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.364186"], ["updated_at", "2018-12-18 14:58:36.364186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.365929"], ["updated_at", "2018-12-18 14:58:36.365929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.367798"], ["updated_at", "2018-12-18 14:58:36.367798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.369606"], ["updated_at", "2018-12-18 14:58:36.369606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.371551"], ["updated_at", "2018-12-18 14:58:36.371551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.373858"], ["updated_at", "2018-12-18 14:58:36.373858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.376406"], ["updated_at", "2018-12-18 14:58:36.376406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.378865"], ["updated_at", "2018-12-18 14:58:36.378865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.380787"], ["updated_at", "2018-12-18 14:58:36.380787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.382866"], ["updated_at", "2018-12-18 14:58:36.382866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.385198"], ["updated_at", "2018-12-18 14:58:36.385198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.387046"], ["updated_at", "2018-12-18 14:58:36.387046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.388875"], ["updated_at", "2018-12-18 14:58:36.388875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.391138"], ["updated_at", "2018-12-18 14:58:36.391138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.393284"], ["updated_at", "2018-12-18 14:58:36.393284"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.396221"], ["updated_at", "2018-12-18 14:58:36.396221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.398163"], ["updated_at", "2018-12-18 14:58:36.398163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.399965"], ["updated_at", "2018-12-18 14:58:36.399965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.401902"], ["updated_at", "2018-12-18 14:58:36.401902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.403722"], ["updated_at", "2018-12-18 14:58:36.403722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.405617"], ["updated_at", "2018-12-18 14:58:36.405617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.407766"], ["updated_at", "2018-12-18 14:58:36.407766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.410150"], ["updated_at", "2018-12-18 14:58:36.410150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.412398"], ["updated_at", "2018-12-18 14:58:36.412398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.415003"], ["updated_at", "2018-12-18 14:58:36.415003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.417139"], ["updated_at", "2018-12-18 14:58:36.417139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.419615"], ["updated_at", "2018-12-18 14:58:36.419615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.421954"], ["updated_at", "2018-12-18 14:58:36.421954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.424895"], ["updated_at", "2018-12-18 14:58:36.424895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.427400"], ["updated_at", "2018-12-18 14:58:36.427400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.430042"], ["updated_at", "2018-12-18 14:58:36.430042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.432858"], ["updated_at", "2018-12-18 14:58:36.432858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.434885"], ["updated_at", "2018-12-18 14:58:36.434885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.437193"], ["updated_at", "2018-12-18 14:58:36.437193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.439479"], ["updated_at", "2018-12-18 14:58:36.439479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.442104"], ["updated_at", "2018-12-18 14:58:36.442104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.444339"], ["updated_at", "2018-12-18 14:58:36.444339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.446390"], ["updated_at", "2018-12-18 14:58:36.446390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.448239"], ["updated_at", "2018-12-18 14:58:36.448239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.450554"], ["updated_at", "2018-12-18 14:58:36.450554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.452789"], ["updated_at", "2018-12-18 14:58:36.452789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.454858"], ["updated_at", "2018-12-18 14:58:36.454858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.457220"], ["updated_at", "2018-12-18 14:58:36.457220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.459778"], ["updated_at", "2018-12-18 14:58:36.459778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.461847"], ["updated_at", "2018-12-18 14:58:36.461847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.464277"], ["updated_at", "2018-12-18 14:58:36.464277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.466798"], ["updated_at", "2018-12-18 14:58:36.466798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.469020"], ["updated_at", "2018-12-18 14:58:36.469020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.471067"], ["updated_at", "2018-12-18 14:58:36.471067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.474634"], ["updated_at", "2018-12-18 14:58:36.474634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.477644"], ["updated_at", "2018-12-18 14:58:36.477644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.479855"], ["updated_at", "2018-12-18 14:58:36.479855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.481932"], ["updated_at", "2018-12-18 14:58:36.481932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.484502"], ["updated_at", "2018-12-18 14:58:36.484502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.486763"], ["updated_at", "2018-12-18 14:58:36.486763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.489010"], ["updated_at", "2018-12-18 14:58:36.489010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.491632"], ["updated_at", "2018-12-18 14:58:36.491632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.494076"], ["updated_at", "2018-12-18 14:58:36.494076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.496448"], ["updated_at", "2018-12-18 14:58:36.496448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.498735"], ["updated_at", "2018-12-18 14:58:36.498735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.501416"], ["updated_at", "2018-12-18 14:58:36.501416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.503671"], ["updated_at", "2018-12-18 14:58:36.503671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.506469"], ["updated_at", "2018-12-18 14:58:36.506469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.509623"], ["updated_at", "2018-12-18 14:58:36.509623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.512168"], ["updated_at", "2018-12-18 14:58:36.512168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.514411"], ["updated_at", "2018-12-18 14:58:36.514411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.516495"], ["updated_at", "2018-12-18 14:58:36.516495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.519040"], ["updated_at", "2018-12-18 14:58:36.519040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.521219"], ["updated_at", "2018-12-18 14:58:36.521219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.523626"], ["updated_at", "2018-12-18 14:58:36.523626"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.526493"], ["updated_at", "2018-12-18 14:58:36.526493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.528843"], ["updated_at", "2018-12-18 14:58:36.528843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.531250"], ["updated_at", "2018-12-18 14:58:36.531250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.533322"], ["updated_at", "2018-12-18 14:58:36.533322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.535709"], ["updated_at", "2018-12-18 14:58:36.535709"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.538126"], ["updated_at", "2018-12-18 14:58:36.538126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.540300"], ["updated_at", "2018-12-18 14:58:36.540300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:36.553974"], ["updated_at", "2018-12-18 14:58:36.553974"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.557596"], ["updated_at", "2018-12-18 14:58:36.557596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.574602"], ["updated_at", "2018-12-18 14:58:36.574602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:36.581039"], ["updated_at", "2018-12-18 14:58:36.581039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:36.588575"], ["updated_at", "2018-12-18 14:58:36.588575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.593223"], ["updated_at", "2018-12-18 14:58:36.593223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.595695"], ["updated_at", "2018-12-18 14:58:36.595695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.597715"], ["updated_at", "2018-12-18 14:58:36.597715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.599737"], ["updated_at", "2018-12-18 14:58:36.599737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.602037"], ["updated_at", "2018-12-18 14:58:36.602037"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.604032"], ["updated_at", "2018-12-18 14:58:36.604032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.606498"], ["updated_at", "2018-12-18 14:58:36.606498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.609134"], ["updated_at", "2018-12-18 14:58:36.609134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.610918"], ["updated_at", "2018-12-18 14:58:36.610918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.612592"], ["updated_at", "2018-12-18 14:58:36.612592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.614238"], ["updated_at", "2018-12-18 14:58:36.614238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.616024"], ["updated_at", "2018-12-18 14:58:36.616024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.617670"], ["updated_at", "2018-12-18 14:58:36.617670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.619284"], ["updated_at", "2018-12-18 14:58:36.619284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.620868"], ["updated_at", "2018-12-18 14:58:36.620868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.622881"], ["updated_at", "2018-12-18 14:58:36.622881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.626424"], ["updated_at", "2018-12-18 14:58:36.626424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.628344"], ["updated_at", "2018-12-18 14:58:36.628344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.630070"], ["updated_at", "2018-12-18 14:58:36.630070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.631680"], ["updated_at", "2018-12-18 14:58:36.631680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.633334"], ["updated_at", "2018-12-18 14:58:36.633334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.635166"], ["updated_at", "2018-12-18 14:58:36.635166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.636891"], ["updated_at", "2018-12-18 14:58:36.636891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.638937"], ["updated_at", "2018-12-18 14:58:36.638937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.641054"], ["updated_at", "2018-12-18 14:58:36.641054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.643376"], ["updated_at", "2018-12-18 14:58:36.643376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.645971"], ["updated_at", "2018-12-18 14:58:36.645971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.647745"], ["updated_at", "2018-12-18 14:58:36.647745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.649420"], ["updated_at", "2018-12-18 14:58:36.649420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.651104"], ["updated_at", "2018-12-18 14:58:36.651104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.652813"], ["updated_at", "2018-12-18 14:58:36.652813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.654454"], ["updated_at", "2018-12-18 14:58:36.654454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.656171"], ["updated_at", "2018-12-18 14:58:36.656171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.658390"], ["updated_at", "2018-12-18 14:58:36.658390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.660270"], ["updated_at", "2018-12-18 14:58:36.660270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.663414"], ["updated_at", "2018-12-18 14:58:36.663414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.665648"], ["updated_at", "2018-12-18 14:58:36.665648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.667478"], ["updated_at", "2018-12-18 14:58:36.667478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.669183"], ["updated_at", "2018-12-18 14:58:36.669183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.670853"], ["updated_at", "2018-12-18 14:58:36.670853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.672639"], ["updated_at", "2018-12-18 14:58:36.672639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.675003"], ["updated_at", "2018-12-18 14:58:36.675003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.676945"], ["updated_at", "2018-12-18 14:58:36.676945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.678600"], ["updated_at", "2018-12-18 14:58:36.678600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.680852"], ["updated_at", "2018-12-18 14:58:36.680852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.682585"], ["updated_at", "2018-12-18 14:58:36.682585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.684549"], ["updated_at", "2018-12-18 14:58:36.684549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.687620"], ["updated_at", "2018-12-18 14:58:36.687620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.691212"], ["updated_at", "2018-12-18 14:58:36.691212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.693814"], ["updated_at", "2018-12-18 14:58:36.693814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.695673"], ["updated_at", "2018-12-18 14:58:36.695673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.697583"], ["updated_at", "2018-12-18 14:58:36.697583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.699567"], ["updated_at", "2018-12-18 14:58:36.699567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.701406"], ["updated_at", "2018-12-18 14:58:36.701406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.703518"], ["updated_at", "2018-12-18 14:58:36.703518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.705259"], ["updated_at", "2018-12-18 14:58:36.705259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.707086"], ["updated_at", "2018-12-18 14:58:36.707086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.711007"], ["updated_at", "2018-12-18 14:58:36.711007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.712873"], ["updated_at", "2018-12-18 14:58:36.712873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.714777"], ["updated_at", "2018-12-18 14:58:36.714777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.716874"], ["updated_at", "2018-12-18 14:58:36.716874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.718574"], ["updated_at", "2018-12-18 14:58:36.718574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.720341"], ["updated_at", "2018-12-18 14:58:36.720341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.722007"], ["updated_at", "2018-12-18 14:58:36.722007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.723959"], ["updated_at", "2018-12-18 14:58:36.723959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.726280"], ["updated_at", "2018-12-18 14:58:36.726280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.728140"], ["updated_at", "2018-12-18 14:58:36.728140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.729865"], ["updated_at", "2018-12-18 14:58:36.729865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.731634"], ["updated_at", "2018-12-18 14:58:36.731634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.733430"], ["updated_at", "2018-12-18 14:58:36.733430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.735507"], ["updated_at", "2018-12-18 14:58:36.735507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.737237"], ["updated_at", "2018-12-18 14:58:36.737237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.738869"], ["updated_at", "2018-12-18 14:58:36.738869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.740830"], ["updated_at", "2018-12-18 14:58:36.740830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.743266"], ["updated_at", "2018-12-18 14:58:36.743266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.745127"], ["updated_at", "2018-12-18 14:58:36.745127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.746883"], ["updated_at", "2018-12-18 14:58:36.746883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.748604"], ["updated_at", "2018-12-18 14:58:36.748604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.750320"], ["updated_at", "2018-12-18 14:58:36.750320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.752447"], ["updated_at", "2018-12-18 14:58:36.752447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.754269"], ["updated_at", "2018-12-18 14:58:36.754269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.756068"], ["updated_at", "2018-12-18 14:58:36.756068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.758349"], ["updated_at", "2018-12-18 14:58:36.758349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.760404"], ["updated_at", "2018-12-18 14:58:36.760404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.762324"], ["updated_at", "2018-12-18 14:58:36.762324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.764179"], ["updated_at", "2018-12-18 14:58:36.764179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.766049"], ["updated_at", "2018-12-18 14:58:36.766049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.768205"], ["updated_at", "2018-12-18 14:58:36.768205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.770296"], ["updated_at", "2018-12-18 14:58:36.770296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.772082"], ["updated_at", "2018-12-18 14:58:36.772082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.774207"], ["updated_at", "2018-12-18 14:58:36.774207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.776603"], ["updated_at", "2018-12-18 14:58:36.776603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.778702"], ["updated_at", "2018-12-18 14:58:36.778702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.780815"], ["updated_at", "2018-12-18 14:58:36.780815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.782581"], ["updated_at", "2018-12-18 14:58:36.782581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.784245"], ["updated_at", "2018-12-18 14:58:36.784245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.786352"], ["updated_at", "2018-12-18 14:58:36.786352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.788242"], ["updated_at", "2018-12-18 14:58:36.788242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.795119"], ["updated_at", "2018-12-18 14:58:36.795119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.796869"], ["updated_at", "2018-12-18 14:58:36.796869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.798775"], ["updated_at", "2018-12-18 14:58:36.798775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.800574"], ["updated_at", "2018-12-18 14:58:36.800574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.802266"], ["updated_at", "2018-12-18 14:58:36.802266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.804478"], ["updated_at", "2018-12-18 14:58:36.804478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.806183"], ["updated_at", "2018-12-18 14:58:36.806183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.808783"], ["updated_at", "2018-12-18 14:58:36.808783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.810752"], ["updated_at", "2018-12-18 14:58:36.810752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.812712"], ["updated_at", "2018-12-18 14:58:36.812712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.814537"], ["updated_at", "2018-12-18 14:58:36.814537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.816254"], ["updated_at", "2018-12-18 14:58:36.816254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.817945"], ["updated_at", "2018-12-18 14:58:36.817945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.819580"], ["updated_at", "2018-12-18 14:58:36.819580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.821587"], ["updated_at", "2018-12-18 14:58:36.821587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.823560"], ["updated_at", "2018-12-18 14:58:36.823560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.825876"], ["updated_at", "2018-12-18 14:58:36.825876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.827781"], ["updated_at", "2018-12-18 14:58:36.827781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.829453"], ["updated_at", "2018-12-18 14:58:36.829453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.831075"], ["updated_at", "2018-12-18 14:58:36.831075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.832876"], ["updated_at", "2018-12-18 14:58:36.832876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.834568"], ["updated_at", "2018-12-18 14:58:36.834568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.836391"], ["updated_at", "2018-12-18 14:58:36.836391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.838120"], ["updated_at", "2018-12-18 14:58:36.838120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.840291"], ["updated_at", "2018-12-18 14:58:36.840291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.842878"], ["updated_at", "2018-12-18 14:58:36.842878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.844780"], ["updated_at", "2018-12-18 14:58:36.844780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.846676"], ["updated_at", "2018-12-18 14:58:36.846676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.848502"], ["updated_at", "2018-12-18 14:58:36.848502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.850300"], ["updated_at", "2018-12-18 14:58:36.850300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.852661"], ["updated_at", "2018-12-18 14:58:36.852661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.854632"], ["updated_at", "2018-12-18 14:58:36.854632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.856333"], ["updated_at", "2018-12-18 14:58:36.856333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.858748"], ["updated_at", "2018-12-18 14:58:36.858748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.861026"], ["updated_at", "2018-12-18 14:58:36.861026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.862807"], ["updated_at", "2018-12-18 14:58:36.862807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.864445"], ["updated_at", "2018-12-18 14:58:36.864445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.866096"], ["updated_at", "2018-12-18 14:58:36.866096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.867910"], ["updated_at", "2018-12-18 14:58:36.867910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.869690"], ["updated_at", "2018-12-18 14:58:36.869690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.871506"], ["updated_at", "2018-12-18 14:58:36.871506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.873176"], ["updated_at", "2018-12-18 14:58:36.873176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.875355"], ["updated_at", "2018-12-18 14:58:36.875355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.877594"], ["updated_at", "2018-12-18 14:58:36.877594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.879563"], ["updated_at", "2018-12-18 14:58:36.879563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.881270"], ["updated_at", "2018-12-18 14:58:36.881270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.883082"], ["updated_at", "2018-12-18 14:58:36.883082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.884749"], ["updated_at", "2018-12-18 14:58:36.884749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.886388"], ["updated_at", "2018-12-18 14:58:36.886388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.887997"], ["updated_at", "2018-12-18 14:58:36.887997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.889744"], ["updated_at", "2018-12-18 14:58:36.889744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.891774"], ["updated_at", "2018-12-18 14:58:36.891774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.893902"], ["updated_at", "2018-12-18 14:58:36.893902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.896091"], ["updated_at", "2018-12-18 14:58:36.896091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.897867"], ["updated_at", "2018-12-18 14:58:36.897867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.899482"], ["updated_at", "2018-12-18 14:58:36.899482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.901117"], ["updated_at", "2018-12-18 14:58:36.901117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.902860"], ["updated_at", "2018-12-18 14:58:36.902860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.904662"], ["updated_at", "2018-12-18 14:58:36.904662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.906428"], ["updated_at", "2018-12-18 14:58:36.906428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.908866"], ["updated_at", "2018-12-18 14:58:36.908866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.910847"], ["updated_at", "2018-12-18 14:58:36.910847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.912569"], ["updated_at", "2018-12-18 14:58:36.912569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.914706"], ["updated_at", "2018-12-18 14:58:36.914706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.916482"], ["updated_at", "2018-12-18 14:58:36.916482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.918181"], ["updated_at", "2018-12-18 14:58:36.918181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.919873"], ["updated_at", "2018-12-18 14:58:36.919873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.921510"], ["updated_at", "2018-12-18 14:58:36.921510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.923149"], ["updated_at", "2018-12-18 14:58:36.923149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.925530"], ["updated_at", "2018-12-18 14:58:36.925530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.927416"], ["updated_at", "2018-12-18 14:58:36.927416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.929284"], ["updated_at", "2018-12-18 14:58:36.929284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.931246"], ["updated_at", "2018-12-18 14:58:36.931246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.933275"], ["updated_at", "2018-12-18 14:58:36.933275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.935036"], ["updated_at", "2018-12-18 14:58:36.935036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.936904"], ["updated_at", "2018-12-18 14:58:36.936904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.938713"], ["updated_at", "2018-12-18 14:58:36.938713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.940873"], ["updated_at", "2018-12-18 14:58:36.940873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.943130"], ["updated_at", "2018-12-18 14:58:36.943130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.944984"], ["updated_at", "2018-12-18 14:58:36.944984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.946711"], ["updated_at", "2018-12-18 14:58:36.946711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.948418"], ["updated_at", "2018-12-18 14:58:36.948418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.950447"], ["updated_at", "2018-12-18 14:58:36.950447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.952321"], ["updated_at", "2018-12-18 14:58:36.952321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.954049"], ["updated_at", "2018-12-18 14:58:36.954049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.955769"], ["updated_at", "2018-12-18 14:58:36.955769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.957740"], ["updated_at", "2018-12-18 14:58:36.957740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.959985"], ["updated_at", "2018-12-18 14:58:36.959985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.961822"], ["updated_at", "2018-12-18 14:58:36.961822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.963762"], ["updated_at", "2018-12-18 14:58:36.963762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.965649"], ["updated_at", "2018-12-18 14:58:36.965649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.967760"], ["updated_at", "2018-12-18 14:58:36.967760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.969648"], ["updated_at", "2018-12-18 14:58:36.969648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.971806"], ["updated_at", "2018-12-18 14:58:36.971806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.975362"], ["updated_at", "2018-12-18 14:58:36.975362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.978658"], ["updated_at", "2018-12-18 14:58:36.978658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.981123"], ["updated_at", "2018-12-18 14:58:36.981123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.982921"], ["updated_at", "2018-12-18 14:58:36.982921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.990152"], ["updated_at", "2018-12-18 14:58:36.990152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.993003"], ["updated_at", "2018-12-18 14:58:36.993003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.996070"], ["updated_at", "2018-12-18 14:58:36.996070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.997956"], ["updated_at", "2018-12-18 14:58:36.997956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:36.999687"], ["updated_at", "2018-12-18 14:58:36.999687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.001366"], ["updated_at", "2018-12-18 14:58:37.001366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.002981"], ["updated_at", "2018-12-18 14:58:37.002981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.005069"], ["updated_at", "2018-12-18 14:58:37.005069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.007231"], ["updated_at", "2018-12-18 14:58:37.007231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.009693"], ["updated_at", "2018-12-18 14:58:37.009693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.011649"], ["updated_at", "2018-12-18 14:58:37.011649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.013506"], ["updated_at", "2018-12-18 14:58:37.013506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.015200"], ["updated_at", "2018-12-18 14:58:37.015200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.016900"], ["updated_at", "2018-12-18 14:58:37.016900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.018693"], ["updated_at", "2018-12-18 14:58:37.018693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.020506"], ["updated_at", "2018-12-18 14:58:37.020506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.022699"], ["updated_at", "2018-12-18 14:58:37.022699"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.024787"], ["updated_at", "2018-12-18 14:58:37.024787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.027048"], ["updated_at", "2018-12-18 14:58:37.027048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.028810"], ["updated_at", "2018-12-18 14:58:37.028810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.030522"], ["updated_at", "2018-12-18 14:58:37.030522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.032900"], ["updated_at", "2018-12-18 14:58:37.032900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.035083"], ["updated_at", "2018-12-18 14:58:37.035083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.036873"], ["updated_at", "2018-12-18 14:58:37.036873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.038534"], ["updated_at", "2018-12-18 14:58:37.038534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.041121"], ["updated_at", "2018-12-18 14:58:37.041121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.045228"], ["updated_at", "2018-12-18 14:58:37.045228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.048130"], ["updated_at", "2018-12-18 14:58:37.048130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.050279"], ["updated_at", "2018-12-18 14:58:37.050279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.052904"], ["updated_at", "2018-12-18 14:58:37.052904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.055038"], ["updated_at", "2018-12-18 14:58:37.055038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.057667"], ["updated_at", "2018-12-18 14:58:37.057667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.061260"], ["updated_at", "2018-12-18 14:58:37.061260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.063883"], ["updated_at", "2018-12-18 14:58:37.063883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.066199"], ["updated_at", "2018-12-18 14:58:37.066199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.068779"], ["updated_at", "2018-12-18 14:58:37.068779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.070762"], ["updated_at", "2018-12-18 14:58:37.070762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.073091"], ["updated_at", "2018-12-18 14:58:37.073091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.076371"], ["updated_at", "2018-12-18 14:58:37.076371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.078220"], ["updated_at", "2018-12-18 14:58:37.078220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.080135"], ["updated_at", "2018-12-18 14:58:37.080135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.081887"], ["updated_at", "2018-12-18 14:58:37.081887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.083956"], ["updated_at", "2018-12-18 14:58:37.083956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.085644"], ["updated_at", "2018-12-18 14:58:37.085644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.087306"], ["updated_at", "2018-12-18 14:58:37.087306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.089266"], ["updated_at", "2018-12-18 14:58:37.089266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.091394"], ["updated_at", "2018-12-18 14:58:37.091394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.093887"], ["updated_at", "2018-12-18 14:58:37.093887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.095614"], ["updated_at", "2018-12-18 14:58:37.095614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.097292"], ["updated_at", "2018-12-18 14:58:37.097292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.099088"], ["updated_at", "2018-12-18 14:58:37.099088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.100784"], ["updated_at", "2018-12-18 14:58:37.100784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.102572"], ["updated_at", "2018-12-18 14:58:37.102572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.104250"], ["updated_at", "2018-12-18 14:58:37.104250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.106113"], ["updated_at", "2018-12-18 14:58:37.106113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.108250"], ["updated_at", "2018-12-18 14:58:37.108250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.110687"], ["updated_at", "2018-12-18 14:58:37.110687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.112774"], ["updated_at", "2018-12-18 14:58:37.112774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.115695"], ["updated_at", "2018-12-18 14:58:37.115695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.117521"], ["updated_at", "2018-12-18 14:58:37.117521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.119223"], ["updated_at", "2018-12-18 14:58:37.119223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.120944"], ["updated_at", "2018-12-18 14:58:37.120944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.122648"], ["updated_at", "2018-12-18 14:58:37.122648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.125393"], ["updated_at", "2018-12-18 14:58:37.125393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.127886"], ["updated_at", "2018-12-18 14:58:37.127886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.130104"], ["updated_at", "2018-12-18 14:58:37.130104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.131802"], ["updated_at", "2018-12-18 14:58:37.131802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.133512"], ["updated_at", "2018-12-18 14:58:37.133512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.135299"], ["updated_at", "2018-12-18 14:58:37.135299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.137575"], ["updated_at", "2018-12-18 14:58:37.137575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.139379"], ["updated_at", "2018-12-18 14:58:37.139379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.141398"], ["updated_at", "2018-12-18 14:58:37.141398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.144098"], ["updated_at", "2018-12-18 14:58:37.144098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.146097"], ["updated_at", "2018-12-18 14:58:37.146097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.148204"], ["updated_at", "2018-12-18 14:58:37.148204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.150368"], ["updated_at", "2018-12-18 14:58:37.150368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.152349"], ["updated_at", "2018-12-18 14:58:37.152349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.154088"], ["updated_at", "2018-12-18 14:58:37.154088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.155773"], ["updated_at", "2018-12-18 14:58:37.155773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.158054"], ["updated_at", "2018-12-18 14:58:37.158054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.160702"], ["updated_at", "2018-12-18 14:58:37.160702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.162591"], ["updated_at", "2018-12-18 14:58:37.162591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.164626"], ["updated_at", "2018-12-18 14:58:37.164626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.166563"], ["updated_at", "2018-12-18 14:58:37.166563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.168305"], ["updated_at", "2018-12-18 14:58:37.168305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.169999"], ["updated_at", "2018-12-18 14:58:37.169999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.171769"], ["updated_at", "2018-12-18 14:58:37.171769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.173648"], ["updated_at", "2018-12-18 14:58:37.173648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.176163"], ["updated_at", "2018-12-18 14:58:37.176163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.178697"], ["updated_at", "2018-12-18 14:58:37.178697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.180561"], ["updated_at", "2018-12-18 14:58:37.180561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.182303"], ["updated_at", "2018-12-18 14:58:37.182303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.184517"], ["updated_at", "2018-12-18 14:58:37.184517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.186337"], ["updated_at", "2018-12-18 14:58:37.186337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.194107"], ["updated_at", "2018-12-18 14:58:37.194107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.196159"], ["updated_at", "2018-12-18 14:58:37.196159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.198000"], ["updated_at", "2018-12-18 14:58:37.198000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.199705"], ["updated_at", "2018-12-18 14:58:37.199705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.201704"], ["updated_at", "2018-12-18 14:58:37.201704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.203457"], ["updated_at", "2018-12-18 14:58:37.203457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.205153"], ["updated_at", "2018-12-18 14:58:37.205153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.207053"], ["updated_at", "2018-12-18 14:58:37.207053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.209364"], ["updated_at", "2018-12-18 14:58:37.209364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.211273"], ["updated_at", "2018-12-18 14:58:37.211273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.212967"], ["updated_at", "2018-12-18 14:58:37.212967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.214738"], ["updated_at", "2018-12-18 14:58:37.214738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.216628"], ["updated_at", "2018-12-18 14:58:37.216628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.218874"], ["updated_at", "2018-12-18 14:58:37.218874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.220734"], ["updated_at", "2018-12-18 14:58:37.220734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.222439"], ["updated_at", "2018-12-18 14:58:37.222439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.224368"], ["updated_at", "2018-12-18 14:58:37.224368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.226675"], ["updated_at", "2018-12-18 14:58:37.226675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.228445"], ["updated_at", "2018-12-18 14:58:37.228445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.230258"], ["updated_at", "2018-12-18 14:58:37.230258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.232054"], ["updated_at", "2018-12-18 14:58:37.232054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.233752"], ["updated_at", "2018-12-18 14:58:37.233752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.235841"], ["updated_at", "2018-12-18 14:58:37.235841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.237917"], ["updated_at", "2018-12-18 14:58:37.237917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.239698"], ["updated_at", "2018-12-18 14:58:37.239698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.242271"], ["updated_at", "2018-12-18 14:58:37.242271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.244251"], ["updated_at", "2018-12-18 14:58:37.244251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.245993"], ["updated_at", "2018-12-18 14:58:37.245993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.247697"], ["updated_at", "2018-12-18 14:58:37.247697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.249364"], ["updated_at", "2018-12-18 14:58:37.249364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.251058"], ["updated_at", "2018-12-18 14:58:37.251058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.252989"], ["updated_at", "2018-12-18 14:58:37.252989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.254968"], ["updated_at", "2018-12-18 14:58:37.254968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.256705"], ["updated_at", "2018-12-18 14:58:37.256705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.259138"], ["updated_at", "2018-12-18 14:58:37.259138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.261165"], ["updated_at", "2018-12-18 14:58:37.261165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.262958"], ["updated_at", "2018-12-18 14:58:37.262958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.264846"], ["updated_at", "2018-12-18 14:58:37.264846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.266680"], ["updated_at", "2018-12-18 14:58:37.266680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.268440"], ["updated_at", "2018-12-18 14:58:37.268440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.270377"], ["updated_at", "2018-12-18 14:58:37.270377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.272488"], ["updated_at", "2018-12-18 14:58:37.272488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.274730"], ["updated_at", "2018-12-18 14:58:37.274730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.276999"], ["updated_at", "2018-12-18 14:58:37.276999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.278925"], ["updated_at", "2018-12-18 14:58:37.278925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.280737"], ["updated_at", "2018-12-18 14:58:37.280737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.283287"], ["updated_at", "2018-12-18 14:58:37.283287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.285160"], ["updated_at", "2018-12-18 14:58:37.285160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.286862"], ["updated_at", "2018-12-18 14:58:37.286862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.289012"], ["updated_at", "2018-12-18 14:58:37.289012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.291027"], ["updated_at", "2018-12-18 14:58:37.291027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.294113"], ["updated_at", "2018-12-18 14:58:37.294113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.296224"], ["updated_at", "2018-12-18 14:58:37.296224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.298032"], ["updated_at", "2018-12-18 14:58:37.298032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.299848"], ["updated_at", "2018-12-18 14:58:37.299848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.301610"], ["updated_at", "2018-12-18 14:58:37.301610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.303299"], ["updated_at", "2018-12-18 14:58:37.303299"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.306143"], ["updated_at", "2018-12-18 14:58:37.306143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.308846"], ["updated_at", "2018-12-18 14:58:37.308846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.310884"], ["updated_at", "2018-12-18 14:58:37.310884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.312862"], ["updated_at", "2018-12-18 14:58:37.312862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.314664"], ["updated_at", "2018-12-18 14:58:37.314664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.317247"], ["updated_at", "2018-12-18 14:58:37.317247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.319047"], ["updated_at", "2018-12-18 14:58:37.319047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.320727"], ["updated_at", "2018-12-18 14:58:37.320727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.322465"], ["updated_at", "2018-12-18 14:58:37.322465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.324996"], ["updated_at", "2018-12-18 14:58:37.324996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.328069"], ["updated_at", "2018-12-18 14:58:37.328069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.330138"], ["updated_at", "2018-12-18 14:58:37.330138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.331925"], ["updated_at", "2018-12-18 14:58:37.331925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.333571"], ["updated_at", "2018-12-18 14:58:37.333571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.335497"], ["updated_at", "2018-12-18 14:58:37.335497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.337283"], ["updated_at", "2018-12-18 14:58:37.337283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.339714"], ["updated_at", "2018-12-18 14:58:37.339714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.342778"], ["updated_at", "2018-12-18 14:58:37.342778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.344839"], ["updated_at", "2018-12-18 14:58:37.344839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.346755"], ["updated_at", "2018-12-18 14:58:37.346755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.348609"], ["updated_at", "2018-12-18 14:58:37.348609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.351166"], ["updated_at", "2018-12-18 14:58:37.351166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.352974"], ["updated_at", "2018-12-18 14:58:37.352974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.355221"], ["updated_at", "2018-12-18 14:58:37.355221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.357867"], ["updated_at", "2018-12-18 14:58:37.357867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.360793"], ["updated_at", "2018-12-18 14:58:37.360793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.363233"], ["updated_at", "2018-12-18 14:58:37.363233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.365045"], ["updated_at", "2018-12-18 14:58:37.365045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.366848"], ["updated_at", "2018-12-18 14:58:37.366848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.368555"], ["updated_at", "2018-12-18 14:58:37.368555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.370599"], ["updated_at", "2018-12-18 14:58:37.370599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.373319"], ["updated_at", "2018-12-18 14:58:37.373319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.381147"], ["updated_at", "2018-12-18 14:58:37.381147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.383655"], ["updated_at", "2018-12-18 14:58:37.383655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.385742"], ["updated_at", "2018-12-18 14:58:37.385742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.387446"], ["updated_at", "2018-12-18 14:58:37.387446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.389166"], ["updated_at", "2018-12-18 14:58:37.389166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.391147"], ["updated_at", "2018-12-18 14:58:37.391147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.393674"], ["updated_at", "2018-12-18 14:58:37.393674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.396404"], ["updated_at", "2018-12-18 14:58:37.396404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.398616"], ["updated_at", "2018-12-18 14:58:37.398616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.400443"], ["updated_at", "2018-12-18 14:58:37.400443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.402144"], ["updated_at", "2018-12-18 14:58:37.402144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.403807"], ["updated_at", "2018-12-18 14:58:37.403807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.406338"], ["updated_at", "2018-12-18 14:58:37.406338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.408994"], ["updated_at", "2018-12-18 14:58:37.408994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.411058"], ["updated_at", "2018-12-18 14:58:37.411058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.412828"], ["updated_at", "2018-12-18 14:58:37.412828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.414586"], ["updated_at", "2018-12-18 14:58:37.414586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.417109"], ["updated_at", "2018-12-18 14:58:37.417109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.419555"], ["updated_at", "2018-12-18 14:58:37.419555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.421340"], ["updated_at", "2018-12-18 14:58:37.421340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.423069"], ["updated_at", "2018-12-18 14:58:37.423069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms)  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:37.432315"], ["updated_at", "2018-12-18 14:58:37.432315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.436297"], ["updated_at", "2018-12-18 14:58:37.436297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.441563"], ["updated_at", "2018-12-18 14:58:37.441563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.444432"], ["updated_at", "2018-12-18 14:58:37.444432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.446145"], ["updated_at", "2018-12-18 14:58:37.446145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.447793"], ["updated_at", "2018-12-18 14:58:37.447793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.449386"], ["updated_at", "2018-12-18 14:58:37.449386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.451600"], ["updated_at", "2018-12-18 14:58:37.451600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.453440"], ["updated_at", "2018-12-18 14:58:37.453440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.455159"], ["updated_at", "2018-12-18 14:58:37.455159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.456823"], ["updated_at", "2018-12-18 14:58:37.456823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.460457"], ["updated_at", "2018-12-18 14:58:37.460457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.483051"], ["updated_at", "2018-12-18 14:58:37.483051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.486521"], ["updated_at", "2018-12-18 14:58:37.486521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.488904"], ["updated_at", "2018-12-18 14:58:37.488904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.491346"], ["updated_at", "2018-12-18 14:58:37.491346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.494059"], ["updated_at", "2018-12-18 14:58:37.494059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.496201"], ["updated_at", "2018-12-18 14:58:37.496201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.498242"], ["updated_at", "2018-12-18 14:58:37.498242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.500040"], ["updated_at", "2018-12-18 14:58:37.500040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.501782"], ["updated_at", "2018-12-18 14:58:37.501782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.503481"], ["updated_at", "2018-12-18 14:58:37.503481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.505479"], ["updated_at", "2018-12-18 14:58:37.505479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.507885"], ["updated_at", "2018-12-18 14:58:37.507885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.510186"], ["updated_at", "2018-12-18 14:58:37.510186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.512039"], ["updated_at", "2018-12-18 14:58:37.512039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.514495"], ["updated_at", "2018-12-18 14:58:37.514495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.516470"], ["updated_at", "2018-12-18 14:58:37.516470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.518498"], ["updated_at", "2018-12-18 14:58:37.518498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.521499"], ["updated_at", "2018-12-18 14:58:37.521499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.523894"], ["updated_at", "2018-12-18 14:58:37.523894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.526118"], ["updated_at", "2018-12-18 14:58:37.526118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.528106"], ["updated_at", "2018-12-18 14:58:37.528106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.530095"], ["updated_at", "2018-12-18 14:58:37.530095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.532134"], ["updated_at", "2018-12-18 14:58:37.532134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.533968"], ["updated_at", "2018-12-18 14:58:37.533968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.535643"], ["updated_at", "2018-12-18 14:58:37.535643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.537304"], ["updated_at", "2018-12-18 14:58:37.537304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.538946"], ["updated_at", "2018-12-18 14:58:37.538946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.541448"], ["updated_at", "2018-12-18 14:58:37.541448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.544809"], ["updated_at", "2018-12-18 14:58:37.544809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.547256"], ["updated_at", "2018-12-18 14:58:37.547256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.549043"], ["updated_at", "2018-12-18 14:58:37.549043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.550916"], ["updated_at", "2018-12-18 14:58:37.550916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.552847"], ["updated_at", "2018-12-18 14:58:37.552847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.554551"], ["updated_at", "2018-12-18 14:58:37.554551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.556418"], ["updated_at", "2018-12-18 14:58:37.556418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.559233"], ["updated_at", "2018-12-18 14:58:37.559233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.562735"], ["updated_at", "2018-12-18 14:58:37.562735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.564658"], ["updated_at", "2018-12-18 14:58:37.564658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.566331"], ["updated_at", "2018-12-18 14:58:37.566331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.568150"], ["updated_at", "2018-12-18 14:58:37.568150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.569891"], ["updated_at", "2018-12-18 14:58:37.569891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.571638"], ["updated_at", "2018-12-18 14:58:37.571638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.573357"], ["updated_at", "2018-12-18 14:58:37.573357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.576104"], ["updated_at", "2018-12-18 14:58:37.576104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.578114"], ["updated_at", "2018-12-18 14:58:37.578114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.580929"], ["updated_at", "2018-12-18 14:58:37.580929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.583141"], ["updated_at", "2018-12-18 14:58:37.583141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.585291"], ["updated_at", "2018-12-18 14:58:37.585291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.587179"], ["updated_at", "2018-12-18 14:58:37.587179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.588916"], ["updated_at", "2018-12-18 14:58:37.588916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.591028"], ["updated_at", "2018-12-18 14:58:37.591028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.598587"], ["updated_at", "2018-12-18 14:58:37.598587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.600383"], ["updated_at", "2018-12-18 14:58:37.600383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.602147"], ["updated_at", "2018-12-18 14:58:37.602147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.603891"], ["updated_at", "2018-12-18 14:58:37.603891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.605588"], ["updated_at", "2018-12-18 14:58:37.605588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.607579"], ["updated_at", "2018-12-18 14:58:37.607579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.609949"], ["updated_at", "2018-12-18 14:58:37.609949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.612596"], ["updated_at", "2018-12-18 14:58:37.612596"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.615736"], ["updated_at", "2018-12-18 14:58:37.615736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.617517"], ["updated_at", "2018-12-18 14:58:37.617517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.619441"], ["updated_at", "2018-12-18 14:58:37.619441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.621226"], ["updated_at", "2018-12-18 14:58:37.621226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.622939"], ["updated_at", "2018-12-18 14:58:37.622939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.625712"], ["updated_at", "2018-12-18 14:58:37.625712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.627626"], ["updated_at", "2018-12-18 14:58:37.627626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.629425"], ["updated_at", "2018-12-18 14:58:37.629425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.632216"], ["updated_at", "2018-12-18 14:58:37.632216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.634321"], ["updated_at", "2018-12-18 14:58:37.634321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.636145"], ["updated_at", "2018-12-18 14:58:37.636145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.637888"], ["updated_at", "2018-12-18 14:58:37.637888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.639658"], ["updated_at", "2018-12-18 14:58:37.639658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.642108"], ["updated_at", "2018-12-18 14:58:37.642108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.644319"], ["updated_at", "2018-12-18 14:58:37.644319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.646055"], ["updated_at", "2018-12-18 14:58:37.646055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.648398"], ["updated_at", "2018-12-18 14:58:37.648398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.650204"], ["updated_at", "2018-12-18 14:58:37.650204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.651885"], ["updated_at", "2018-12-18 14:58:37.651885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.653747"], ["updated_at", "2018-12-18 14:58:37.653747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.655471"], ["updated_at", "2018-12-18 14:58:37.655471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.657316"], ["updated_at", "2018-12-18 14:58:37.657316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.659539"], ["updated_at", "2018-12-18 14:58:37.659539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.661442"], ["updated_at", "2018-12-18 14:58:37.661442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.663264"], ["updated_at", "2018-12-18 14:58:37.663264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.666025"], ["updated_at", "2018-12-18 14:58:37.666025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.667890"], ["updated_at", "2018-12-18 14:58:37.667890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.669569"], ["updated_at", "2018-12-18 14:58:37.669569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.671258"], ["updated_at", "2018-12-18 14:58:37.671258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.673290"], ["updated_at", "2018-12-18 14:58:37.673290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.675378"], ["updated_at", "2018-12-18 14:58:37.675378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.677846"], ["updated_at", "2018-12-18 14:58:37.677846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.679594"], ["updated_at", "2018-12-18 14:58:37.679594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.681265"], ["updated_at", "2018-12-18 14:58:37.681265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.683289"], ["updated_at", "2018-12-18 14:58:37.683289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.685179"], ["updated_at", "2018-12-18 14:58:37.685179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.687026"], ["updated_at", "2018-12-18 14:58:37.687026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.688799"], ["updated_at", "2018-12-18 14:58:37.688799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.690919"], ["updated_at", "2018-12-18 14:58:37.690919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.693285"], ["updated_at", "2018-12-18 14:58:37.693285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.695318"], ["updated_at", "2018-12-18 14:58:37.695318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.697117"], ["updated_at", "2018-12-18 14:58:37.697117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.699534"], ["updated_at", "2018-12-18 14:58:37.699534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.701692"], ["updated_at", "2018-12-18 14:58:37.701692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.703707"], ["updated_at", "2018-12-18 14:58:37.703707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.705911"], ["updated_at", "2018-12-18 14:58:37.705911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.707922"], ["updated_at", "2018-12-18 14:58:37.707922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.710480"], ["updated_at", "2018-12-18 14:58:37.710480"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.712232"], ["updated_at", "2018-12-18 14:58:37.712232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.714065"], ["updated_at", "2018-12-18 14:58:37.714065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.715844"], ["updated_at", "2018-12-18 14:58:37.715844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.717819"], ["updated_at", "2018-12-18 14:58:37.717819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.719912"], ["updated_at", "2018-12-18 14:58:37.719912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.722080"], ["updated_at", "2018-12-18 14:58:37.722080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.723996"], ["updated_at", "2018-12-18 14:58:37.723996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.726328"], ["updated_at", "2018-12-18 14:58:37.726328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.728217"], ["updated_at", "2018-12-18 14:58:37.728217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.730177"], ["updated_at", "2018-12-18 14:58:37.730177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.732163"], ["updated_at", "2018-12-18 14:58:37.732163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.733979"], ["updated_at", "2018-12-18 14:58:37.733979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.736005"], ["updated_at", "2018-12-18 14:58:37.736005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.738221"], ["updated_at", "2018-12-18 14:58:37.738221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.739997"], ["updated_at", "2018-12-18 14:58:37.739997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.742235"], ["updated_at", "2018-12-18 14:58:37.742235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.744988"], ["updated_at", "2018-12-18 14:58:37.744988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.746794"], ["updated_at", "2018-12-18 14:58:37.746794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.748522"], ["updated_at", "2018-12-18 14:58:37.748522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.750309"], ["updated_at", "2018-12-18 14:58:37.750309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.752046"], ["updated_at", "2018-12-18 14:58:37.752046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.754264"], ["updated_at", "2018-12-18 14:58:37.754264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.756240"], ["updated_at", "2018-12-18 14:58:37.756240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.758483"], ["updated_at", "2018-12-18 14:58:37.758483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.766285"], ["updated_at", "2018-12-18 14:58:37.766285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.768282"], ["updated_at", "2018-12-18 14:58:37.768282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.769992"], ["updated_at", "2018-12-18 14:58:37.769992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.772096"], ["updated_at", "2018-12-18 14:58:37.772096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.774411"], ["updated_at", "2018-12-18 14:58:37.774411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.777216"], ["updated_at", "2018-12-18 14:58:37.777216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.779658"], ["updated_at", "2018-12-18 14:58:37.779658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.781893"], ["updated_at", "2018-12-18 14:58:37.781893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.783791"], ["updated_at", "2018-12-18 14:58:37.783791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.785760"], ["updated_at", "2018-12-18 14:58:37.785760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.787734"], ["updated_at", "2018-12-18 14:58:37.787734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.789795"], ["updated_at", "2018-12-18 14:58:37.789795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.792567"], ["updated_at", "2018-12-18 14:58:37.792567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.794785"], ["updated_at", "2018-12-18 14:58:37.794785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.796661"], ["updated_at", "2018-12-18 14:58:37.796661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.798443"], ["updated_at", "2018-12-18 14:58:37.798443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.801305"], ["updated_at", "2018-12-18 14:58:37.801305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.803207"], ["updated_at", "2018-12-18 14:58:37.803207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.804995"], ["updated_at", "2018-12-18 14:58:37.804995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.807018"], ["updated_at", "2018-12-18 14:58:37.807018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.809780"], ["updated_at", "2018-12-18 14:58:37.809780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.812185"], ["updated_at", "2018-12-18 14:58:37.812185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.814172"], ["updated_at", "2018-12-18 14:58:37.814172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.815993"], ["updated_at", "2018-12-18 14:58:37.815993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.817807"], ["updated_at", "2018-12-18 14:58:37.817807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.819628"], ["updated_at", "2018-12-18 14:58:37.819628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.821479"], ["updated_at", "2018-12-18 14:58:37.821479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.824306"], ["updated_at", "2018-12-18 14:58:37.824306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.827243"], ["updated_at", "2018-12-18 14:58:37.827243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.829286"], ["updated_at", "2018-12-18 14:58:37.829286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.831252"], ["updated_at", "2018-12-18 14:58:37.831252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.833829"], ["updated_at", "2018-12-18 14:58:37.833829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.835982"], ["updated_at", "2018-12-18 14:58:37.835982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.837911"], ["updated_at", "2018-12-18 14:58:37.837911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.839761"], ["updated_at", "2018-12-18 14:58:37.839761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.843336"], ["updated_at", "2018-12-18 14:58:37.843336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.845815"], ["updated_at", "2018-12-18 14:58:37.845815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.847941"], ["updated_at", "2018-12-18 14:58:37.847941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.849889"], ["updated_at", "2018-12-18 14:58:37.849889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.853196"], ["updated_at", "2018-12-18 14:58:37.853196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.855685"], ["updated_at", "2018-12-18 14:58:37.855685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.859584"], ["updated_at", "2018-12-18 14:58:37.859584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.862456"], ["updated_at", "2018-12-18 14:58:37.862456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.864761"], ["updated_at", "2018-12-18 14:58:37.864761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.867200"], ["updated_at", "2018-12-18 14:58:37.867200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.869462"], ["updated_at", "2018-12-18 14:58:37.869462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.871782"], ["updated_at", "2018-12-18 14:58:37.871782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.874373"], ["updated_at", "2018-12-18 14:58:37.874373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.877109"], ["updated_at", "2018-12-18 14:58:37.877109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.880211"], ["updated_at", "2018-12-18 14:58:37.880211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.882897"], ["updated_at", "2018-12-18 14:58:37.882897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.885633"], ["updated_at", "2018-12-18 14:58:37.885633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.888011"], ["updated_at", "2018-12-18 14:58:37.888011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.891209"], ["updated_at", "2018-12-18 14:58:37.891209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.894481"], ["updated_at", "2018-12-18 14:58:37.894481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.897550"], ["updated_at", "2018-12-18 14:58:37.897550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.900581"], ["updated_at", "2018-12-18 14:58:37.900581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.903211"], ["updated_at", "2018-12-18 14:58:37.903211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.906265"], ["updated_at", "2018-12-18 14:58:37.906265"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.909235"], ["updated_at", "2018-12-18 14:58:37.909235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.912170"], ["updated_at", "2018-12-18 14:58:37.912170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.915233"], ["updated_at", "2018-12-18 14:58:37.915233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.917818"], ["updated_at", "2018-12-18 14:58:37.917818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.920609"], ["updated_at", "2018-12-18 14:58:37.920609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.923268"], ["updated_at", "2018-12-18 14:58:37.923268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.926397"], ["updated_at", "2018-12-18 14:58:37.926397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.929195"], ["updated_at", "2018-12-18 14:58:37.929195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.932074"], ["updated_at", "2018-12-18 14:58:37.932074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.934942"], ["updated_at", "2018-12-18 14:58:37.934942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.937550"], ["updated_at", "2018-12-18 14:58:37.937550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.940521"], ["updated_at", "2018-12-18 14:58:37.940521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.943454"], ["updated_at", "2018-12-18 14:58:37.943454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.946192"], ["updated_at", "2018-12-18 14:58:37.946192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.949319"], ["updated_at", "2018-12-18 14:58:37.949319"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.952015"], ["updated_at", "2018-12-18 14:58:37.952015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.954336"], ["updated_at", "2018-12-18 14:58:37.954336"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.956573"], ["updated_at", "2018-12-18 14:58:37.956573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.962392"], ["updated_at", "2018-12-18 14:58:37.962392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.964541"], ["updated_at", "2018-12-18 14:58:37.964541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.966370"], ["updated_at", "2018-12-18 14:58:37.966370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.969043"], ["updated_at", "2018-12-18 14:58:37.969043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.972401"], ["updated_at", "2018-12-18 14:58:37.972401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.976505"], ["updated_at", "2018-12-18 14:58:37.976505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.978752"], ["updated_at", "2018-12-18 14:58:37.978752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.980527"], ["updated_at", "2018-12-18 14:58:37.980527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.982330"], ["updated_at", "2018-12-18 14:58:37.982330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.984016"], ["updated_at", "2018-12-18 14:58:37.984016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.986066"], ["updated_at", "2018-12-18 14:58:37.986066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.988112"], ["updated_at", "2018-12-18 14:58:37.988112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.989856"], ["updated_at", "2018-12-18 14:58:37.989856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.994385"], ["updated_at", "2018-12-18 14:58:37.994385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.996617"], ["updated_at", "2018-12-18 14:58:37.996617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:37.998484"], ["updated_at", "2018-12-18 14:58:37.998484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.000191"], ["updated_at", "2018-12-18 14:58:38.000191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.001923"], ["updated_at", "2018-12-18 14:58:38.001923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.003713"], ["updated_at", "2018-12-18 14:58:38.003713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.005879"], ["updated_at", "2018-12-18 14:58:38.005879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.008309"], ["updated_at", "2018-12-18 14:58:38.008309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.010548"], ["updated_at", "2018-12-18 14:58:38.010548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.012608"], ["updated_at", "2018-12-18 14:58:38.012608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.014429"], ["updated_at", "2018-12-18 14:58:38.014429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.016200"], ["updated_at", "2018-12-18 14:58:38.016200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.017971"], ["updated_at", "2018-12-18 14:58:38.017971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.019918"], ["updated_at", "2018-12-18 14:58:38.019918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.021938"], ["updated_at", "2018-12-18 14:58:38.021938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.024220"], ["updated_at", "2018-12-18 14:58:38.024220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.026383"], ["updated_at", "2018-12-18 14:58:38.026383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.028491"], ["updated_at", "2018-12-18 14:58:38.028491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.030283"], ["updated_at", "2018-12-18 14:58:38.030283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.032603"], ["updated_at", "2018-12-18 14:58:38.032603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.034506"], ["updated_at", "2018-12-18 14:58:38.034506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.036340"], ["updated_at", "2018-12-18 14:58:38.036340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.038048"], ["updated_at", "2018-12-18 14:58:38.038048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.040305"], ["updated_at", "2018-12-18 14:58:38.040305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.042587"], ["updated_at", "2018-12-18 14:58:38.042587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.046058"], ["updated_at", "2018-12-18 14:58:38.046058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.048242"], ["updated_at", "2018-12-18 14:58:38.048242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.049942"], ["updated_at", "2018-12-18 14:58:38.049942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.051743"], ["updated_at", "2018-12-18 14:58:38.051743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.053504"], ["updated_at", "2018-12-18 14:58:38.053504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.055318"], ["updated_at", "2018-12-18 14:58:38.055318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.057630"], ["updated_at", "2018-12-18 14:58:38.057630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.061331"], ["updated_at", "2018-12-18 14:58:38.061331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.063264"], ["updated_at", "2018-12-18 14:58:38.063264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.065035"], ["updated_at", "2018-12-18 14:58:38.065035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.066931"], ["updated_at", "2018-12-18 14:58:38.066931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.068772"], ["updated_at", "2018-12-18 14:58:38.068772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.070498"], ["updated_at", "2018-12-18 14:58:38.070498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.072218"], ["updated_at", "2018-12-18 14:58:38.072218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.074215"], ["updated_at", "2018-12-18 14:58:38.074215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.076903"], ["updated_at", "2018-12-18 14:58:38.076903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.078948"], ["updated_at", "2018-12-18 14:58:38.078948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.080821"], ["updated_at", "2018-12-18 14:58:38.080821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.082569"], ["updated_at", "2018-12-18 14:58:38.082569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.084307"], ["updated_at", "2018-12-18 14:58:38.084307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.086044"], ["updated_at", "2018-12-18 14:58:38.086044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.087784"], ["updated_at", "2018-12-18 14:58:38.087784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.089628"], ["updated_at", "2018-12-18 14:58:38.089628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.091888"], ["updated_at", "2018-12-18 14:58:38.091888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.094505"], ["updated_at", "2018-12-18 14:58:38.094505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.096335"], ["updated_at", "2018-12-18 14:58:38.096335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.098163"], ["updated_at", "2018-12-18 14:58:38.098163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.099943"], ["updated_at", "2018-12-18 14:58:38.099943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.101777"], ["updated_at", "2018-12-18 14:58:38.101777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.103647"], ["updated_at", "2018-12-18 14:58:38.103647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.105457"], ["updated_at", "2018-12-18 14:58:38.105457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.107433"], ["updated_at", "2018-12-18 14:58:38.107433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.109823"], ["updated_at", "2018-12-18 14:58:38.109823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.112257"], ["updated_at", "2018-12-18 14:58:38.112257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.114277"], ["updated_at", "2018-12-18 14:58:38.114277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.116126"], ["updated_at", "2018-12-18 14:58:38.116126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.117865"], ["updated_at", "2018-12-18 14:58:38.117865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.119637"], ["updated_at", "2018-12-18 14:58:38.119637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.121468"], ["updated_at", "2018-12-18 14:58:38.121468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.123277"], ["updated_at", "2018-12-18 14:58:38.123277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.126144"], ["updated_at", "2018-12-18 14:58:38.126144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.128139"], ["updated_at", "2018-12-18 14:58:38.128139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.130630"], ["updated_at", "2018-12-18 14:58:38.130630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 17ms (Views: 10.2ms | ActiveRecord: 0.8ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.153855"], ["updated_at", "2018-12-18 14:58:38.153855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.156563"], ["updated_at", "2018-12-18 14:58:38.156563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.159034"], ["updated_at", "2018-12-18 14:58:38.159034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.161169"], ["updated_at", "2018-12-18 14:58:38.161169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.163583"], ["updated_at", "2018-12-18 14:58:38.163583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.165847"], ["updated_at", "2018-12-18 14:58:38.165847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.171896"], ["updated_at", "2018-12-18 14:58:38.171896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.174055"], ["updated_at", "2018-12-18 14:58:38.174055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.176308"], ["updated_at", "2018-12-18 14:58:38.176308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.178411"], ["updated_at", "2018-12-18 14:58:38.178411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.181776"], ["updated_at", "2018-12-18 14:58:38.181776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.192630"], ["updated_at", "2018-12-18 14:58:38.192630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.199312"], ["updated_at", "2018-12-18 14:58:38.199312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.204644"], ["updated_at", "2018-12-18 14:58:38.204644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.211470"], ["updated_at", "2018-12-18 14:58:38.211470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.214111"], ["updated_at", "2018-12-18 14:58:38.214111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.216275"], ["updated_at", "2018-12-18 14:58:38.216275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.221717"], ["updated_at", "2018-12-18 14:58:38.221717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.223536"], ["updated_at", "2018-12-18 14:58:38.223536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 2], ["created_at", "2018-12-18 14:58:38.226193"], ["updated_at", "2018-12-18 14:58:38.226193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.232586"], ["updated_at", "2018-12-18 14:58:38.232586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.238783"], ["updated_at", "2018-12-18 14:58:38.238783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.246547"], ["updated_at", "2018-12-18 14:58:38.246547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.249160"], ["updated_at", "2018-12-18 14:58:38.249160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.271863"], ["updated_at", "2018-12-18 14:58:38.271863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.278811"], ["updated_at", "2018-12-18 14:58:38.278811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.284216"], ["updated_at", "2018-12-18 14:58:38.284216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.289402"], ["updated_at", "2018-12-18 14:58:38.289402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.295469"], ["updated_at", "2018-12-18 14:58:38.295469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.298409"], ["updated_at", "2018-12-18 14:58:38.298409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.303697"], ["updated_at", "2018-12-18 14:58:38.303697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.317891"], ["updated_at", "2018-12-18 14:58:38.317891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.320514"], ["updated_at", "2018-12-18 14:58:38.320514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1121@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.329230"], ["updated_at", "2018-12-18 14:58:38.329230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.332077"], ["updated_at", "2018-12-18 14:58:38.332077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1122@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.340359"], ["updated_at", "2018-12-18 14:58:38.340359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.344173"], ["updated_at", "2018-12-18 14:58:38.344173"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.345740"], ["updated_at", "2018-12-18 14:58:38.345740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 2], ["created_at", "2018-12-18 14:58:38.347657"], ["updated_at", "2018-12-18 14:58:38.347657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.353372"], ["updated_at", "2018-12-18 14:58:38.353372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.355751"], ["updated_at", "2018-12-18 14:58:38.355751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:58:38.362588"], ["updated_at", "2018-12-18 14:58:38.362588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:58:38.365776"], ["updated_at", "2018-12-18 14:58:38.365776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.289634"], ["updated_at", "2018-12-18 14:59:19.289634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.322424"], ["updated_at", "2018-12-18 14:59:19.322424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 14:59:19.343807"], ["updated_at", "2018-12-18 14:59:19.345308"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.350068"], ["updated_at", "2018-12-18 14:59:19.350068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.352406"], ["updated_at", "2018-12-18 14:59:19.352406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "2@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 14:59:19.356205"], ["updated_at", "2018-12-18 14:59:19.357149"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.361477"], ["updated_at", "2018-12-18 14:59:19.361477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.364732"], ["updated_at", "2018-12-18 14:59:19.364732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 14:59:19.368876"], ["updated_at", "2018-12-18 14:59:19.369824"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.374581"], ["updated_at", "2018-12-18 14:59:19.374581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.377284"], ["updated_at", "2018-12-18 14:59:19.377284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.378475"], ["updated_at", "2018-12-18 14:59:19.378475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 2], ["created_at", "2018-12-18 14:59:19.381311"], ["updated_at", "2018-12-18 14:59:19.381311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.387769"], ["updated_at", "2018-12-18 14:59:19.387769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.390170"], ["updated_at", "2018-12-18 14:59:19.390170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.404902"], ["updated_at", "2018-12-18 14:59:19.404902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.413633"], ["updated_at", "2018-12-18 14:59:19.413633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.415911"], ["updated_at", "2018-12-18 14:59:19.415911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.417946"], ["updated_at", "2018-12-18 14:59:19.417946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.425677"], ["updated_at", "2018-12-18 14:59:19.425677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:19.432972"], ["updated_at", "2018-12-18 14:59:19.432972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.435707"], ["updated_at", "2018-12-18 14:59:19.435707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.437436"], ["updated_at", "2018-12-18 14:59:19.437436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.438960"], ["updated_at", "2018-12-18 14:59:19.438960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.440901"], ["updated_at", "2018-12-18 14:59:19.440901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.442910"], ["updated_at", "2018-12-18 14:59:19.442910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.445714"], ["updated_at", "2018-12-18 14:59:19.445714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.447745"], ["updated_at", "2018-12-18 14:59:19.447745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.449366"], ["updated_at", "2018-12-18 14:59:19.449366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.450861"], ["updated_at", "2018-12-18 14:59:19.450861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.452449"], ["updated_at", "2018-12-18 14:59:19.452449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.454043"], ["updated_at", "2018-12-18 14:59:19.454043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.455627"], ["updated_at", "2018-12-18 14:59:19.455627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.457671"], ["updated_at", "2018-12-18 14:59:19.457671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.460303"], ["updated_at", "2018-12-18 14:59:19.460303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.465340"], ["updated_at", "2018-12-18 14:59:19.465340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.466992"], ["updated_at", "2018-12-18 14:59:19.466992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.468645"], ["updated_at", "2018-12-18 14:59:19.468645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.470271"], ["updated_at", "2018-12-18 14:59:19.470271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.471835"], ["updated_at", "2018-12-18 14:59:19.471835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.473332"], ["updated_at", "2018-12-18 14:59:19.473332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.475546"], ["updated_at", "2018-12-18 14:59:19.475546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.477700"], ["updated_at", "2018-12-18 14:59:19.477700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.480622"], ["updated_at", "2018-12-18 14:59:19.480622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.483562"], ["updated_at", "2018-12-18 14:59:19.483562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.485211"], ["updated_at", "2018-12-18 14:59:19.485211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.486845"], ["updated_at", "2018-12-18 14:59:19.486845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.488378"], ["updated_at", "2018-12-18 14:59:19.488378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.489980"], ["updated_at", "2018-12-18 14:59:19.489980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.491886"], ["updated_at", "2018-12-18 14:59:19.491886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.493907"], ["updated_at", "2018-12-18 14:59:19.493907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.495517"], ["updated_at", "2018-12-18 14:59:19.495517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.497723"], ["updated_at", "2018-12-18 14:59:19.497723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.499488"], ["updated_at", "2018-12-18 14:59:19.499488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.500966"], ["updated_at", "2018-12-18 14:59:19.500966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.502409"], ["updated_at", "2018-12-18 14:59:19.502409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.504119"], ["updated_at", "2018-12-18 14:59:19.504119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.505641"], ["updated_at", "2018-12-18 14:59:19.505641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.507177"], ["updated_at", "2018-12-18 14:59:19.507177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.508997"], ["updated_at", "2018-12-18 14:59:19.508997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.510960"], ["updated_at", "2018-12-18 14:59:19.510960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.512843"], ["updated_at", "2018-12-18 14:59:19.512843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.516112"], ["updated_at", "2018-12-18 14:59:19.516112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.518318"], ["updated_at", "2018-12-18 14:59:19.518318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.519869"], ["updated_at", "2018-12-18 14:59:19.519869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.521422"], ["updated_at", "2018-12-18 14:59:19.521422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.522930"], ["updated_at", "2018-12-18 14:59:19.522930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.524492"], ["updated_at", "2018-12-18 14:59:19.524492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.527502"], ["updated_at", "2018-12-18 14:59:19.527502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.529863"], ["updated_at", "2018-12-18 14:59:19.529863"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.531693"], ["updated_at", "2018-12-18 14:59:19.531693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.533341"], ["updated_at", "2018-12-18 14:59:19.533341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.534960"], ["updated_at", "2018-12-18 14:59:19.534960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.536457"], ["updated_at", "2018-12-18 14:59:19.536457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.538065"], ["updated_at", "2018-12-18 14:59:19.538065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.539730"], ["updated_at", "2018-12-18 14:59:19.539730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.541347"], ["updated_at", "2018-12-18 14:59:19.541347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.543141"], ["updated_at", "2018-12-18 14:59:19.543141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.544906"], ["updated_at", "2018-12-18 14:59:19.544906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.547416"], ["updated_at", "2018-12-18 14:59:19.547416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.549140"], ["updated_at", "2018-12-18 14:59:19.549140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.550891"], ["updated_at", "2018-12-18 14:59:19.550891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.552419"], ["updated_at", "2018-12-18 14:59:19.552419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.553874"], ["updated_at", "2018-12-18 14:59:19.553874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.555384"], ["updated_at", "2018-12-18 14:59:19.555384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.558273"], ["updated_at", "2018-12-18 14:59:19.558273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.561136"], ["updated_at", "2018-12-18 14:59:19.561136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.563070"], ["updated_at", "2018-12-18 14:59:19.563070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.565274"], ["updated_at", "2018-12-18 14:59:19.565274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.567007"], ["updated_at", "2018-12-18 14:59:19.567007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.568773"], ["updated_at", "2018-12-18 14:59:19.568773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.570440"], ["updated_at", "2018-12-18 14:59:19.570440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.571968"], ["updated_at", "2018-12-18 14:59:19.571968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.573679"], ["updated_at", "2018-12-18 14:59:19.573679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.576004"], ["updated_at", "2018-12-18 14:59:19.576004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.577856"], ["updated_at", "2018-12-18 14:59:19.577856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.579658"], ["updated_at", "2018-12-18 14:59:19.579658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.581655"], ["updated_at", "2018-12-18 14:59:19.581655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.583809"], ["updated_at", "2018-12-18 14:59:19.583809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.585542"], ["updated_at", "2018-12-18 14:59:19.585542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.587127"], ["updated_at", "2018-12-18 14:59:19.587127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.588643"], ["updated_at", "2018-12-18 14:59:19.588643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.590175"], ["updated_at", "2018-12-18 14:59:19.590175"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.592360"], ["updated_at", "2018-12-18 14:59:19.592360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.594166"], ["updated_at", "2018-12-18 14:59:19.594166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.595736"], ["updated_at", "2018-12-18 14:59:19.595736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.598686"], ["updated_at", "2018-12-18 14:59:19.598686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.603484"], ["updated_at", "2018-12-18 14:59:19.603484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.605105"], ["updated_at", "2018-12-18 14:59:19.605105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.606626"], ["updated_at", "2018-12-18 14:59:19.606626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.608745"], ["updated_at", "2018-12-18 14:59:19.608745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.611425"], ["updated_at", "2018-12-18 14:59:19.611425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.613396"], ["updated_at", "2018-12-18 14:59:19.613396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.615142"], ["updated_at", "2018-12-18 14:59:19.615142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.616717"], ["updated_at", "2018-12-18 14:59:19.616717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.618385"], ["updated_at", "2018-12-18 14:59:19.618385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.620361"], ["updated_at", "2018-12-18 14:59:19.620361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.622176"], ["updated_at", "2018-12-18 14:59:19.622176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.623782"], ["updated_at", "2018-12-18 14:59:19.623782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.625573"], ["updated_at", "2018-12-18 14:59:19.625573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.627339"], ["updated_at", "2018-12-18 14:59:19.627339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.628911"], ["updated_at", "2018-12-18 14:59:19.628911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.630838"], ["updated_at", "2018-12-18 14:59:19.630838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.633631"], ["updated_at", "2018-12-18 14:59:19.633631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.635294"], ["updated_at", "2018-12-18 14:59:19.635294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.637197"], ["updated_at", "2018-12-18 14:59:19.637197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.638869"], ["updated_at", "2018-12-18 14:59:19.638869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.640393"], ["updated_at", "2018-12-18 14:59:19.640393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.642338"], ["updated_at", "2018-12-18 14:59:19.642338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.645275"], ["updated_at", "2018-12-18 14:59:19.645275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.647342"], ["updated_at", "2018-12-18 14:59:19.647342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.649115"], ["updated_at", "2018-12-18 14:59:19.649115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.650620"], ["updated_at", "2018-12-18 14:59:19.650620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.652116"], ["updated_at", "2018-12-18 14:59:19.652116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.653543"], ["updated_at", "2018-12-18 14:59:19.653543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.655667"], ["updated_at", "2018-12-18 14:59:19.655667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.657277"], ["updated_at", "2018-12-18 14:59:19.657277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.659177"], ["updated_at", "2018-12-18 14:59:19.659177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.660960"], ["updated_at", "2018-12-18 14:59:19.660960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.662896"], ["updated_at", "2018-12-18 14:59:19.662896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.664746"], ["updated_at", "2018-12-18 14:59:19.664746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.666561"], ["updated_at", "2018-12-18 14:59:19.666561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.668113"], ["updated_at", "2018-12-18 14:59:19.668113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.669581"], ["updated_at", "2018-12-18 14:59:19.669581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.671068"], ["updated_at", "2018-12-18 14:59:19.671068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.672913"], ["updated_at", "2018-12-18 14:59:19.672913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.674589"], ["updated_at", "2018-12-18 14:59:19.674589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.676563"], ["updated_at", "2018-12-18 14:59:19.676563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.679192"], ["updated_at", "2018-12-18 14:59:19.679192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.681356"], ["updated_at", "2018-12-18 14:59:19.681356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.684298"], ["updated_at", "2018-12-18 14:59:19.684298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.685886"], ["updated_at", "2018-12-18 14:59:19.685886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.687418"], ["updated_at", "2018-12-18 14:59:19.687418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.689064"], ["updated_at", "2018-12-18 14:59:19.689064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.691189"], ["updated_at", "2018-12-18 14:59:19.691189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.693018"], ["updated_at", "2018-12-18 14:59:19.693018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.694596"], ["updated_at", "2018-12-18 14:59:19.694596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.696546"], ["updated_at", "2018-12-18 14:59:19.696546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.698417"], ["updated_at", "2018-12-18 14:59:19.698417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.700205"], ["updated_at", "2018-12-18 14:59:19.700205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.701939"], ["updated_at", "2018-12-18 14:59:19.701939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.703536"], ["updated_at", "2018-12-18 14:59:19.703536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.705077"], ["updated_at", "2018-12-18 14:59:19.705077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.706596"], ["updated_at", "2018-12-18 14:59:19.706596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.708534"], ["updated_at", "2018-12-18 14:59:19.708534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.710553"], ["updated_at", "2018-12-18 14:59:19.710553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.712227"], ["updated_at", "2018-12-18 14:59:19.712227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.714530"], ["updated_at", "2018-12-18 14:59:19.714530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.717748"], ["updated_at", "2018-12-18 14:59:19.717748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.719465"], ["updated_at", "2018-12-18 14:59:19.719465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.721034"], ["updated_at", "2018-12-18 14:59:19.721034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.722669"], ["updated_at", "2018-12-18 14:59:19.722669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.724506"], ["updated_at", "2018-12-18 14:59:19.724506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.727524"], ["updated_at", "2018-12-18 14:59:19.727524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.730091"], ["updated_at", "2018-12-18 14:59:19.730091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.734675"], ["updated_at", "2018-12-18 14:59:19.734675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.736308"], ["updated_at", "2018-12-18 14:59:19.736308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.737881"], ["updated_at", "2018-12-18 14:59:19.737881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.739399"], ["updated_at", "2018-12-18 14:59:19.739399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.740936"], ["updated_at", "2018-12-18 14:59:19.740936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.742979"], ["updated_at", "2018-12-18 14:59:19.742979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.744994"], ["updated_at", "2018-12-18 14:59:19.744994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.747360"], ["updated_at", "2018-12-18 14:59:19.747360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.749190"], ["updated_at", "2018-12-18 14:59:19.749190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.750687"], ["updated_at", "2018-12-18 14:59:19.750687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.752135"], ["updated_at", "2018-12-18 14:59:19.752135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.753946"], ["updated_at", "2018-12-18 14:59:19.753946"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.756315"], ["updated_at", "2018-12-18 14:59:19.756315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.757985"], ["updated_at", "2018-12-18 14:59:19.757985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.760034"], ["updated_at", "2018-12-18 14:59:19.760034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.763172"], ["updated_at", "2018-12-18 14:59:19.763172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.765163"], ["updated_at", "2018-12-18 14:59:19.765163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.766963"], ["updated_at", "2018-12-18 14:59:19.766963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.768522"], ["updated_at", "2018-12-18 14:59:19.768522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.770149"], ["updated_at", "2018-12-18 14:59:19.770149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.771784"], ["updated_at", "2018-12-18 14:59:19.771784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.773305"], ["updated_at", "2018-12-18 14:59:19.773305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.775064"], ["updated_at", "2018-12-18 14:59:19.775064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.776850"], ["updated_at", "2018-12-18 14:59:19.776850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.778410"], ["updated_at", "2018-12-18 14:59:19.778410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.780608"], ["updated_at", "2018-12-18 14:59:19.780608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.783105"], ["updated_at", "2018-12-18 14:59:19.783105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.784738"], ["updated_at", "2018-12-18 14:59:19.784738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.786288"], ["updated_at", "2018-12-18 14:59:19.786288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.788138"], ["updated_at", "2018-12-18 14:59:19.788138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.789820"], ["updated_at", "2018-12-18 14:59:19.789820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.791476"], ["updated_at", "2018-12-18 14:59:19.791476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.793526"], ["updated_at", "2018-12-18 14:59:19.793526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.795175"], ["updated_at", "2018-12-18 14:59:19.795175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.797858"], ["updated_at", "2018-12-18 14:59:19.797858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.800184"], ["updated_at", "2018-12-18 14:59:19.800184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.801831"], ["updated_at", "2018-12-18 14:59:19.801831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.803363"], ["updated_at", "2018-12-18 14:59:19.803363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.805388"], ["updated_at", "2018-12-18 14:59:19.805388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.807146"], ["updated_at", "2018-12-18 14:59:19.807146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.809145"], ["updated_at", "2018-12-18 14:59:19.809145"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.812188"], ["updated_at", "2018-12-18 14:59:19.812188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.814220"], ["updated_at", "2018-12-18 14:59:19.814220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.816538"], ["updated_at", "2018-12-18 14:59:19.816538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.818273"], ["updated_at", "2018-12-18 14:59:19.818273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.819848"], ["updated_at", "2018-12-18 14:59:19.819848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.821504"], ["updated_at", "2018-12-18 14:59:19.821504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.823231"], ["updated_at", "2018-12-18 14:59:19.823231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.824875"], ["updated_at", "2018-12-18 14:59:19.824875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.826990"], ["updated_at", "2018-12-18 14:59:19.826990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.828762"], ["updated_at", "2018-12-18 14:59:19.828762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.830464"], ["updated_at", "2018-12-18 14:59:19.830464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.833459"], ["updated_at", "2018-12-18 14:59:19.833459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.835266"], ["updated_at", "2018-12-18 14:59:19.835266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.836857"], ["updated_at", "2018-12-18 14:59:19.836857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.838401"], ["updated_at", "2018-12-18 14:59:19.838401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.840070"], ["updated_at", "2018-12-18 14:59:19.840070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.842149"], ["updated_at", "2018-12-18 14:59:19.842149"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.844925"], ["updated_at", "2018-12-18 14:59:19.844925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.846891"], ["updated_at", "2018-12-18 14:59:19.846891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.848631"], ["updated_at", "2018-12-18 14:59:19.848631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.850502"], ["updated_at", "2018-12-18 14:59:19.850502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.852394"], ["updated_at", "2018-12-18 14:59:19.852394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.853959"], ["updated_at", "2018-12-18 14:59:19.853959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.857488"], ["updated_at", "2018-12-18 14:59:19.857488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.859747"], ["updated_at", "2018-12-18 14:59:19.859747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.861415"], ["updated_at", "2018-12-18 14:59:19.861415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.863450"], ["updated_at", "2018-12-18 14:59:19.863450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.865442"], ["updated_at", "2018-12-18 14:59:19.865442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.867162"], ["updated_at", "2018-12-18 14:59:19.867162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.869165"], ["updated_at", "2018-12-18 14:59:19.869165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.870936"], ["updated_at", "2018-12-18 14:59:19.870936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.872587"], ["updated_at", "2018-12-18 14:59:19.872587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.874232"], ["updated_at", "2018-12-18 14:59:19.874232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.876404"], ["updated_at", "2018-12-18 14:59:19.876404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.878826"], ["updated_at", "2018-12-18 14:59:19.878826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.881485"], ["updated_at", "2018-12-18 14:59:19.881485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.884346"], ["updated_at", "2018-12-18 14:59:19.884346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.886382"], ["updated_at", "2018-12-18 14:59:19.886382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.888290"], ["updated_at", "2018-12-18 14:59:19.888290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.890012"], ["updated_at", "2018-12-18 14:59:19.890012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.891748"], ["updated_at", "2018-12-18 14:59:19.891748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.893644"], ["updated_at", "2018-12-18 14:59:19.893644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.895354"], ["updated_at", "2018-12-18 14:59:19.895354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.897541"], ["updated_at", "2018-12-18 14:59:19.897541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.899565"], ["updated_at", "2018-12-18 14:59:19.899565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.901261"], ["updated_at", "2018-12-18 14:59:19.901261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.902949"], ["updated_at", "2018-12-18 14:59:19.902949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.904963"], ["updated_at", "2018-12-18 14:59:19.904963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.906787"], ["updated_at", "2018-12-18 14:59:19.906787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.908900"], ["updated_at", "2018-12-18 14:59:19.908900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.911258"], ["updated_at", "2018-12-18 14:59:19.911258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.913077"], ["updated_at", "2018-12-18 14:59:19.913077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.915070"], ["updated_at", "2018-12-18 14:59:19.915070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.918248"], ["updated_at", "2018-12-18 14:59:19.918248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.920544"], ["updated_at", "2018-12-18 14:59:19.920544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.923626"], ["updated_at", "2018-12-18 14:59:19.923626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.926231"], ["updated_at", "2018-12-18 14:59:19.926231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.930129"], ["updated_at", "2018-12-18 14:59:19.930129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.932653"], ["updated_at", "2018-12-18 14:59:19.932653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.935299"], ["updated_at", "2018-12-18 14:59:19.935299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.937561"], ["updated_at", "2018-12-18 14:59:19.937561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.940126"], ["updated_at", "2018-12-18 14:59:19.940126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.943036"], ["updated_at", "2018-12-18 14:59:19.943036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.945781"], ["updated_at", "2018-12-18 14:59:19.945781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.948442"], ["updated_at", "2018-12-18 14:59:19.948442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.950828"], ["updated_at", "2018-12-18 14:59:19.950828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.953374"], ["updated_at", "2018-12-18 14:59:19.953374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.955555"], ["updated_at", "2018-12-18 14:59:19.955555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.959131"], ["updated_at", "2018-12-18 14:59:19.959131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.962547"], ["updated_at", "2018-12-18 14:59:19.962547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.965424"], ["updated_at", "2018-12-18 14:59:19.965424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.967361"], ["updated_at", "2018-12-18 14:59:19.967361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.969619"], ["updated_at", "2018-12-18 14:59:19.969619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.971835"], ["updated_at", "2018-12-18 14:59:19.971835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.975647"], ["updated_at", "2018-12-18 14:59:19.975647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.980081"], ["updated_at", "2018-12-18 14:59:19.980081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.983348"], ["updated_at", "2018-12-18 14:59:19.983348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.985613"], ["updated_at", "2018-12-18 14:59:19.985613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.987982"], ["updated_at", "2018-12-18 14:59:19.987982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.990042"], ["updated_at", "2018-12-18 14:59:19.990042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.993378"], ["updated_at", "2018-12-18 14:59:19.993378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:19.996801"], ["updated_at", "2018-12-18 14:59:19.996801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.000441"], ["updated_at", "2018-12-18 14:59:20.000441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.002884"], ["updated_at", "2018-12-18 14:59:20.002884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.005517"], ["updated_at", "2018-12-18 14:59:20.005517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.016156"], ["updated_at", "2018-12-18 14:59:20.016156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.017944"], ["updated_at", "2018-12-18 14:59:20.017944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.019493"], ["updated_at", "2018-12-18 14:59:20.019493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.021017"], ["updated_at", "2018-12-18 14:59:20.021017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.022745"], ["updated_at", "2018-12-18 14:59:20.022745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.024518"], ["updated_at", "2018-12-18 14:59:20.024518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.026810"], ["updated_at", "2018-12-18 14:59:20.026810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.028597"], ["updated_at", "2018-12-18 14:59:20.028597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.030153"], ["updated_at", "2018-12-18 14:59:20.030153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.033558"], ["updated_at", "2018-12-18 14:59:20.033558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.035362"], ["updated_at", "2018-12-18 14:59:20.035362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.036885"], ["updated_at", "2018-12-18 14:59:20.036885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.038692"], ["updated_at", "2018-12-18 14:59:20.038692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.040208"], ["updated_at", "2018-12-18 14:59:20.040208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.042034"], ["updated_at", "2018-12-18 14:59:20.042034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.044952"], ["updated_at", "2018-12-18 14:59:20.044952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.047222"], ["updated_at", "2018-12-18 14:59:20.047222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.049349"], ["updated_at", "2018-12-18 14:59:20.049349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.051093"], ["updated_at", "2018-12-18 14:59:20.051093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.052638"], ["updated_at", "2018-12-18 14:59:20.052638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 14ms (Views: 7.8ms | ActiveRecord: 0.4ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:20.073238"], ["updated_at", "2018-12-18 14:59:20.073238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:20.079992"], ["updated_at", "2018-12-18 14:59:20.079992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.084060"], ["updated_at", "2018-12-18 14:59:20.084060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.086849"], ["updated_at", "2018-12-18 14:59:20.086849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.088433"], ["updated_at", "2018-12-18 14:59:20.088433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.089995"], ["updated_at", "2018-12-18 14:59:20.089995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.092210"], ["updated_at", "2018-12-18 14:59:20.092210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.094041"], ["updated_at", "2018-12-18 14:59:20.094041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.095849"], ["updated_at", "2018-12-18 14:59:20.095849"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.098259"], ["updated_at", "2018-12-18 14:59:20.098259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.100397"], ["updated_at", "2018-12-18 14:59:20.100397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.102349"], ["updated_at", "2018-12-18 14:59:20.102349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.104005"], ["updated_at", "2018-12-18 14:59:20.104005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.107860"], ["updated_at", "2018-12-18 14:59:20.107860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.110408"], ["updated_at", "2018-12-18 14:59:20.110408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.112206"], ["updated_at", "2018-12-18 14:59:20.112206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.114885"], ["updated_at", "2018-12-18 14:59:20.114885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.117158"], ["updated_at", "2018-12-18 14:59:20.117158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.118875"], ["updated_at", "2018-12-18 14:59:20.118875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.120467"], ["updated_at", "2018-12-18 14:59:20.120467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.121969"], ["updated_at", "2018-12-18 14:59:20.121969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.123415"], ["updated_at", "2018-12-18 14:59:20.123415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.125290"], ["updated_at", "2018-12-18 14:59:20.125290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.128182"], ["updated_at", "2018-12-18 14:59:20.128182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.130444"], ["updated_at", "2018-12-18 14:59:20.130444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.132555"], ["updated_at", "2018-12-18 14:59:20.132555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.134156"], ["updated_at", "2018-12-18 14:59:20.134156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.135647"], ["updated_at", "2018-12-18 14:59:20.135647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.137148"], ["updated_at", "2018-12-18 14:59:20.137148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.138775"], ["updated_at", "2018-12-18 14:59:20.138775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.140434"], ["updated_at", "2018-12-18 14:59:20.140434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.142626"], ["updated_at", "2018-12-18 14:59:20.142626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.144312"], ["updated_at", "2018-12-18 14:59:20.144312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.145816"], ["updated_at", "2018-12-18 14:59:20.145816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.147678"], ["updated_at", "2018-12-18 14:59:20.147678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.149818"], ["updated_at", "2018-12-18 14:59:20.149818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.151392"], ["updated_at", "2018-12-18 14:59:20.151392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.154172"], ["updated_at", "2018-12-18 14:59:20.154172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.155904"], ["updated_at", "2018-12-18 14:59:20.155904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.157414"], ["updated_at", "2018-12-18 14:59:20.157414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.159257"], ["updated_at", "2018-12-18 14:59:20.159257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.161956"], ["updated_at", "2018-12-18 14:59:20.161956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.163912"], ["updated_at", "2018-12-18 14:59:20.163912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.165777"], ["updated_at", "2018-12-18 14:59:20.165777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.167729"], ["updated_at", "2018-12-18 14:59:20.167729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.169280"], ["updated_at", "2018-12-18 14:59:20.169280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.170724"], ["updated_at", "2018-12-18 14:59:20.170724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.172153"], ["updated_at", "2018-12-18 14:59:20.172153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.173595"], ["updated_at", "2018-12-18 14:59:20.173595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.175323"], ["updated_at", "2018-12-18 14:59:20.175323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.177147"], ["updated_at", "2018-12-18 14:59:20.177147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.178698"], ["updated_at", "2018-12-18 14:59:20.178698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.180145"], ["updated_at", "2018-12-18 14:59:20.180145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.181939"], ["updated_at", "2018-12-18 14:59:20.181939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.183532"], ["updated_at", "2018-12-18 14:59:20.183532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.185416"], ["updated_at", "2018-12-18 14:59:20.185416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.187709"], ["updated_at", "2018-12-18 14:59:20.187709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.190028"], ["updated_at", "2018-12-18 14:59:20.190028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.191922"], ["updated_at", "2018-12-18 14:59:20.191922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.194427"], ["updated_at", "2018-12-18 14:59:20.194427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.196795"], ["updated_at", "2018-12-18 14:59:20.196795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.198584"], ["updated_at", "2018-12-18 14:59:20.198584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.200318"], ["updated_at", "2018-12-18 14:59:20.200318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.202124"], ["updated_at", "2018-12-18 14:59:20.202124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.204143"], ["updated_at", "2018-12-18 14:59:20.204143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.205815"], ["updated_at", "2018-12-18 14:59:20.205815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.207452"], ["updated_at", "2018-12-18 14:59:20.207452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.209536"], ["updated_at", "2018-12-18 14:59:20.209536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.211456"], ["updated_at", "2018-12-18 14:59:20.211456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.213155"], ["updated_at", "2018-12-18 14:59:20.213155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.217524"], ["updated_at", "2018-12-18 14:59:20.217524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.219575"], ["updated_at", "2018-12-18 14:59:20.219575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.221651"], ["updated_at", "2018-12-18 14:59:20.221651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.223380"], ["updated_at", "2018-12-18 14:59:20.223380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.225246"], ["updated_at", "2018-12-18 14:59:20.225246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.227077"], ["updated_at", "2018-12-18 14:59:20.227077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.229013"], ["updated_at", "2018-12-18 14:59:20.229013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.230867"], ["updated_at", "2018-12-18 14:59:20.230867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.232498"], ["updated_at", "2018-12-18 14:59:20.232498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.234040"], ["updated_at", "2018-12-18 14:59:20.234040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.235852"], ["updated_at", "2018-12-18 14:59:20.235852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.238278"], ["updated_at", "2018-12-18 14:59:20.238278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.240421"], ["updated_at", "2018-12-18 14:59:20.240421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.242350"], ["updated_at", "2018-12-18 14:59:20.242350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.244835"], ["updated_at", "2018-12-18 14:59:20.244835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.247158"], ["updated_at", "2018-12-18 14:59:20.247158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.248936"], ["updated_at", "2018-12-18 14:59:20.248936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.250511"], ["updated_at", "2018-12-18 14:59:20.250511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.252077"], ["updated_at", "2018-12-18 14:59:20.252077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.253677"], ["updated_at", "2018-12-18 14:59:20.253677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.255251"], ["updated_at", "2018-12-18 14:59:20.255251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.257259"], ["updated_at", "2018-12-18 14:59:20.257259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.259323"], ["updated_at", "2018-12-18 14:59:20.259323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.261042"], ["updated_at", "2018-12-18 14:59:20.261042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.262572"], ["updated_at", "2018-12-18 14:59:20.262572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.264593"], ["updated_at", "2018-12-18 14:59:20.264593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.266440"], ["updated_at", "2018-12-18 14:59:20.266440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.268408"], ["updated_at", "2018-12-18 14:59:20.268408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.271093"], ["updated_at", "2018-12-18 14:59:20.271093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.272680"], ["updated_at", "2018-12-18 14:59:20.272680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.274855"], ["updated_at", "2018-12-18 14:59:20.274855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.276758"], ["updated_at", "2018-12-18 14:59:20.276758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.279406"], ["updated_at", "2018-12-18 14:59:20.279406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.281483"], ["updated_at", "2018-12-18 14:59:20.281483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.283216"], ["updated_at", "2018-12-18 14:59:20.283216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.284729"], ["updated_at", "2018-12-18 14:59:20.284729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.286237"], ["updated_at", "2018-12-18 14:59:20.286237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.287795"], ["updated_at", "2018-12-18 14:59:20.287795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.289404"], ["updated_at", "2018-12-18 14:59:20.289404"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.290994"], ["updated_at", "2018-12-18 14:59:20.290994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.293194"], ["updated_at", "2018-12-18 14:59:20.293194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.294867"], ["updated_at", "2018-12-18 14:59:20.294867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.296422"], ["updated_at", "2018-12-18 14:59:20.296422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.298609"], ["updated_at", "2018-12-18 14:59:20.298609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.300418"], ["updated_at", "2018-12-18 14:59:20.300418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.302045"], ["updated_at", "2018-12-18 14:59:20.302045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.303612"], ["updated_at", "2018-12-18 14:59:20.303612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.305377"], ["updated_at", "2018-12-18 14:59:20.305377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.307126"], ["updated_at", "2018-12-18 14:59:20.307126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.309315"], ["updated_at", "2018-12-18 14:59:20.309315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.311145"], ["updated_at", "2018-12-18 14:59:20.311145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.312768"], ["updated_at", "2018-12-18 14:59:20.312768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.315266"], ["updated_at", "2018-12-18 14:59:20.315266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.317724"], ["updated_at", "2018-12-18 14:59:20.317724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.319306"], ["updated_at", "2018-12-18 14:59:20.319306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.323331"], ["updated_at", "2018-12-18 14:59:20.323331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.325046"], ["updated_at", "2018-12-18 14:59:20.325046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.327744"], ["updated_at", "2018-12-18 14:59:20.327744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.330180"], ["updated_at", "2018-12-18 14:59:20.330180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.332163"], ["updated_at", "2018-12-18 14:59:20.332163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.333756"], ["updated_at", "2018-12-18 14:59:20.333756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.335301"], ["updated_at", "2018-12-18 14:59:20.335301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.336847"], ["updated_at", "2018-12-18 14:59:20.336847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.338352"], ["updated_at", "2018-12-18 14:59:20.338352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.340064"], ["updated_at", "2018-12-18 14:59:20.340064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.341813"], ["updated_at", "2018-12-18 14:59:20.341813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.343953"], ["updated_at", "2018-12-18 14:59:20.343953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.345976"], ["updated_at", "2018-12-18 14:59:20.345976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.348094"], ["updated_at", "2018-12-18 14:59:20.348094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.349878"], ["updated_at", "2018-12-18 14:59:20.349878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.351626"], ["updated_at", "2018-12-18 14:59:20.351626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.353948"], ["updated_at", "2018-12-18 14:59:20.353948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.355971"], ["updated_at", "2018-12-18 14:59:20.355971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.357559"], ["updated_at", "2018-12-18 14:59:20.357559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.359461"], ["updated_at", "2018-12-18 14:59:20.359461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.362340"], ["updated_at", "2018-12-18 14:59:20.362340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.364700"], ["updated_at", "2018-12-18 14:59:20.364700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.366421"], ["updated_at", "2018-12-18 14:59:20.366421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.367930"], ["updated_at", "2018-12-18 14:59:20.367930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.369486"], ["updated_at", "2018-12-18 14:59:20.369486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.371018"], ["updated_at", "2018-12-18 14:59:20.371018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.372553"], ["updated_at", "2018-12-18 14:59:20.372553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.374245"], ["updated_at", "2018-12-18 14:59:20.374245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.376134"], ["updated_at", "2018-12-18 14:59:20.376134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.377725"], ["updated_at", "2018-12-18 14:59:20.377725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.379205"], ["updated_at", "2018-12-18 14:59:20.379205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.382029"], ["updated_at", "2018-12-18 14:59:20.382029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.384110"], ["updated_at", "2018-12-18 14:59:20.384110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.386157"], ["updated_at", "2018-12-18 14:59:20.386157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.389110"], ["updated_at", "2018-12-18 14:59:20.389110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.390868"], ["updated_at", "2018-12-18 14:59:20.390868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.392883"], ["updated_at", "2018-12-18 14:59:20.392883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.395725"], ["updated_at", "2018-12-18 14:59:20.395725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.397910"], ["updated_at", "2018-12-18 14:59:20.397910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.399695"], ["updated_at", "2018-12-18 14:59:20.399695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.401251"], ["updated_at", "2018-12-18 14:59:20.401251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.402767"], ["updated_at", "2018-12-18 14:59:20.402767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.404307"], ["updated_at", "2018-12-18 14:59:20.404307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.406365"], ["updated_at", "2018-12-18 14:59:20.406365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.408059"], ["updated_at", "2018-12-18 14:59:20.408059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.410246"], ["updated_at", "2018-12-18 14:59:20.410246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.411867"], ["updated_at", "2018-12-18 14:59:20.411867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.413441"], ["updated_at", "2018-12-18 14:59:20.413441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.415705"], ["updated_at", "2018-12-18 14:59:20.415705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.417453"], ["updated_at", "2018-12-18 14:59:20.417453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.418987"], ["updated_at", "2018-12-18 14:59:20.418987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.422523"], ["updated_at", "2018-12-18 14:59:20.422523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.424976"], ["updated_at", "2018-12-18 14:59:20.424976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.426863"], ["updated_at", "2018-12-18 14:59:20.426863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.428827"], ["updated_at", "2018-12-18 14:59:20.428827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.430613"], ["updated_at", "2018-12-18 14:59:20.430613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.432419"], ["updated_at", "2018-12-18 14:59:20.432419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.434094"], ["updated_at", "2018-12-18 14:59:20.434094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.436330"], ["updated_at", "2018-12-18 14:59:20.436330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.438402"], ["updated_at", "2018-12-18 14:59:20.438402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.439981"], ["updated_at", "2018-12-18 14:59:20.439981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.442132"], ["updated_at", "2018-12-18 14:59:20.442132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.444867"], ["updated_at", "2018-12-18 14:59:20.444867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.446923"], ["updated_at", "2018-12-18 14:59:20.446923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.448636"], ["updated_at", "2018-12-18 14:59:20.448636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.450205"], ["updated_at", "2018-12-18 14:59:20.450205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.451756"], ["updated_at", "2018-12-18 14:59:20.451756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.453319"], ["updated_at", "2018-12-18 14:59:20.453319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.454999"], ["updated_at", "2018-12-18 14:59:20.454999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.456646"], ["updated_at", "2018-12-18 14:59:20.456646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.458269"], ["updated_at", "2018-12-18 14:59:20.458269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.460444"], ["updated_at", "2018-12-18 14:59:20.460444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.462142"], ["updated_at", "2018-12-18 14:59:20.462142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.463737"], ["updated_at", "2018-12-18 14:59:20.463737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.465962"], ["updated_at", "2018-12-18 14:59:20.465962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.467848"], ["updated_at", "2018-12-18 14:59:20.467848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.469457"], ["updated_at", "2018-12-18 14:59:20.469457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.470932"], ["updated_at", "2018-12-18 14:59:20.470932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.472455"], ["updated_at", "2018-12-18 14:59:20.472455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.473952"], ["updated_at", "2018-12-18 14:59:20.473952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.475803"], ["updated_at", "2018-12-18 14:59:20.475803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.477790"], ["updated_at", "2018-12-18 14:59:20.477790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.479597"], ["updated_at", "2018-12-18 14:59:20.479597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.482132"], ["updated_at", "2018-12-18 14:59:20.482132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.484349"], ["updated_at", "2018-12-18 14:59:20.484349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.486083"], ["updated_at", "2018-12-18 14:59:20.486083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.487727"], ["updated_at", "2018-12-18 14:59:20.487727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.489300"], ["updated_at", "2018-12-18 14:59:20.489300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.491273"], ["updated_at", "2018-12-18 14:59:20.491273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.493277"], ["updated_at", "2018-12-18 14:59:20.493277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.496120"], ["updated_at", "2018-12-18 14:59:20.496120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.498706"], ["updated_at", "2018-12-18 14:59:20.498706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.500476"], ["updated_at", "2018-12-18 14:59:20.500476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.502462"], ["updated_at", "2018-12-18 14:59:20.502462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.504204"], ["updated_at", "2018-12-18 14:59:20.504204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.505804"], ["updated_at", "2018-12-18 14:59:20.505804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.507413"], ["updated_at", "2018-12-18 14:59:20.507413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.509454"], ["updated_at", "2018-12-18 14:59:20.509454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.511162"], ["updated_at", "2018-12-18 14:59:20.511162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.513570"], ["updated_at", "2018-12-18 14:59:20.513570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.518450"], ["updated_at", "2018-12-18 14:59:20.518450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.520575"], ["updated_at", "2018-12-18 14:59:20.520575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.522324"], ["updated_at", "2018-12-18 14:59:20.522324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.523984"], ["updated_at", "2018-12-18 14:59:20.523984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.526711"], ["updated_at", "2018-12-18 14:59:20.526711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.529561"], ["updated_at", "2018-12-18 14:59:20.529561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.531978"], ["updated_at", "2018-12-18 14:59:20.531978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.533754"], ["updated_at", "2018-12-18 14:59:20.533754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.535427"], ["updated_at", "2018-12-18 14:59:20.535427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.537252"], ["updated_at", "2018-12-18 14:59:20.537252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.538963"], ["updated_at", "2018-12-18 14:59:20.538963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.540599"], ["updated_at", "2018-12-18 14:59:20.540599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.542843"], ["updated_at", "2018-12-18 14:59:20.542843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.544654"], ["updated_at", "2018-12-18 14:59:20.544654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.546444"], ["updated_at", "2018-12-18 14:59:20.546444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.548898"], ["updated_at", "2018-12-18 14:59:20.548898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.550729"], ["updated_at", "2018-12-18 14:59:20.550729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.552944"], ["updated_at", "2018-12-18 14:59:20.552944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.555346"], ["updated_at", "2018-12-18 14:59:20.555346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.557152"], ["updated_at", "2018-12-18 14:59:20.557152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.559189"], ["updated_at", "2018-12-18 14:59:20.559189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.562310"], ["updated_at", "2018-12-18 14:59:20.562310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.564670"], ["updated_at", "2018-12-18 14:59:20.564670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.567460"], ["updated_at", "2018-12-18 14:59:20.567460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.570402"], ["updated_at", "2018-12-18 14:59:20.570402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.573116"], ["updated_at", "2018-12-18 14:59:20.573116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.576646"], ["updated_at", "2018-12-18 14:59:20.576646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.579697"], ["updated_at", "2018-12-18 14:59:20.579697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.582752"], ["updated_at", "2018-12-18 14:59:20.582752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.586852"], ["updated_at", "2018-12-18 14:59:20.586852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.589989"], ["updated_at", "2018-12-18 14:59:20.589989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.593394"], ["updated_at", "2018-12-18 14:59:20.593394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.597306"], ["updated_at", "2018-12-18 14:59:20.597306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.600001"], ["updated_at", "2018-12-18 14:59:20.600001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.602773"], ["updated_at", "2018-12-18 14:59:20.602773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.605303"], ["updated_at", "2018-12-18 14:59:20.605303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.608457"], ["updated_at", "2018-12-18 14:59:20.608457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.611520"], ["updated_at", "2018-12-18 14:59:20.611520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.613974"], ["updated_at", "2018-12-18 14:59:20.613974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.616712"], ["updated_at", "2018-12-18 14:59:20.616712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.619460"], ["updated_at", "2018-12-18 14:59:20.619460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.622006"], ["updated_at", "2018-12-18 14:59:20.622006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.625187"], ["updated_at", "2018-12-18 14:59:20.625187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.628176"], ["updated_at", "2018-12-18 14:59:20.628176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.631266"], ["updated_at", "2018-12-18 14:59:20.631266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.634357"], ["updated_at", "2018-12-18 14:59:20.634357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.638072"], ["updated_at", "2018-12-18 14:59:20.638072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.645184"], ["updated_at", "2018-12-18 14:59:20.645184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.647133"], ["updated_at", "2018-12-18 14:59:20.647133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.649091"], ["updated_at", "2018-12-18 14:59:20.649091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.650830"], ["updated_at", "2018-12-18 14:59:20.650830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.652504"], ["updated_at", "2018-12-18 14:59:20.652504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.654456"], ["updated_at", "2018-12-18 14:59:20.654456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.656234"], ["updated_at", "2018-12-18 14:59:20.656234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.657843"], ["updated_at", "2018-12-18 14:59:20.657843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.659787"], ["updated_at", "2018-12-18 14:59:20.659787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.661532"], ["updated_at", "2018-12-18 14:59:20.661532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.663082"], ["updated_at", "2018-12-18 14:59:20.663082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.665616"], ["updated_at", "2018-12-18 14:59:20.665616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.668003"], ["updated_at", "2018-12-18 14:59:20.668003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.669630"], ["updated_at", "2018-12-18 14:59:20.669630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.671234"], ["updated_at", "2018-12-18 14:59:20.671234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.673193"], ["updated_at", "2018-12-18 14:59:20.673193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.675132"], ["updated_at", "2018-12-18 14:59:20.675132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.677954"], ["updated_at", "2018-12-18 14:59:20.677954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.680013"], ["updated_at", "2018-12-18 14:59:20.680013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.681919"], ["updated_at", "2018-12-18 14:59:20.681919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.683613"], ["updated_at", "2018-12-18 14:59:20.683613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.685254"], ["updated_at", "2018-12-18 14:59:20.685254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.686814"], ["updated_at", "2018-12-18 14:59:20.686814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.688584"], ["updated_at", "2018-12-18 14:59:20.688584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.690327"], ["updated_at", "2018-12-18 14:59:20.690327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.692466"], ["updated_at", "2018-12-18 14:59:20.692466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.694370"], ["updated_at", "2018-12-18 14:59:20.694370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.696036"], ["updated_at", "2018-12-18 14:59:20.696036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.697831"], ["updated_at", "2018-12-18 14:59:20.697831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.699806"], ["updated_at", "2018-12-18 14:59:20.699806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.701621"], ["updated_at", "2018-12-18 14:59:20.701621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.703538"], ["updated_at", "2018-12-18 14:59:20.703538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.705204"], ["updated_at", "2018-12-18 14:59:20.705204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.706854"], ["updated_at", "2018-12-18 14:59:20.706854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.708952"], ["updated_at", "2018-12-18 14:59:20.708952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.710807"], ["updated_at", "2018-12-18 14:59:20.710807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.712503"], ["updated_at", "2018-12-18 14:59:20.712503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.714451"], ["updated_at", "2018-12-18 14:59:20.714451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.717365"], ["updated_at", "2018-12-18 14:59:20.717365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.719109"], ["updated_at", "2018-12-18 14:59:20.719109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.720673"], ["updated_at", "2018-12-18 14:59:20.720673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.722410"], ["updated_at", "2018-12-18 14:59:20.722410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.724628"], ["updated_at", "2018-12-18 14:59:20.724628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.727349"], ["updated_at", "2018-12-18 14:59:20.727349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.729626"], ["updated_at", "2018-12-18 14:59:20.729626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.731800"], ["updated_at", "2018-12-18 14:59:20.731800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.733674"], ["updated_at", "2018-12-18 14:59:20.733674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.735522"], ["updated_at", "2018-12-18 14:59:20.735522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.737156"], ["updated_at", "2018-12-18 14:59:20.737156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.738850"], ["updated_at", "2018-12-18 14:59:20.738850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.740531"], ["updated_at", "2018-12-18 14:59:20.740531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.742661"], ["updated_at", "2018-12-18 14:59:20.742661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.744851"], ["updated_at", "2018-12-18 14:59:20.744851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.746854"], ["updated_at", "2018-12-18 14:59:20.746854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.749099"], ["updated_at", "2018-12-18 14:59:20.749099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.750833"], ["updated_at", "2018-12-18 14:59:20.750833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.752607"], ["updated_at", "2018-12-18 14:59:20.752607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.755280"], ["updated_at", "2018-12-18 14:59:20.755280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.757144"], ["updated_at", "2018-12-18 14:59:20.757144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.762326"], ["updated_at", "2018-12-18 14:59:20.762326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.764467"], ["updated_at", "2018-12-18 14:59:20.764467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.766283"], ["updated_at", "2018-12-18 14:59:20.766283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.767821"], ["updated_at", "2018-12-18 14:59:20.767821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.769590"], ["updated_at", "2018-12-18 14:59:20.769590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.800442"], ["updated_at", "2018-12-18 14:59:20.800442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.804032"], ["updated_at", "2018-12-18 14:59:20.804032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.806273"], ["updated_at", "2018-12-18 14:59:20.806273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.808819"], ["updated_at", "2018-12-18 14:59:20.808819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.812635"], ["updated_at", "2018-12-18 14:59:20.812635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.815260"], ["updated_at", "2018-12-18 14:59:20.815260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.818926"], ["updated_at", "2018-12-18 14:59:20.818926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.822814"], ["updated_at", "2018-12-18 14:59:20.822814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.826887"], ["updated_at", "2018-12-18 14:59:20.826887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.830518"], ["updated_at", "2018-12-18 14:59:20.830518"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.834607"], ["updated_at", "2018-12-18 14:59:20.834607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.836965"], ["updated_at", "2018-12-18 14:59:20.836965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.839251"], ["updated_at", "2018-12-18 14:59:20.839251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.841414"], ["updated_at", "2018-12-18 14:59:20.841414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.845145"], ["updated_at", "2018-12-18 14:59:20.845145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.847462"], ["updated_at", "2018-12-18 14:59:20.847462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.849772"], ["updated_at", "2018-12-18 14:59:20.849772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.852426"], ["updated_at", "2018-12-18 14:59:20.852426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.854464"], ["updated_at", "2018-12-18 14:59:20.854464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.856629"], ["updated_at", "2018-12-18 14:59:20.856629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.859029"], ["updated_at", "2018-12-18 14:59:20.859029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.861698"], ["updated_at", "2018-12-18 14:59:20.861698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.864068"], ["updated_at", "2018-12-18 14:59:20.864068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.866265"], ["updated_at", "2018-12-18 14:59:20.866265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.868874"], ["updated_at", "2018-12-18 14:59:20.868874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.871180"], ["updated_at", "2018-12-18 14:59:20.871180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.873369"], ["updated_at", "2018-12-18 14:59:20.873369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.876881"], ["updated_at", "2018-12-18 14:59:20.876881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.880247"], ["updated_at", "2018-12-18 14:59:20.880247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.884258"], ["updated_at", "2018-12-18 14:59:20.884258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.886680"], ["updated_at", "2018-12-18 14:59:20.886680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.889312"], ["updated_at", "2018-12-18 14:59:20.889312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.891644"], ["updated_at", "2018-12-18 14:59:20.891644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.894212"], ["updated_at", "2018-12-18 14:59:20.894212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.917426"], ["updated_at", "2018-12-18 14:59:20.917426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.919256"], ["updated_at", "2018-12-18 14:59:20.919256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.921163"], ["updated_at", "2018-12-18 14:59:20.921163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.922856"], ["updated_at", "2018-12-18 14:59:20.922856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.925027"], ["updated_at", "2018-12-18 14:59:20.925027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.928113"], ["updated_at", "2018-12-18 14:59:20.928113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.929955"], ["updated_at", "2018-12-18 14:59:20.929955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.932073"], ["updated_at", "2018-12-18 14:59:20.932073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.933841"], ["updated_at", "2018-12-18 14:59:20.933841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.935484"], ["updated_at", "2018-12-18 14:59:20.935484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.937323"], ["updated_at", "2018-12-18 14:59:20.937323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.939043"], ["updated_at", "2018-12-18 14:59:20.939043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.940700"], ["updated_at", "2018-12-18 14:59:20.940700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.943295"], ["updated_at", "2018-12-18 14:59:20.943295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.945137"], ["updated_at", "2018-12-18 14:59:20.945137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.946812"], ["updated_at", "2018-12-18 14:59:20.946812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.948939"], ["updated_at", "2018-12-18 14:59:20.948939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.950702"], ["updated_at", "2018-12-18 14:59:20.950702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.955258"], ["updated_at", "2018-12-18 14:59:20.955258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.956943"], ["updated_at", "2018-12-18 14:59:20.956943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.958853"], ["updated_at", "2018-12-18 14:59:20.958853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.961825"], ["updated_at", "2018-12-18 14:59:20.961825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.963809"], ["updated_at", "2018-12-18 14:59:20.963809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.965594"], ["updated_at", "2018-12-18 14:59:20.965594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.967532"], ["updated_at", "2018-12-18 14:59:20.967532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.969174"], ["updated_at", "2018-12-18 14:59:20.969174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.970725"], ["updated_at", "2018-12-18 14:59:20.970725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.972297"], ["updated_at", "2018-12-18 14:59:20.972297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.974579"], ["updated_at", "2018-12-18 14:59:20.974579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.978995"], ["updated_at", "2018-12-18 14:59:20.978995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.982134"], ["updated_at", "2018-12-18 14:59:20.982134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.985075"], ["updated_at", "2018-12-18 14:59:20.985075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:20.996064"], ["updated_at", "2018-12-18 14:59:20.996064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:20.998905"], ["updated_at", "2018-12-18 14:59:20.998905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.000861"], ["updated_at", "2018-12-18 14:59:21.000861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.007894"], ["updated_at", "2018-12-18 14:59:21.007894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.010624"], ["updated_at", "2018-12-18 14:59:21.010624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.012641"], ["updated_at", "2018-12-18 14:59:21.012641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.014760"], ["updated_at", "2018-12-18 14:59:21.014760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.016741"], ["updated_at", "2018-12-18 14:59:21.016741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.018632"], ["updated_at", "2018-12-18 14:59:21.018632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.020274"], ["updated_at", "2018-12-18 14:59:21.020274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.021773"], ["updated_at", "2018-12-18 14:59:21.021773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.023389"], ["updated_at", "2018-12-18 14:59:21.023389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.025578"], ["updated_at", "2018-12-18 14:59:21.025578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.027398"], ["updated_at", "2018-12-18 14:59:21.027398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.036695"], ["updated_at", "2018-12-18 14:59:21.036695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.042919"], ["updated_at", "2018-12-18 14:59:21.042919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.046477"], ["updated_at", "2018-12-18 14:59:21.046477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.049091"], ["updated_at", "2018-12-18 14:59:21.049091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.050756"], ["updated_at", "2018-12-18 14:59:21.050756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.052313"], ["updated_at", "2018-12-18 14:59:21.052313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.053898"], ["updated_at", "2018-12-18 14:59:21.053898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.055480"], ["updated_at", "2018-12-18 14:59:21.055480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.057059"], ["updated_at", "2018-12-18 14:59:21.057059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.059102"], ["updated_at", "2018-12-18 14:59:21.059102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.061015"], ["updated_at", "2018-12-18 14:59:21.061015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.062990"], ["updated_at", "2018-12-18 14:59:21.062990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.065057"], ["updated_at", "2018-12-18 14:59:21.065057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.067284"], ["updated_at", "2018-12-18 14:59:21.067284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.071201"], ["updated_at", "2018-12-18 14:59:21.071201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.072924"], ["updated_at", "2018-12-18 14:59:21.072924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.074473"], ["updated_at", "2018-12-18 14:59:21.074473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.077955"], ["updated_at", "2018-12-18 14:59:21.077955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.079802"], ["updated_at", "2018-12-18 14:59:21.079802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.082897"], ["updated_at", "2018-12-18 14:59:21.082897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.085213"], ["updated_at", "2018-12-18 14:59:21.085213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.086906"], ["updated_at", "2018-12-18 14:59:21.086906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.088484"], ["updated_at", "2018-12-18 14:59:21.088484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.090004"], ["updated_at", "2018-12-18 14:59:21.090004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.091887"], ["updated_at", "2018-12-18 14:59:21.091887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.093946"], ["updated_at", "2018-12-18 14:59:21.093946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.095652"], ["updated_at", "2018-12-18 14:59:21.095652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.097572"], ["updated_at", "2018-12-18 14:59:21.097572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.099391"], ["updated_at", "2018-12-18 14:59:21.099391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.101375"], ["updated_at", "2018-12-18 14:59:21.101375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.103060"], ["updated_at", "2018-12-18 14:59:21.103060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.104537"], ["updated_at", "2018-12-18 14:59:21.104537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.106340"], ["updated_at", "2018-12-18 14:59:21.106340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.107907"], ["updated_at", "2018-12-18 14:59:21.107907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.109885"], ["updated_at", "2018-12-18 14:59:21.109885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.111562"], ["updated_at", "2018-12-18 14:59:21.111562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.113328"], ["updated_at", "2018-12-18 14:59:21.113328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.116193"], ["updated_at", "2018-12-18 14:59:21.116193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.118237"], ["updated_at", "2018-12-18 14:59:21.118237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.120208"], ["updated_at", "2018-12-18 14:59:21.120208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.121809"], ["updated_at", "2018-12-18 14:59:21.121809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.123406"], ["updated_at", "2018-12-18 14:59:21.123406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.125047"], ["updated_at", "2018-12-18 14:59:21.125047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.127165"], ["updated_at", "2018-12-18 14:59:21.127165"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.129876"], ["updated_at", "2018-12-18 14:59:21.129876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.131875"], ["updated_at", "2018-12-18 14:59:21.131875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.133538"], ["updated_at", "2018-12-18 14:59:21.133538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.135259"], ["updated_at", "2018-12-18 14:59:21.135259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.137247"], ["updated_at", "2018-12-18 14:59:21.137247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.138987"], ["updated_at", "2018-12-18 14:59:21.138987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.140684"], ["updated_at", "2018-12-18 14:59:21.140684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.142997"], ["updated_at", "2018-12-18 14:59:21.142997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.144798"], ["updated_at", "2018-12-18 14:59:21.144798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.146495"], ["updated_at", "2018-12-18 14:59:21.146495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.148366"], ["updated_at", "2018-12-18 14:59:21.148366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.150195"], ["updated_at", "2018-12-18 14:59:21.150195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.152146"], ["updated_at", "2018-12-18 14:59:21.152146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.154921"], ["updated_at", "2018-12-18 14:59:21.154921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.156593"], ["updated_at", "2018-12-18 14:59:21.156593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.158603"], ["updated_at", "2018-12-18 14:59:21.158603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.161353"], ["updated_at", "2018-12-18 14:59:21.161353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.163349"], ["updated_at", "2018-12-18 14:59:21.163349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.165337"], ["updated_at", "2018-12-18 14:59:21.165337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.167028"], ["updated_at", "2018-12-18 14:59:21.167028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.168656"], ["updated_at", "2018-12-18 14:59:21.168656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.170628"], ["updated_at", "2018-12-18 14:59:21.170628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.174600"], ["updated_at", "2018-12-18 14:59:21.174600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.176838"], ["updated_at", "2018-12-18 14:59:21.176838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.178487"], ["updated_at", "2018-12-18 14:59:21.178487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.180002"], ["updated_at", "2018-12-18 14:59:21.180002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.181924"], ["updated_at", "2018-12-18 14:59:21.181924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.183644"], ["updated_at", "2018-12-18 14:59:21.183644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.185254"], ["updated_at", "2018-12-18 14:59:21.185254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.187898"], ["updated_at", "2018-12-18 14:59:21.187898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.190078"], ["updated_at", "2018-12-18 14:59:21.190078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.191972"], ["updated_at", "2018-12-18 14:59:21.191972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.194893"], ["updated_at", "2018-12-18 14:59:21.194893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.197174"], ["updated_at", "2018-12-18 14:59:21.197174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.199131"], ["updated_at", "2018-12-18 14:59:21.199131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.200803"], ["updated_at", "2018-12-18 14:59:21.200803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.202354"], ["updated_at", "2018-12-18 14:59:21.202354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.203875"], ["updated_at", "2018-12-18 14:59:21.203875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.205423"], ["updated_at", "2018-12-18 14:59:21.205423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.206998"], ["updated_at", "2018-12-18 14:59:21.206998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.209276"], ["updated_at", "2018-12-18 14:59:21.209276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.211282"], ["updated_at", "2018-12-18 14:59:21.211282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.212975"], ["updated_at", "2018-12-18 14:59:21.212975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.214890"], ["updated_at", "2018-12-18 14:59:21.214890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.216791"], ["updated_at", "2018-12-18 14:59:21.216791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.218507"], ["updated_at", "2018-12-18 14:59:21.218507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.220082"], ["updated_at", "2018-12-18 14:59:21.220082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.221765"], ["updated_at", "2018-12-18 14:59:21.221765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.223413"], ["updated_at", "2018-12-18 14:59:21.223413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.225338"], ["updated_at", "2018-12-18 14:59:21.225338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.228070"], ["updated_at", "2018-12-18 14:59:21.228070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.230062"], ["updated_at", "2018-12-18 14:59:21.230062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.232408"], ["updated_at", "2018-12-18 14:59:21.232408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.234681"], ["updated_at", "2018-12-18 14:59:21.234681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.237127"], ["updated_at", "2018-12-18 14:59:21.237127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.239078"], ["updated_at", "2018-12-18 14:59:21.239078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.240874"], ["updated_at", "2018-12-18 14:59:21.240874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.243052"], ["updated_at", "2018-12-18 14:59:21.243052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.246157"], ["updated_at", "2018-12-18 14:59:21.246157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.248169"], ["updated_at", "2018-12-18 14:59:21.248169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.249965"], ["updated_at", "2018-12-18 14:59:21.249965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.251600"], ["updated_at", "2018-12-18 14:59:21.251600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.253197"], ["updated_at", "2018-12-18 14:59:21.253197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.254794"], ["updated_at", "2018-12-18 14:59:21.254794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.256459"], ["updated_at", "2018-12-18 14:59:21.256459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.258187"], ["updated_at", "2018-12-18 14:59:21.258187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.260190"], ["updated_at", "2018-12-18 14:59:21.260190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.262132"], ["updated_at", "2018-12-18 14:59:21.262132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.263934"], ["updated_at", "2018-12-18 14:59:21.263934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.266177"], ["updated_at", "2018-12-18 14:59:21.266177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.267949"], ["updated_at", "2018-12-18 14:59:21.267949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.269619"], ["updated_at", "2018-12-18 14:59:21.269619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.273677"], ["updated_at", "2018-12-18 14:59:21.273677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.275978"], ["updated_at", "2018-12-18 14:59:21.275978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.278135"], ["updated_at", "2018-12-18 14:59:21.278135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.280259"], ["updated_at", "2018-12-18 14:59:21.280259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.283219"], ["updated_at", "2018-12-18 14:59:21.283219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.285239"], ["updated_at", "2018-12-18 14:59:21.285239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.286839"], ["updated_at", "2018-12-18 14:59:21.286839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.288380"], ["updated_at", "2018-12-18 14:59:21.288380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.289913"], ["updated_at", "2018-12-18 14:59:21.289913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.291802"], ["updated_at", "2018-12-18 14:59:21.291802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.294399"], ["updated_at", "2018-12-18 14:59:21.294399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.296358"], ["updated_at", "2018-12-18 14:59:21.296358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.298774"], ["updated_at", "2018-12-18 14:59:21.298774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.300455"], ["updated_at", "2018-12-18 14:59:21.300455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.302085"], ["updated_at", "2018-12-18 14:59:21.302085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.304056"], ["updated_at", "2018-12-18 14:59:21.304056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.305717"], ["updated_at", "2018-12-18 14:59:21.305717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.307304"], ["updated_at", "2018-12-18 14:59:21.307304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.309152"], ["updated_at", "2018-12-18 14:59:21.309152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.310930"], ["updated_at", "2018-12-18 14:59:21.310930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.312520"], ["updated_at", "2018-12-18 14:59:21.312520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.314220"], ["updated_at", "2018-12-18 14:59:21.314220"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.317473"], ["updated_at", "2018-12-18 14:59:21.317473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.319205"], ["updated_at", "2018-12-18 14:59:21.319205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.320767"], ["updated_at", "2018-12-18 14:59:21.320767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.322301"], ["updated_at", "2018-12-18 14:59:21.322301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.323850"], ["updated_at", "2018-12-18 14:59:21.323850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.325777"], ["updated_at", "2018-12-18 14:59:21.325777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.328612"], ["updated_at", "2018-12-18 14:59:21.328612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.330567"], ["updated_at", "2018-12-18 14:59:21.330567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.332463"], ["updated_at", "2018-12-18 14:59:21.332463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.334423"], ["updated_at", "2018-12-18 14:59:21.334423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.336063"], ["updated_at", "2018-12-18 14:59:21.336063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.337861"], ["updated_at", "2018-12-18 14:59:21.337861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.339568"], ["updated_at", "2018-12-18 14:59:21.339568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.341157"], ["updated_at", "2018-12-18 14:59:21.341157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.343481"], ["updated_at", "2018-12-18 14:59:21.343481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.345205"], ["updated_at", "2018-12-18 14:59:21.345205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.346799"], ["updated_at", "2018-12-18 14:59:21.346799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.348701"], ["updated_at", "2018-12-18 14:59:21.348701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.350726"], ["updated_at", "2018-12-18 14:59:21.350726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.353368"], ["updated_at", "2018-12-18 14:59:21.353368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.355633"], ["updated_at", "2018-12-18 14:59:21.355633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.357275"], ["updated_at", "2018-12-18 14:59:21.357275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.359724"], ["updated_at", "2018-12-18 14:59:21.359724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.362312"], ["updated_at", "2018-12-18 14:59:21.362312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.364263"], ["updated_at", "2018-12-18 14:59:21.364263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.368307"], ["updated_at", "2018-12-18 14:59:21.368307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.370402"], ["updated_at", "2018-12-18 14:59:21.370402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.372102"], ["updated_at", "2018-12-18 14:59:21.372102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.373989"], ["updated_at", "2018-12-18 14:59:21.373989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.376077"], ["updated_at", "2018-12-18 14:59:21.376077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.377932"], ["updated_at", "2018-12-18 14:59:21.377932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.379740"], ["updated_at", "2018-12-18 14:59:21.379740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.381679"], ["updated_at", "2018-12-18 14:59:21.381679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.383647"], ["updated_at", "2018-12-18 14:59:21.383647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.385530"], ["updated_at", "2018-12-18 14:59:21.385530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.387948"], ["updated_at", "2018-12-18 14:59:21.387948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.389798"], ["updated_at", "2018-12-18 14:59:21.389798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.391615"], ["updated_at", "2018-12-18 14:59:21.391615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.393703"], ["updated_at", "2018-12-18 14:59:21.393703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.395449"], ["updated_at", "2018-12-18 14:59:21.395449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.397333"], ["updated_at", "2018-12-18 14:59:21.397333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.401657"], ["updated_at", "2018-12-18 14:59:21.401657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.404957"], ["updated_at", "2018-12-18 14:59:21.404957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.407583"], ["updated_at", "2018-12-18 14:59:21.407583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.409972"], ["updated_at", "2018-12-18 14:59:21.409972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.412805"], ["updated_at", "2018-12-18 14:59:21.412805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.415235"], ["updated_at", "2018-12-18 14:59:21.415235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.418263"], ["updated_at", "2018-12-18 14:59:21.418263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.421513"], ["updated_at", "2018-12-18 14:59:21.421513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.426120"], ["updated_at", "2018-12-18 14:59:21.426120"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.428898"], ["updated_at", "2018-12-18 14:59:21.428898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.433722"], ["updated_at", "2018-12-18 14:59:21.433722"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.436591"], ["updated_at", "2018-12-18 14:59:21.436591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.439882"], ["updated_at", "2018-12-18 14:59:21.439882"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.443886"], ["updated_at", "2018-12-18 14:59:21.443886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.447913"], ["updated_at", "2018-12-18 14:59:21.447913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.451481"], ["updated_at", "2018-12-18 14:59:21.451481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.455337"], ["updated_at", "2018-12-18 14:59:21.455337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.458492"], ["updated_at", "2018-12-18 14:59:21.458492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.462049"], ["updated_at", "2018-12-18 14:59:21.462049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.465261"], ["updated_at", "2018-12-18 14:59:21.465261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.467953"], ["updated_at", "2018-12-18 14:59:21.467953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.470707"], ["updated_at", "2018-12-18 14:59:21.470707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.473375"], ["updated_at", "2018-12-18 14:59:21.473375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.477072"], ["updated_at", "2018-12-18 14:59:21.477072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.480122"], ["updated_at", "2018-12-18 14:59:21.480122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.484527"], ["updated_at", "2018-12-18 14:59:21.484527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.487844"], ["updated_at", "2018-12-18 14:59:21.487844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.491188"], ["updated_at", "2018-12-18 14:59:21.491188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.497143"], ["updated_at", "2018-12-18 14:59:21.497143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.499420"], ["updated_at", "2018-12-18 14:59:21.499420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.501592"], ["updated_at", "2018-12-18 14:59:21.501592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.503346"], ["updated_at", "2018-12-18 14:59:21.503346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.504997"], ["updated_at", "2018-12-18 14:59:21.504997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.506775"], ["updated_at", "2018-12-18 14:59:21.506775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.508737"], ["updated_at", "2018-12-18 14:59:21.508737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.510703"], ["updated_at", "2018-12-18 14:59:21.510703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.512510"], ["updated_at", "2018-12-18 14:59:21.512510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.515882"], ["updated_at", "2018-12-18 14:59:21.515882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.518817"], ["updated_at", "2018-12-18 14:59:21.518817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.520584"], ["updated_at", "2018-12-18 14:59:21.520584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.522244"], ["updated_at", "2018-12-18 14:59:21.522244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.524056"], ["updated_at", "2018-12-18 14:59:21.524056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.526155"], ["updated_at", "2018-12-18 14:59:21.526155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.529257"], ["updated_at", "2018-12-18 14:59:21.529257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.531631"], ["updated_at", "2018-12-18 14:59:21.531631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.533475"], ["updated_at", "2018-12-18 14:59:21.533475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.535265"], ["updated_at", "2018-12-18 14:59:21.535265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.536966"], ["updated_at", "2018-12-18 14:59:21.536966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.538510"], ["updated_at", "2018-12-18 14:59:21.538510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.540085"], ["updated_at", "2018-12-18 14:59:21.540085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.541987"], ["updated_at", "2018-12-18 14:59:21.541987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.543915"], ["updated_at", "2018-12-18 14:59:21.543915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.545787"], ["updated_at", "2018-12-18 14:59:21.545787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.547982"], ["updated_at", "2018-12-18 14:59:21.547982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.549963"], ["updated_at", "2018-12-18 14:59:21.549963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.551643"], ["updated_at", "2018-12-18 14:59:21.551643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.553268"], ["updated_at", "2018-12-18 14:59:21.553268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.555473"], ["updated_at", "2018-12-18 14:59:21.555473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.557932"], ["updated_at", "2018-12-18 14:59:21.557932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.560309"], ["updated_at", "2018-12-18 14:59:21.560309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.564431"], ["updated_at", "2018-12-18 14:59:21.564431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.567979"], ["updated_at", "2018-12-18 14:59:21.567979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.571358"], ["updated_at", "2018-12-18 14:59:21.571358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.574052"], ["updated_at", "2018-12-18 14:59:21.574052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.576477"], ["updated_at", "2018-12-18 14:59:21.576477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.579576"], ["updated_at", "2018-12-18 14:59:21.579576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.581773"], ["updated_at", "2018-12-18 14:59:21.581773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.584303"], ["updated_at", "2018-12-18 14:59:21.584303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.586087"], ["updated_at", "2018-12-18 14:59:21.586087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.587736"], ["updated_at", "2018-12-18 14:59:21.587736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.590363"], ["updated_at", "2018-12-18 14:59:21.590363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.593190"], ["updated_at", "2018-12-18 14:59:21.593190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.596023"], ["updated_at", "2018-12-18 14:59:21.596023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.598175"], ["updated_at", "2018-12-18 14:59:21.598175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.600045"], ["updated_at", "2018-12-18 14:59:21.600045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.602216"], ["updated_at", "2018-12-18 14:59:21.602216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.604014"], ["updated_at", "2018-12-18 14:59:21.604014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.605989"], ["updated_at", "2018-12-18 14:59:21.605989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.607675"], ["updated_at", "2018-12-18 14:59:21.607675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.610302"], ["updated_at", "2018-12-18 14:59:21.610302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.612181"], ["updated_at", "2018-12-18 14:59:21.612181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.613877"], ["updated_at", "2018-12-18 14:59:21.613877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.617401"], ["updated_at", "2018-12-18 14:59:21.617401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.619749"], ["updated_at", "2018-12-18 14:59:21.619749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.621732"], ["updated_at", "2018-12-18 14:59:21.621732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.623478"], ["updated_at", "2018-12-18 14:59:21.623478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.625531"], ["updated_at", "2018-12-18 14:59:21.625531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.627503"], ["updated_at", "2018-12-18 14:59:21.627503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.629716"], ["updated_at", "2018-12-18 14:59:21.629716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.631857"], ["updated_at", "2018-12-18 14:59:21.631857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.633618"], ["updated_at", "2018-12-18 14:59:21.633618"]]  (1.8ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.638171"], ["updated_at", "2018-12-18 14:59:21.638171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.640286"], ["updated_at", "2018-12-18 14:59:21.640286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.642147"], ["updated_at", "2018-12-18 14:59:21.642147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.644713"], ["updated_at", "2018-12-18 14:59:21.644713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.646659"], ["updated_at", "2018-12-18 14:59:21.646659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.648627"], ["updated_at", "2018-12-18 14:59:21.648627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.650310"], ["updated_at", "2018-12-18 14:59:21.650310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.652127"], ["updated_at", "2018-12-18 14:59:21.652127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.653815"], ["updated_at", "2018-12-18 14:59:21.653815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.655806"], ["updated_at", "2018-12-18 14:59:21.655806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.657532"], ["updated_at", "2018-12-18 14:59:21.657532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.659505"], ["updated_at", "2018-12-18 14:59:21.659505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.661150"], ["updated_at", "2018-12-18 14:59:21.661150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.662822"], ["updated_at", "2018-12-18 14:59:21.662822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.664656"], ["updated_at", "2018-12-18 14:59:21.664656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.667221"], ["updated_at", "2018-12-18 14:59:21.667221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.669580"], ["updated_at", "2018-12-18 14:59:21.669580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.671254"], ["updated_at", "2018-12-18 14:59:21.671254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.673091"], ["updated_at", "2018-12-18 14:59:21.673091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.675391"], ["updated_at", "2018-12-18 14:59:21.675391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.678240"], ["updated_at", "2018-12-18 14:59:21.678240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.680028"], ["updated_at", "2018-12-18 14:59:21.680028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.682026"], ["updated_at", "2018-12-18 14:59:21.682026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.683718"], ["updated_at", "2018-12-18 14:59:21.683718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.685274"], ["updated_at", "2018-12-18 14:59:21.685274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.687149"], ["updated_at", "2018-12-18 14:59:21.687149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.688770"], ["updated_at", "2018-12-18 14:59:21.688770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.690351"], ["updated_at", "2018-12-18 14:59:21.690351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.692620"], ["updated_at", "2018-12-18 14:59:21.692620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.694234"], ["updated_at", "2018-12-18 14:59:21.694234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.695851"], ["updated_at", "2018-12-18 14:59:21.695851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.697859"], ["updated_at", "2018-12-18 14:59:21.697859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.699810"], ["updated_at", "2018-12-18 14:59:21.699810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.701576"], ["updated_at", "2018-12-18 14:59:21.701576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.703491"], ["updated_at", "2018-12-18 14:59:21.703491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.705617"], ["updated_at", "2018-12-18 14:59:21.705617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.707473"], ["updated_at", "2018-12-18 14:59:21.707473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.710211"], ["updated_at", "2018-12-18 14:59:21.710211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.712118"], ["updated_at", "2018-12-18 14:59:21.712118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.713854"], ["updated_at", "2018-12-18 14:59:21.713854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.716608"], ["updated_at", "2018-12-18 14:59:21.716608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.718771"], ["updated_at", "2018-12-18 14:59:21.718771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.720444"], ["updated_at", "2018-12-18 14:59:21.720444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.722202"], ["updated_at", "2018-12-18 14:59:21.722202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.723792"], ["updated_at", "2018-12-18 14:59:21.723792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.725904"], ["updated_at", "2018-12-18 14:59:21.725904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.729155"], ["updated_at", "2018-12-18 14:59:21.729155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.731265"], ["updated_at", "2018-12-18 14:59:21.731265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.733445"], ["updated_at", "2018-12-18 14:59:21.733445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.735137"], ["updated_at", "2018-12-18 14:59:21.735137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.736728"], ["updated_at", "2018-12-18 14:59:21.736728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.738339"], ["updated_at", "2018-12-18 14:59:21.738339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.740029"], ["updated_at", "2018-12-18 14:59:21.740029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.741891"], ["updated_at", "2018-12-18 14:59:21.741891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.744332"], ["updated_at", "2018-12-18 14:59:21.744332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.746214"], ["updated_at", "2018-12-18 14:59:21.746214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.748309"], ["updated_at", "2018-12-18 14:59:21.748309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.750292"], ["updated_at", "2018-12-18 14:59:21.750292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.751943"], ["updated_at", "2018-12-18 14:59:21.751943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.756791"], ["updated_at", "2018-12-18 14:59:21.756791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.758906"], ["updated_at", "2018-12-18 14:59:21.758906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.761834"], ["updated_at", "2018-12-18 14:59:21.761834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.763940"], ["updated_at", "2018-12-18 14:59:21.763940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.766023"], ["updated_at", "2018-12-18 14:59:21.766023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.767895"], ["updated_at", "2018-12-18 14:59:21.767895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.769518"], ["updated_at", "2018-12-18 14:59:21.769518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.771050"], ["updated_at", "2018-12-18 14:59:21.771050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.772677"], ["updated_at", "2018-12-18 14:59:21.772677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.774295"], ["updated_at", "2018-12-18 14:59:21.774295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.776140"], ["updated_at", "2018-12-18 14:59:21.776140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.777813"], ["updated_at", "2018-12-18 14:59:21.777813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.780056"], ["updated_at", "2018-12-18 14:59:21.780056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.782206"], ["updated_at", "2018-12-18 14:59:21.782206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.784074"], ["updated_at", "2018-12-18 14:59:21.784074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.786334"], ["updated_at", "2018-12-18 14:59:21.786334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.788944"], ["updated_at", "2018-12-18 14:59:21.788944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.790841"], ["updated_at", "2018-12-18 14:59:21.790841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.793151"], ["updated_at", "2018-12-18 14:59:21.793151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.795947"], ["updated_at", "2018-12-18 14:59:21.795947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.798398"], ["updated_at", "2018-12-18 14:59:21.798398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.800210"], ["updated_at", "2018-12-18 14:59:21.800210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.801922"], ["updated_at", "2018-12-18 14:59:21.801922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.803636"], ["updated_at", "2018-12-18 14:59:21.803636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.805202"], ["updated_at", "2018-12-18 14:59:21.805202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.806759"], ["updated_at", "2018-12-18 14:59:21.806759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.808501"], ["updated_at", "2018-12-18 14:59:21.808501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.810357"], ["updated_at", "2018-12-18 14:59:21.810357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.811947"], ["updated_at", "2018-12-18 14:59:21.811947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.814068"], ["updated_at", "2018-12-18 14:59:21.814068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.816130"], ["updated_at", "2018-12-18 14:59:21.816130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.817770"], ["updated_at", "2018-12-18 14:59:21.817770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.819465"], ["updated_at", "2018-12-18 14:59:21.819465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.821088"], ["updated_at", "2018-12-18 14:59:21.821088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.822709"], ["updated_at", "2018-12-18 14:59:21.822709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.824315"], ["updated_at", "2018-12-18 14:59:21.824315"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.826727"], ["updated_at", "2018-12-18 14:59:21.826727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.828560"], ["updated_at", "2018-12-18 14:59:21.828560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.830148"], ["updated_at", "2018-12-18 14:59:21.830148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.833389"], ["updated_at", "2018-12-18 14:59:21.833389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.835318"], ["updated_at", "2018-12-18 14:59:21.835318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.837221"], ["updated_at", "2018-12-18 14:59:21.837221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.838981"], ["updated_at", "2018-12-18 14:59:21.838981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.840627"], ["updated_at", "2018-12-18 14:59:21.840627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.842585"], ["updated_at", "2018-12-18 14:59:21.842585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.845428"], ["updated_at", "2018-12-18 14:59:21.845428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.847392"], ["updated_at", "2018-12-18 14:59:21.847392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.849753"], ["updated_at", "2018-12-18 14:59:21.849753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.851535"], ["updated_at", "2018-12-18 14:59:21.851535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.853130"], ["updated_at", "2018-12-18 14:59:21.853130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.854759"], ["updated_at", "2018-12-18 14:59:21.854759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.856427"], ["updated_at", "2018-12-18 14:59:21.856427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.858033"], ["updated_at", "2018-12-18 14:59:21.858033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.860325"], ["updated_at", "2018-12-18 14:59:21.860325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.862270"], ["updated_at", "2018-12-18 14:59:21.862270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.864154"], ["updated_at", "2018-12-18 14:59:21.864154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.865921"], ["updated_at", "2018-12-18 14:59:21.865921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.869963"], ["updated_at", "2018-12-18 14:59:21.869963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.871669"], ["updated_at", "2018-12-18 14:59:21.871669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.873389"], ["updated_at", "2018-12-18 14:59:21.873389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.875148"], ["updated_at", "2018-12-18 14:59:21.875148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.878173"], ["updated_at", "2018-12-18 14:59:21.878173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.879861"], ["updated_at", "2018-12-18 14:59:21.879861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.881703"], ["updated_at", "2018-12-18 14:59:21.881703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.885023"], ["updated_at", "2018-12-18 14:59:21.885023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.886876"], ["updated_at", "2018-12-18 14:59:21.886876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.888582"], ["updated_at", "2018-12-18 14:59:21.888582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.890427"], ["updated_at", "2018-12-18 14:59:21.890427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.892360"], ["updated_at", "2018-12-18 14:59:21.892360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.894142"], ["updated_at", "2018-12-18 14:59:21.894142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.896008"], ["updated_at", "2018-12-18 14:59:21.896008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.897984"], ["updated_at", "2018-12-18 14:59:21.897984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.899772"], ["updated_at", "2018-12-18 14:59:21.899772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 31ms (Views: 19.9ms | ActiveRecord: 0.6ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.946526"], ["updated_at", "2018-12-18 14:59:21.946526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:21.949630"], ["updated_at", "2018-12-18 14:59:21.949630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.956013"], ["updated_at", "2018-12-18 14:59:21.956013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.963225"], ["updated_at", "2018-12-18 14:59:21.963225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.969163"], ["updated_at", "2018-12-18 14:59:21.969163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:21.971352"], ["updated_at", "2018-12-18 14:59:21.971352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 2], ["created_at", "2018-12-18 14:59:21.978259"], ["updated_at", "2018-12-18 14:59:21.978259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 4ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.001337"], ["updated_at", "2018-12-18 14:59:22.001337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.007418"], ["updated_at", "2018-12-18 14:59:22.007418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.014854"], ["updated_at", "2018-12-18 14:59:22.014854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.021483"], ["updated_at", "2018-12-18 14:59:22.021483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 14:59:22.023349"], ["updated_at", "2018-12-18 14:59:22.024989"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 9ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.034419"], ["updated_at", "2018-12-18 14:59:22.034419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.039874"], ["updated_at", "2018-12-18 14:59:22.039874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.3ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.047847"], ["updated_at", "2018-12-18 14:59:22.047847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.053907"], ["updated_at", "2018-12-18 14:59:22.053907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.062619"], ["updated_at", "2018-12-18 14:59:22.062619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.065192"], ["updated_at", "2018-12-18 14:59:22.065192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 409 Conflict in 6ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.078378"], ["updated_at", "2018-12-18 14:59:22.078378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.095674"], ["updated_at", "2018-12-18 14:59:22.095674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.098522"], ["updated_at", "2018-12-18 14:59:22.098522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.104277"], ["updated_at", "2018-12-18 14:59:22.104277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.106645"], ["updated_at", "2018-12-18 14:59:22.106645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.107857"], ["updated_at", "2018-12-18 14:59:22.107857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 2], ["created_at", "2018-12-18 14:59:22.110095"], ["updated_at", "2018-12-18 14:59:22.110095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.117652"], ["updated_at", "2018-12-18 14:59:22.117652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.120293"], ["updated_at", "2018-12-18 14:59:22.120293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 14:59:22.126642"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.130742"], ["updated_at", "2018-12-18 14:59:22.130742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.133344"], ["updated_at", "2018-12-18 14:59:22.133344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 14:59:22.139229"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 14:59:22.143073"], ["updated_at", "2018-12-18 14:59:22.143073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 14:59:22.145473"], ["updated_at", "2018-12-18 14:59:22.145473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.454063"], ["updated_at", "2018-12-18 21:51:23.454063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.486303"], ["updated_at", "2018-12-18 21:51:23.486303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:51:23.507503"], ["updated_at", "2018-12-18 21:51:23.508807"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 16ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.514095"], ["updated_at", "2018-12-18 21:51:23.514095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.516929"], ["updated_at", "2018-12-18 21:51:23.516929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.518443"], ["updated_at", "2018-12-18 21:51:23.518443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:51:23.520437"], ["updated_at", "2018-12-18 21:51:23.520437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.526421"], ["updated_at", "2018-12-18 21:51:23.526421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.529032"], ["updated_at", "2018-12-18 21:51:23.529032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "4@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:51:23.534047"], ["updated_at", "2018-12-18 21:51:23.535368"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.540823"], ["updated_at", "2018-12-18 21:51:23.540823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (3.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.546786"], ["updated_at", "2018-12-18 21:51:23.546786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 4ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.555301"], ["updated_at", "2018-12-18 21:51:23.555301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.557662"], ["updated_at", "2018-12-18 21:51:23.557662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:51:23.560627"], ["updated_at", "2018-12-18 21:51:23.561589"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.581006"], ["updated_at", "2018-12-18 21:51:23.581006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.583819"], ["updated_at", "2018-12-18 21:51:23.583819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.590023"], ["updated_at", "2018-12-18 21:51:23.590023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.592460"], ["updated_at", "2018-12-18 21:51:23.592460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 21:51:23.600734"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.603941"], ["updated_at", "2018-12-18 21:51:23.603941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.606278"], ["updated_at", "2018-12-18 21:51:23.606278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.607485"], ["updated_at", "2018-12-18 21:51:23.607485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:51:23.609264"], ["updated_at", "2018-12-18 21:51:23.609264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.615102"], ["updated_at", "2018-12-18 21:51:23.615102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.618026"], ["updated_at", "2018-12-18 21:51:23.618026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "11@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 9ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.631166"], ["updated_at", "2018-12-18 21:51:23.631166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.634695"], ["updated_at", "2018-12-18 21:51:23.634695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "12@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 21:51:23.639800"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:23.650279"], ["updated_at", "2018-12-18 21:51:23.650279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.653294"], ["updated_at", "2018-12-18 21:51:23.653294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.655134"], ["updated_at", "2018-12-18 21:51:23.655134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.656763"], ["updated_at", "2018-12-18 21:51:23.656763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.658363"], ["updated_at", "2018-12-18 21:51:23.658363"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.659956"], ["updated_at", "2018-12-18 21:51:23.659956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.661463"], ["updated_at", "2018-12-18 21:51:23.661463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.663639"], ["updated_at", "2018-12-18 21:51:23.663639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.667465"], ["updated_at", "2018-12-18 21:51:23.667465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.670579"], ["updated_at", "2018-12-18 21:51:23.670579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.672797"], ["updated_at", "2018-12-18 21:51:23.672797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.674633"], ["updated_at", "2018-12-18 21:51:23.674633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.676350"], ["updated_at", "2018-12-18 21:51:23.676350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.678515"], ["updated_at", "2018-12-18 21:51:23.678515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.680915"], ["updated_at", "2018-12-18 21:51:23.680915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.683346"], ["updated_at", "2018-12-18 21:51:23.683346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.685542"], ["updated_at", "2018-12-18 21:51:23.685542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.687561"], ["updated_at", "2018-12-18 21:51:23.687561"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.689633"], ["updated_at", "2018-12-18 21:51:23.689633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.691926"], ["updated_at", "2018-12-18 21:51:23.691926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.693615"], ["updated_at", "2018-12-18 21:51:23.693615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.695166"], ["updated_at", "2018-12-18 21:51:23.695166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.696729"], ["updated_at", "2018-12-18 21:51:23.696729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.698344"], ["updated_at", "2018-12-18 21:51:23.698344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.700068"], ["updated_at", "2018-12-18 21:51:23.700068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.702366"], ["updated_at", "2018-12-18 21:51:23.702366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.704210"], ["updated_at", "2018-12-18 21:51:23.704210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.705834"], ["updated_at", "2018-12-18 21:51:23.705834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.707344"], ["updated_at", "2018-12-18 21:51:23.707344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.708872"], ["updated_at", "2018-12-18 21:51:23.708872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.711408"], ["updated_at", "2018-12-18 21:51:23.711408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.713687"], ["updated_at", "2018-12-18 21:51:23.713687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.715611"], ["updated_at", "2018-12-18 21:51:23.715611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.717755"], ["updated_at", "2018-12-18 21:51:23.717755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.719719"], ["updated_at", "2018-12-18 21:51:23.719719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.722677"], ["updated_at", "2018-12-18 21:51:23.722677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.727801"], ["updated_at", "2018-12-18 21:51:23.727801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.729833"], ["updated_at", "2018-12-18 21:51:23.729833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.731819"], ["updated_at", "2018-12-18 21:51:23.731819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.733925"], ["updated_at", "2018-12-18 21:51:23.733925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.735819"], ["updated_at", "2018-12-18 21:51:23.735819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.737557"], ["updated_at", "2018-12-18 21:51:23.737557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.739727"], ["updated_at", "2018-12-18 21:51:23.739727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.741380"], ["updated_at", "2018-12-18 21:51:23.741380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.743104"], ["updated_at", "2018-12-18 21:51:23.743104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.745041"], ["updated_at", "2018-12-18 21:51:23.745041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.746750"], ["updated_at", "2018-12-18 21:51:23.746750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.748346"], ["updated_at", "2018-12-18 21:51:23.748346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.750469"], ["updated_at", "2018-12-18 21:51:23.750469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.752319"], ["updated_at", "2018-12-18 21:51:23.752319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.754513"], ["updated_at", "2018-12-18 21:51:23.754513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.756680"], ["updated_at", "2018-12-18 21:51:23.756680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.758312"], ["updated_at", "2018-12-18 21:51:23.758312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.759837"], ["updated_at", "2018-12-18 21:51:23.759837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.761531"], ["updated_at", "2018-12-18 21:51:23.761531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.763091"], ["updated_at", "2018-12-18 21:51:23.763091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.764652"], ["updated_at", "2018-12-18 21:51:23.764652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.767217"], ["updated_at", "2018-12-18 21:51:23.767217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.769424"], ["updated_at", "2018-12-18 21:51:23.769424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.771196"], ["updated_at", "2018-12-18 21:51:23.771196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.773662"], ["updated_at", "2018-12-18 21:51:23.773662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.775502"], ["updated_at", "2018-12-18 21:51:23.775502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.777060"], ["updated_at", "2018-12-18 21:51:23.777060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.778576"], ["updated_at", "2018-12-18 21:51:23.778576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.780174"], ["updated_at", "2018-12-18 21:51:23.780174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.781751"], ["updated_at", "2018-12-18 21:51:23.781751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.783700"], ["updated_at", "2018-12-18 21:51:23.783700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.785663"], ["updated_at", "2018-12-18 21:51:23.785663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.787260"], ["updated_at", "2018-12-18 21:51:23.787260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.788830"], ["updated_at", "2018-12-18 21:51:23.788830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.790452"], ["updated_at", "2018-12-18 21:51:23.790452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.792087"], ["updated_at", "2018-12-18 21:51:23.792087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.793678"], ["updated_at", "2018-12-18 21:51:23.793678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.795418"], ["updated_at", "2018-12-18 21:51:23.795418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.797213"], ["updated_at", "2018-12-18 21:51:23.797213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.798782"], ["updated_at", "2018-12-18 21:51:23.798782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.800465"], ["updated_at", "2018-12-18 21:51:23.800465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.802398"], ["updated_at", "2018-12-18 21:51:23.802398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.804011"], ["updated_at", "2018-12-18 21:51:23.804011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.805557"], ["updated_at", "2018-12-18 21:51:23.805557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.807345"], ["updated_at", "2018-12-18 21:51:23.807345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.809008"], ["updated_at", "2018-12-18 21:51:23.809008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.810555"], ["updated_at", "2018-12-18 21:51:23.810555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.812388"], ["updated_at", "2018-12-18 21:51:23.812388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.814076"], ["updated_at", "2018-12-18 21:51:23.814076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.815773"], ["updated_at", "2018-12-18 21:51:23.815773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.817740"], ["updated_at", "2018-12-18 21:51:23.817740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.819717"], ["updated_at", "2018-12-18 21:51:23.819717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.821335"], ["updated_at", "2018-12-18 21:51:23.821335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.822848"], ["updated_at", "2018-12-18 21:51:23.822848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.824668"], ["updated_at", "2018-12-18 21:51:23.824668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.826490"], ["updated_at", "2018-12-18 21:51:23.826490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.828179"], ["updated_at", "2018-12-18 21:51:23.828179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.829922"], ["updated_at", "2018-12-18 21:51:23.829922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.831646"], ["updated_at", "2018-12-18 21:51:23.831646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.833284"], ["updated_at", "2018-12-18 21:51:23.833284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.835577"], ["updated_at", "2018-12-18 21:51:23.835577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.837335"], ["updated_at", "2018-12-18 21:51:23.837335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.838955"], ["updated_at", "2018-12-18 21:51:23.838955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.840620"], ["updated_at", "2018-12-18 21:51:23.840620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.842447"], ["updated_at", "2018-12-18 21:51:23.842447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.844084"], ["updated_at", "2018-12-18 21:51:23.844084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.845656"], ["updated_at", "2018-12-18 21:51:23.845656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.847217"], ["updated_at", "2018-12-18 21:51:23.847217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.848938"], ["updated_at", "2018-12-18 21:51:23.848938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.850991"], ["updated_at", "2018-12-18 21:51:23.850991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.853046"], ["updated_at", "2018-12-18 21:51:23.853046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.854841"], ["updated_at", "2018-12-18 21:51:23.854841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.856494"], ["updated_at", "2018-12-18 21:51:23.856494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.858094"], ["updated_at", "2018-12-18 21:51:23.858094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.862178"], ["updated_at", "2018-12-18 21:51:23.862178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.864092"], ["updated_at", "2018-12-18 21:51:23.864092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.866076"], ["updated_at", "2018-12-18 21:51:23.866076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.868533"], ["updated_at", "2018-12-18 21:51:23.868533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.870427"], ["updated_at", "2018-12-18 21:51:23.870427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.872175"], ["updated_at", "2018-12-18 21:51:23.872175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.873780"], ["updated_at", "2018-12-18 21:51:23.873780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.875297"], ["updated_at", "2018-12-18 21:51:23.875297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.877047"], ["updated_at", "2018-12-18 21:51:23.877047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.878700"], ["updated_at", "2018-12-18 21:51:23.878700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.880534"], ["updated_at", "2018-12-18 21:51:23.880534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.882226"], ["updated_at", "2018-12-18 21:51:23.882226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.884246"], ["updated_at", "2018-12-18 21:51:23.884246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.886126"], ["updated_at", "2018-12-18 21:51:23.886126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.887833"], ["updated_at", "2018-12-18 21:51:23.887833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.889474"], ["updated_at", "2018-12-18 21:51:23.889474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.891370"], ["updated_at", "2018-12-18 21:51:23.891370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.893020"], ["updated_at", "2018-12-18 21:51:23.893020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.894510"], ["updated_at", "2018-12-18 21:51:23.894510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.897032"], ["updated_at", "2018-12-18 21:51:23.897032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.900047"], ["updated_at", "2018-12-18 21:51:23.900047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.902249"], ["updated_at", "2018-12-18 21:51:23.902249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.903963"], ["updated_at", "2018-12-18 21:51:23.903963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.905645"], ["updated_at", "2018-12-18 21:51:23.905645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.907633"], ["updated_at", "2018-12-18 21:51:23.907633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.909419"], ["updated_at", "2018-12-18 21:51:23.909419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.911206"], ["updated_at", "2018-12-18 21:51:23.911206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.912952"], ["updated_at", "2018-12-18 21:51:23.912952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.915355"], ["updated_at", "2018-12-18 21:51:23.915355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.917952"], ["updated_at", "2018-12-18 21:51:23.917952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.920049"], ["updated_at", "2018-12-18 21:51:23.920049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.921910"], ["updated_at", "2018-12-18 21:51:23.921910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.923827"], ["updated_at", "2018-12-18 21:51:23.923827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.925605"], ["updated_at", "2018-12-18 21:51:23.925605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.927369"], ["updated_at", "2018-12-18 21:51:23.927369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.929035"], ["updated_at", "2018-12-18 21:51:23.929035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.931063"], ["updated_at", "2018-12-18 21:51:23.931063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.933226"], ["updated_at", "2018-12-18 21:51:23.933226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.935595"], ["updated_at", "2018-12-18 21:51:23.935595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.937488"], ["updated_at", "2018-12-18 21:51:23.937488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.939211"], ["updated_at", "2018-12-18 21:51:23.939211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.941014"], ["updated_at", "2018-12-18 21:51:23.941014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.942712"], ["updated_at", "2018-12-18 21:51:23.942712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.944346"], ["updated_at", "2018-12-18 21:51:23.944346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.946053"], ["updated_at", "2018-12-18 21:51:23.946053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.947793"], ["updated_at", "2018-12-18 21:51:23.947793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.949470"], ["updated_at", "2018-12-18 21:51:23.949470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.951475"], ["updated_at", "2018-12-18 21:51:23.951475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.953429"], ["updated_at", "2018-12-18 21:51:23.953429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.955186"], ["updated_at", "2018-12-18 21:51:23.955186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.956902"], ["updated_at", "2018-12-18 21:51:23.956902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.958718"], ["updated_at", "2018-12-18 21:51:23.958718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.960380"], ["updated_at", "2018-12-18 21:51:23.960380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.961999"], ["updated_at", "2018-12-18 21:51:23.961999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.963655"], ["updated_at", "2018-12-18 21:51:23.963655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.965514"], ["updated_at", "2018-12-18 21:51:23.965514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.967521"], ["updated_at", "2018-12-18 21:51:23.967521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.969712"], ["updated_at", "2018-12-18 21:51:23.969712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.971742"], ["updated_at", "2018-12-18 21:51:23.971742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.973927"], ["updated_at", "2018-12-18 21:51:23.973927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.975790"], ["updated_at", "2018-12-18 21:51:23.975790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.977781"], ["updated_at", "2018-12-18 21:51:23.977781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.979614"], ["updated_at", "2018-12-18 21:51:23.979614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.981804"], ["updated_at", "2018-12-18 21:51:23.981804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.983723"], ["updated_at", "2018-12-18 21:51:23.983723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.985760"], ["updated_at", "2018-12-18 21:51:23.985760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.987535"], ["updated_at", "2018-12-18 21:51:23.987535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.989424"], ["updated_at", "2018-12-18 21:51:23.989424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.991164"], ["updated_at", "2018-12-18 21:51:23.991164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.993067"], ["updated_at", "2018-12-18 21:51:23.993067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.994861"], ["updated_at", "2018-12-18 21:51:23.994861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:23.996672"], ["updated_at", "2018-12-18 21:51:23.996672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.001480"], ["updated_at", "2018-12-18 21:51:24.001480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.003327"], ["updated_at", "2018-12-18 21:51:24.003327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.005350"], ["updated_at", "2018-12-18 21:51:24.005350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.007112"], ["updated_at", "2018-12-18 21:51:24.007112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.008754"], ["updated_at", "2018-12-18 21:51:24.008754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.010430"], ["updated_at", "2018-12-18 21:51:24.010430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.012082"], ["updated_at", "2018-12-18 21:51:24.012082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.013720"], ["updated_at", "2018-12-18 21:51:24.013720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.015524"], ["updated_at", "2018-12-18 21:51:24.015524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.017611"], ["updated_at", "2018-12-18 21:51:24.017611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.019508"], ["updated_at", "2018-12-18 21:51:24.019508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.021215"], ["updated_at", "2018-12-18 21:51:24.021215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.022981"], ["updated_at", "2018-12-18 21:51:24.022981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.024651"], ["updated_at", "2018-12-18 21:51:24.024651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.026375"], ["updated_at", "2018-12-18 21:51:24.026375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.028501"], ["updated_at", "2018-12-18 21:51:24.028501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.030281"], ["updated_at", "2018-12-18 21:51:24.030281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.031987"], ["updated_at", "2018-12-18 21:51:24.031987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.033904"], ["updated_at", "2018-12-18 21:51:24.033904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.035797"], ["updated_at", "2018-12-18 21:51:24.035797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.037386"], ["updated_at", "2018-12-18 21:51:24.037386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.039210"], ["updated_at", "2018-12-18 21:51:24.039210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.040984"], ["updated_at", "2018-12-18 21:51:24.040984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.042795"], ["updated_at", "2018-12-18 21:51:24.042795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.044407"], ["updated_at", "2018-12-18 21:51:24.044407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.045995"], ["updated_at", "2018-12-18 21:51:24.045995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.047640"], ["updated_at", "2018-12-18 21:51:24.047640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.049248"], ["updated_at", "2018-12-18 21:51:24.049248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.051250"], ["updated_at", "2018-12-18 21:51:24.051250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.053131"], ["updated_at", "2018-12-18 21:51:24.053131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.054779"], ["updated_at", "2018-12-18 21:51:24.054779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.056379"], ["updated_at", "2018-12-18 21:51:24.056379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.057981"], ["updated_at", "2018-12-18 21:51:24.057981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.059550"], ["updated_at", "2018-12-18 21:51:24.059550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.061129"], ["updated_at", "2018-12-18 21:51:24.061129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.063005"], ["updated_at", "2018-12-18 21:51:24.063005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.064777"], ["updated_at", "2018-12-18 21:51:24.064777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.066459"], ["updated_at", "2018-12-18 21:51:24.066459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.068392"], ["updated_at", "2018-12-18 21:51:24.068392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.070446"], ["updated_at", "2018-12-18 21:51:24.070446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.072227"], ["updated_at", "2018-12-18 21:51:24.072227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.074025"], ["updated_at", "2018-12-18 21:51:24.074025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.075788"], ["updated_at", "2018-12-18 21:51:24.075788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.077503"], ["updated_at", "2018-12-18 21:51:24.077503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.079159"], ["updated_at", "2018-12-18 21:51:24.079159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.080826"], ["updated_at", "2018-12-18 21:51:24.080826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.082540"], ["updated_at", "2018-12-18 21:51:24.082540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.084571"], ["updated_at", "2018-12-18 21:51:24.084571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.086694"], ["updated_at", "2018-12-18 21:51:24.086694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.088508"], ["updated_at", "2018-12-18 21:51:24.088508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.090258"], ["updated_at", "2018-12-18 21:51:24.090258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.091953"], ["updated_at", "2018-12-18 21:51:24.091953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.093677"], ["updated_at", "2018-12-18 21:51:24.093677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.095383"], ["updated_at", "2018-12-18 21:51:24.095383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.097212"], ["updated_at", "2018-12-18 21:51:24.097212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.098996"], ["updated_at", "2018-12-18 21:51:24.098996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.100875"], ["updated_at", "2018-12-18 21:51:24.100875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.102731"], ["updated_at", "2018-12-18 21:51:24.102731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.104519"], ["updated_at", "2018-12-18 21:51:24.104519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.106337"], ["updated_at", "2018-12-18 21:51:24.106337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.108010"], ["updated_at", "2018-12-18 21:51:24.108010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.109840"], ["updated_at", "2018-12-18 21:51:24.109840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.111528"], ["updated_at", "2018-12-18 21:51:24.111528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.113234"], ["updated_at", "2018-12-18 21:51:24.113234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.115075"], ["updated_at", "2018-12-18 21:51:24.115075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.117043"], ["updated_at", "2018-12-18 21:51:24.117043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.119175"], ["updated_at", "2018-12-18 21:51:24.119175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.9ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.123097"], ["updated_at", "2018-12-18 21:51:24.123097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.124941"], ["updated_at", "2018-12-18 21:51:24.124941"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.126799"], ["updated_at", "2018-12-18 21:51:24.126799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.128565"], ["updated_at", "2018-12-18 21:51:24.128565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.130373"], ["updated_at", "2018-12-18 21:51:24.130373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.132217"], ["updated_at", "2018-12-18 21:51:24.132217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.134575"], ["updated_at", "2018-12-18 21:51:24.134575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.136573"], ["updated_at", "2018-12-18 21:51:24.136573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.138355"], ["updated_at", "2018-12-18 21:51:24.138355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.140145"], ["updated_at", "2018-12-18 21:51:24.140145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.141952"], ["updated_at", "2018-12-18 21:51:24.141952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.143839"], ["updated_at", "2018-12-18 21:51:24.143839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.145704"], ["updated_at", "2018-12-18 21:51:24.145704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.147434"], ["updated_at", "2018-12-18 21:51:24.147434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.149179"], ["updated_at", "2018-12-18 21:51:24.149179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.151534"], ["updated_at", "2018-12-18 21:51:24.151534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.153620"], ["updated_at", "2018-12-18 21:51:24.153620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.155482"], ["updated_at", "2018-12-18 21:51:24.155482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.157325"], ["updated_at", "2018-12-18 21:51:24.157325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.159046"], ["updated_at", "2018-12-18 21:51:24.159046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.160778"], ["updated_at", "2018-12-18 21:51:24.160778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.162460"], ["updated_at", "2018-12-18 21:51:24.162460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.164307"], ["updated_at", "2018-12-18 21:51:24.164307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.166207"], ["updated_at", "2018-12-18 21:51:24.166207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.168673"], ["updated_at", "2018-12-18 21:51:24.168673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.170780"], ["updated_at", "2018-12-18 21:51:24.170780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.172633"], ["updated_at", "2018-12-18 21:51:24.172633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.174512"], ["updated_at", "2018-12-18 21:51:24.174512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.176386"], ["updated_at", "2018-12-18 21:51:24.176386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.178392"], ["updated_at", "2018-12-18 21:51:24.178392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.180501"], ["updated_at", "2018-12-18 21:51:24.180501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.182437"], ["updated_at", "2018-12-18 21:51:24.182437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.185374"], ["updated_at", "2018-12-18 21:51:24.185374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.188317"], ["updated_at", "2018-12-18 21:51:24.188317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.191109"], ["updated_at", "2018-12-18 21:51:24.191109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.193487"], ["updated_at", "2018-12-18 21:51:24.193487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.196116"], ["updated_at", "2018-12-18 21:51:24.196116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.198443"], ["updated_at", "2018-12-18 21:51:24.198443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.201506"], ["updated_at", "2018-12-18 21:51:24.201506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.204097"], ["updated_at", "2018-12-18 21:51:24.204097"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.206344"], ["updated_at", "2018-12-18 21:51:24.206344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.209020"], ["updated_at", "2018-12-18 21:51:24.209020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.211387"], ["updated_at", "2018-12-18 21:51:24.211387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.214194"], ["updated_at", "2018-12-18 21:51:24.214194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.217043"], ["updated_at", "2018-12-18 21:51:24.217043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.219947"], ["updated_at", "2018-12-18 21:51:24.219947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.222526"], ["updated_at", "2018-12-18 21:51:24.222526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.224751"], ["updated_at", "2018-12-18 21:51:24.224751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.227108"], ["updated_at", "2018-12-18 21:51:24.227108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.229817"], ["updated_at", "2018-12-18 21:51:24.229817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.232114"], ["updated_at", "2018-12-18 21:51:24.232114"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.234657"], ["updated_at", "2018-12-18 21:51:24.234657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.237273"], ["updated_at", "2018-12-18 21:51:24.237273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.239559"], ["updated_at", "2018-12-18 21:51:24.239559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.241809"], ["updated_at", "2018-12-18 21:51:24.241809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.244086"], ["updated_at", "2018-12-18 21:51:24.244086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.246377"], ["updated_at", "2018-12-18 21:51:24.246377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.249111"], ["updated_at", "2018-12-18 21:51:24.249111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.252095"], ["updated_at", "2018-12-18 21:51:24.252095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.254187"], ["updated_at", "2018-12-18 21:51:24.254187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.256472"], ["updated_at", "2018-12-18 21:51:24.256472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.258697"], ["updated_at", "2018-12-18 21:51:24.258697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.261383"], ["updated_at", "2018-12-18 21:51:24.261383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.263647"], ["updated_at", "2018-12-18 21:51:24.263647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.266037"], ["updated_at", "2018-12-18 21:51:24.266037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.274992"], ["updated_at", "2018-12-18 21:51:24.274992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.276539"], ["updated_at", "2018-12-18 21:51:24.276539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.278208"], ["updated_at", "2018-12-18 21:51:24.278208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.279880"], ["updated_at", "2018-12-18 21:51:24.279880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.281441"], ["updated_at", "2018-12-18 21:51:24.281441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.283601"], ["updated_at", "2018-12-18 21:51:24.283601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.285671"], ["updated_at", "2018-12-18 21:51:24.285671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.287460"], ["updated_at", "2018-12-18 21:51:24.287460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.289162"], ["updated_at", "2018-12-18 21:51:24.289162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.291001"], ["updated_at", "2018-12-18 21:51:24.291001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.292549"], ["updated_at", "2018-12-18 21:51:24.292549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.294175"], ["updated_at", "2018-12-18 21:51:24.294175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.295879"], ["updated_at", "2018-12-18 21:51:24.295879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.297478"], ["updated_at", "2018-12-18 21:51:24.297478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.299067"], ["updated_at", "2018-12-18 21:51:24.299067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.301025"], ["updated_at", "2018-12-18 21:51:24.301025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.302952"], ["updated_at", "2018-12-18 21:51:24.302952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.304669"], ["updated_at", "2018-12-18 21:51:24.304669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.306411"], ["updated_at", "2018-12-18 21:51:24.306411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.308112"], ["updated_at", "2018-12-18 21:51:24.308112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.309795"], ["updated_at", "2018-12-18 21:51:24.309795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.311430"], ["updated_at", "2018-12-18 21:51:24.311430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.313105"], ["updated_at", "2018-12-18 21:51:24.313105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.314716"], ["updated_at", "2018-12-18 21:51:24.314716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.316399"], ["updated_at", "2018-12-18 21:51:24.316399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.318512"], ["updated_at", "2018-12-18 21:51:24.318512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.320364"], ["updated_at", "2018-12-18 21:51:24.320364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.322043"], ["updated_at", "2018-12-18 21:51:24.322043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.323663"], ["updated_at", "2018-12-18 21:51:24.323663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.325321"], ["updated_at", "2018-12-18 21:51:24.325321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.326982"], ["updated_at", "2018-12-18 21:51:24.326982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.328642"], ["updated_at", "2018-12-18 21:51:24.328642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.330525"], ["updated_at", "2018-12-18 21:51:24.330525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.332282"], ["updated_at", "2018-12-18 21:51:24.332282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.334894"], ["updated_at", "2018-12-18 21:51:24.334894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.336914"], ["updated_at", "2018-12-18 21:51:24.336914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.338700"], ["updated_at", "2018-12-18 21:51:24.338700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.340516"], ["updated_at", "2018-12-18 21:51:24.340516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.342304"], ["updated_at", "2018-12-18 21:51:24.342304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.344023"], ["updated_at", "2018-12-18 21:51:24.344023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.345638"], ["updated_at", "2018-12-18 21:51:24.345638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.347322"], ["updated_at", "2018-12-18 21:51:24.347322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.349006"], ["updated_at", "2018-12-18 21:51:24.349006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.351237"], ["updated_at", "2018-12-18 21:51:24.351237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.353184"], ["updated_at", "2018-12-18 21:51:24.353184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.354977"], ["updated_at", "2018-12-18 21:51:24.354977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.356663"], ["updated_at", "2018-12-18 21:51:24.356663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.358318"], ["updated_at", "2018-12-18 21:51:24.358318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.360012"], ["updated_at", "2018-12-18 21:51:24.360012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.361680"], ["updated_at", "2018-12-18 21:51:24.361680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.363340"], ["updated_at", "2018-12-18 21:51:24.363340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.365526"], ["updated_at", "2018-12-18 21:51:24.365526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.367602"], ["updated_at", "2018-12-18 21:51:24.367602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.369586"], ["updated_at", "2018-12-18 21:51:24.369586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.371366"], ["updated_at", "2018-12-18 21:51:24.371366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.373167"], ["updated_at", "2018-12-18 21:51:24.373167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.374948"], ["updated_at", "2018-12-18 21:51:24.374948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.377025"], ["updated_at", "2018-12-18 21:51:24.377025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.378922"], ["updated_at", "2018-12-18 21:51:24.378922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.380803"], ["updated_at", "2018-12-18 21:51:24.380803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.382606"], ["updated_at", "2018-12-18 21:51:24.382606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.387031"], ["updated_at", "2018-12-18 21:51:24.387031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.389024"], ["updated_at", "2018-12-18 21:51:24.389024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.390864"], ["updated_at", "2018-12-18 21:51:24.390864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.392603"], ["updated_at", "2018-12-18 21:51:24.392603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.394406"], ["updated_at", "2018-12-18 21:51:24.394406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.396104"], ["updated_at", "2018-12-18 21:51:24.396104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.397807"], ["updated_at", "2018-12-18 21:51:24.397807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.399690"], ["updated_at", "2018-12-18 21:51:24.399690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.403044"], ["updated_at", "2018-12-18 21:51:24.403044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.405081"], ["updated_at", "2018-12-18 21:51:24.405081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.406922"], ["updated_at", "2018-12-18 21:51:24.406922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.408665"], ["updated_at", "2018-12-18 21:51:24.408665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.410502"], ["updated_at", "2018-12-18 21:51:24.410502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.412350"], ["updated_at", "2018-12-18 21:51:24.412350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.414050"], ["updated_at", "2018-12-18 21:51:24.414050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.415711"], ["updated_at", "2018-12-18 21:51:24.415711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.417601"], ["updated_at", "2018-12-18 21:51:24.417601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.419614"], ["updated_at", "2018-12-18 21:51:24.419614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.421752"], ["updated_at", "2018-12-18 21:51:24.421752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.423607"], ["updated_at", "2018-12-18 21:51:24.423607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.425320"], ["updated_at", "2018-12-18 21:51:24.425320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.426954"], ["updated_at", "2018-12-18 21:51:24.426954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.428628"], ["updated_at", "2018-12-18 21:51:24.428628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.431162"], ["updated_at", "2018-12-18 21:51:24.431162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.433221"], ["updated_at", "2018-12-18 21:51:24.433221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.435617"], ["updated_at", "2018-12-18 21:51:24.435617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:24.447364"], ["updated_at", "2018-12-18 21:51:24.447364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:24.453751"], ["updated_at", "2018-12-18 21:51:24.453751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.455974"], ["updated_at", "2018-12-18 21:51:24.455974"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.458425"], ["updated_at", "2018-12-18 21:51:24.458425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.460462"], ["updated_at", "2018-12-18 21:51:24.460462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.462073"], ["updated_at", "2018-12-18 21:51:24.462073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.463725"], ["updated_at", "2018-12-18 21:51:24.463725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.465351"], ["updated_at", "2018-12-18 21:51:24.465351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.467266"], ["updated_at", "2018-12-18 21:51:24.467266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.469974"], ["updated_at", "2018-12-18 21:51:24.469974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.471839"], ["updated_at", "2018-12-18 21:51:24.471839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.474017"], ["updated_at", "2018-12-18 21:51:24.474017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:24.482076"], ["updated_at", "2018-12-18 21:51:24.482076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:24.489404"], ["updated_at", "2018-12-18 21:51:24.489404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:24.495589"], ["updated_at", "2018-12-18 21:51:24.495589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.498020"], ["updated_at", "2018-12-18 21:51:24.498020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.500749"], ["updated_at", "2018-12-18 21:51:24.500749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.503282"], ["updated_at", "2018-12-18 21:51:24.503282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.505900"], ["updated_at", "2018-12-18 21:51:24.505900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.508317"], ["updated_at", "2018-12-18 21:51:24.508317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.512464"], ["updated_at", "2018-12-18 21:51:24.512464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.514228"], ["updated_at", "2018-12-18 21:51:24.514228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.517449"], ["updated_at", "2018-12-18 21:51:24.517449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.519725"], ["updated_at", "2018-12-18 21:51:24.519725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.521562"], ["updated_at", "2018-12-18 21:51:24.521562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.523364"], ["updated_at", "2018-12-18 21:51:24.523364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.525165"], ["updated_at", "2018-12-18 21:51:24.525165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.526883"], ["updated_at", "2018-12-18 21:51:24.526883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.528741"], ["updated_at", "2018-12-18 21:51:24.528741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.530437"], ["updated_at", "2018-12-18 21:51:24.530437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.532084"], ["updated_at", "2018-12-18 21:51:24.532084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.534304"], ["updated_at", "2018-12-18 21:51:24.534304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.536323"], ["updated_at", "2018-12-18 21:51:24.536323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.537990"], ["updated_at", "2018-12-18 21:51:24.537990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.539659"], ["updated_at", "2018-12-18 21:51:24.539659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.541216"], ["updated_at", "2018-12-18 21:51:24.541216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.542724"], ["updated_at", "2018-12-18 21:51:24.542724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.544250"], ["updated_at", "2018-12-18 21:51:24.544250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.545811"], ["updated_at", "2018-12-18 21:51:24.545811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.547763"], ["updated_at", "2018-12-18 21:51:24.547763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.549706"], ["updated_at", "2018-12-18 21:51:24.549706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.552150"], ["updated_at", "2018-12-18 21:51:24.552150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.553853"], ["updated_at", "2018-12-18 21:51:24.553853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.555409"], ["updated_at", "2018-12-18 21:51:24.555409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.557429"], ["updated_at", "2018-12-18 21:51:24.557429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.559477"], ["updated_at", "2018-12-18 21:51:24.559477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.561172"], ["updated_at", "2018-12-18 21:51:24.561172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.563017"], ["updated_at", "2018-12-18 21:51:24.563017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.564599"], ["updated_at", "2018-12-18 21:51:24.564599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.566149"], ["updated_at", "2018-12-18 21:51:24.566149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.568035"], ["updated_at", "2018-12-18 21:51:24.568035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.569713"], ["updated_at", "2018-12-18 21:51:24.569713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.571290"], ["updated_at", "2018-12-18 21:51:24.571290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.572916"], ["updated_at", "2018-12-18 21:51:24.572916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.574559"], ["updated_at", "2018-12-18 21:51:24.574559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.576428"], ["updated_at", "2018-12-18 21:51:24.576428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.578042"], ["updated_at", "2018-12-18 21:51:24.578042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.579599"], ["updated_at", "2018-12-18 21:51:24.579599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.581253"], ["updated_at", "2018-12-18 21:51:24.581253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.582841"], ["updated_at", "2018-12-18 21:51:24.582841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.584940"], ["updated_at", "2018-12-18 21:51:24.584940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.586780"], ["updated_at", "2018-12-18 21:51:24.586780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.588472"], ["updated_at", "2018-12-18 21:51:24.588472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.590088"], ["updated_at", "2018-12-18 21:51:24.590088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.591932"], ["updated_at", "2018-12-18 21:51:24.591932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.593563"], ["updated_at", "2018-12-18 21:51:24.593563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.595129"], ["updated_at", "2018-12-18 21:51:24.595129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.596926"], ["updated_at", "2018-12-18 21:51:24.596926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.598640"], ["updated_at", "2018-12-18 21:51:24.598640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.600630"], ["updated_at", "2018-12-18 21:51:24.600630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.602695"], ["updated_at", "2018-12-18 21:51:24.602695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.604421"], ["updated_at", "2018-12-18 21:51:24.604421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.606084"], ["updated_at", "2018-12-18 21:51:24.606084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.607822"], ["updated_at", "2018-12-18 21:51:24.607822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.609579"], ["updated_at", "2018-12-18 21:51:24.609579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.611234"], ["updated_at", "2018-12-18 21:51:24.611234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.614965"], ["updated_at", "2018-12-18 21:51:24.614965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.616690"], ["updated_at", "2018-12-18 21:51:24.616690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.618653"], ["updated_at", "2018-12-18 21:51:24.618653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.620608"], ["updated_at", "2018-12-18 21:51:24.620608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.622211"], ["updated_at", "2018-12-18 21:51:24.622211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.624043"], ["updated_at", "2018-12-18 21:51:24.624043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.625710"], ["updated_at", "2018-12-18 21:51:24.625710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.627355"], ["updated_at", "2018-12-18 21:51:24.627355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.628984"], ["updated_at", "2018-12-18 21:51:24.628984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.630564"], ["updated_at", "2018-12-18 21:51:24.630564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.632438"], ["updated_at", "2018-12-18 21:51:24.632438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.634330"], ["updated_at", "2018-12-18 21:51:24.634330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.636233"], ["updated_at", "2018-12-18 21:51:24.636233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.638016"], ["updated_at", "2018-12-18 21:51:24.638016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.639602"], ["updated_at", "2018-12-18 21:51:24.639602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.641225"], ["updated_at", "2018-12-18 21:51:24.641225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.642922"], ["updated_at", "2018-12-18 21:51:24.642922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.644582"], ["updated_at", "2018-12-18 21:51:24.644582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.646145"], ["updated_at", "2018-12-18 21:51:24.646145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.647726"], ["updated_at", "2018-12-18 21:51:24.647726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.649546"], ["updated_at", "2018-12-18 21:51:24.649546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.651704"], ["updated_at", "2018-12-18 21:51:24.651704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.653605"], ["updated_at", "2018-12-18 21:51:24.653605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.655435"], ["updated_at", "2018-12-18 21:51:24.655435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.657184"], ["updated_at", "2018-12-18 21:51:24.657184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.658835"], ["updated_at", "2018-12-18 21:51:24.658835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.660684"], ["updated_at", "2018-12-18 21:51:24.660684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.662450"], ["updated_at", "2018-12-18 21:51:24.662450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.664089"], ["updated_at", "2018-12-18 21:51:24.664089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.665776"], ["updated_at", "2018-12-18 21:51:24.665776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.667754"], ["updated_at", "2018-12-18 21:51:24.667754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.669541"], ["updated_at", "2018-12-18 21:51:24.669541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.671212"], ["updated_at", "2018-12-18 21:51:24.671212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.672816"], ["updated_at", "2018-12-18 21:51:24.672816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.674534"], ["updated_at", "2018-12-18 21:51:24.674534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.676101"], ["updated_at", "2018-12-18 21:51:24.676101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.677792"], ["updated_at", "2018-12-18 21:51:24.677792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.679555"], ["updated_at", "2018-12-18 21:51:24.679555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.681210"], ["updated_at", "2018-12-18 21:51:24.681210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.682837"], ["updated_at", "2018-12-18 21:51:24.682837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.685397"], ["updated_at", "2018-12-18 21:51:24.685397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.687456"], ["updated_at", "2018-12-18 21:51:24.687456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.689375"], ["updated_at", "2018-12-18 21:51:24.689375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.691079"], ["updated_at", "2018-12-18 21:51:24.691079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.692671"], ["updated_at", "2018-12-18 21:51:24.692671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.694259"], ["updated_at", "2018-12-18 21:51:24.694259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.695875"], ["updated_at", "2018-12-18 21:51:24.695875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.697551"], ["updated_at", "2018-12-18 21:51:24.697551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.699199"], ["updated_at", "2018-12-18 21:51:24.699199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.701457"], ["updated_at", "2018-12-18 21:51:24.701457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.703361"], ["updated_at", "2018-12-18 21:51:24.703361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.705030"], ["updated_at", "2018-12-18 21:51:24.705030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.706715"], ["updated_at", "2018-12-18 21:51:24.706715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.708420"], ["updated_at", "2018-12-18 21:51:24.708420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.712586"], ["updated_at", "2018-12-18 21:51:24.712586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.714501"], ["updated_at", "2018-12-18 21:51:24.714501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.716163"], ["updated_at", "2018-12-18 21:51:24.716163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.718799"], ["updated_at", "2018-12-18 21:51:24.718799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.720634"], ["updated_at", "2018-12-18 21:51:24.720634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.722245"], ["updated_at", "2018-12-18 21:51:24.722245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.723920"], ["updated_at", "2018-12-18 21:51:24.723920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.725646"], ["updated_at", "2018-12-18 21:51:24.725646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.727293"], ["updated_at", "2018-12-18 21:51:24.727293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.728829"], ["updated_at", "2018-12-18 21:51:24.728829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.730401"], ["updated_at", "2018-12-18 21:51:24.730401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.732024"], ["updated_at", "2018-12-18 21:51:24.732024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.733950"], ["updated_at", "2018-12-18 21:51:24.733950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.736078"], ["updated_at", "2018-12-18 21:51:24.736078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.737850"], ["updated_at", "2018-12-18 21:51:24.737850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.739428"], ["updated_at", "2018-12-18 21:51:24.739428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.740986"], ["updated_at", "2018-12-18 21:51:24.740986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.742560"], ["updated_at", "2018-12-18 21:51:24.742560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.744126"], ["updated_at", "2018-12-18 21:51:24.744126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.745676"], ["updated_at", "2018-12-18 21:51:24.745676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.747342"], ["updated_at", "2018-12-18 21:51:24.747342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.748984"], ["updated_at", "2018-12-18 21:51:24.748984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.750997"], ["updated_at", "2018-12-18 21:51:24.750997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.752701"], ["updated_at", "2018-12-18 21:51:24.752701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.754538"], ["updated_at", "2018-12-18 21:51:24.754538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.756164"], ["updated_at", "2018-12-18 21:51:24.756164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.757734"], ["updated_at", "2018-12-18 21:51:24.757734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.759555"], ["updated_at", "2018-12-18 21:51:24.759555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.761186"], ["updated_at", "2018-12-18 21:51:24.761186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.762749"], ["updated_at", "2018-12-18 21:51:24.762749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.764309"], ["updated_at", "2018-12-18 21:51:24.764309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.766034"], ["updated_at", "2018-12-18 21:51:24.766034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.767838"], ["updated_at", "2018-12-18 21:51:24.767838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.769526"], ["updated_at", "2018-12-18 21:51:24.769526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.771354"], ["updated_at", "2018-12-18 21:51:24.771354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.772960"], ["updated_at", "2018-12-18 21:51:24.772960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.774526"], ["updated_at", "2018-12-18 21:51:24.774526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.776153"], ["updated_at", "2018-12-18 21:51:24.776153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.777847"], ["updated_at", "2018-12-18 21:51:24.777847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.779462"], ["updated_at", "2018-12-18 21:51:24.779462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.781260"], ["updated_at", "2018-12-18 21:51:24.781260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.783189"], ["updated_at", "2018-12-18 21:51:24.783189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.785279"], ["updated_at", "2018-12-18 21:51:24.785279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.787112"], ["updated_at", "2018-12-18 21:51:24.787112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.788842"], ["updated_at", "2018-12-18 21:51:24.788842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.790657"], ["updated_at", "2018-12-18 21:51:24.790657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.792381"], ["updated_at", "2018-12-18 21:51:24.792381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.794310"], ["updated_at", "2018-12-18 21:51:24.794310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.796186"], ["updated_at", "2018-12-18 21:51:24.796186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.798073"], ["updated_at", "2018-12-18 21:51:24.798073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.799954"], ["updated_at", "2018-12-18 21:51:24.799954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.804118"], ["updated_at", "2018-12-18 21:51:24.804118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.806105"], ["updated_at", "2018-12-18 21:51:24.806105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.807836"], ["updated_at", "2018-12-18 21:51:24.807836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.809480"], ["updated_at", "2018-12-18 21:51:24.809480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.811369"], ["updated_at", "2018-12-18 21:51:24.811369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.813175"], ["updated_at", "2018-12-18 21:51:24.813175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.814987"], ["updated_at", "2018-12-18 21:51:24.814987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.816913"], ["updated_at", "2018-12-18 21:51:24.816913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.818948"], ["updated_at", "2018-12-18 21:51:24.818948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.820754"], ["updated_at", "2018-12-18 21:51:24.820754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.822494"], ["updated_at", "2018-12-18 21:51:24.822494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.824257"], ["updated_at", "2018-12-18 21:51:24.824257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.825957"], ["updated_at", "2018-12-18 21:51:24.825957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.827588"], ["updated_at", "2018-12-18 21:51:24.827588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.829355"], ["updated_at", "2018-12-18 21:51:24.829355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.831052"], ["updated_at", "2018-12-18 21:51:24.831052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.832701"], ["updated_at", "2018-12-18 21:51:24.832701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.834727"], ["updated_at", "2018-12-18 21:51:24.834727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.836622"], ["updated_at", "2018-12-18 21:51:24.836622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.838345"], ["updated_at", "2018-12-18 21:51:24.838345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.840010"], ["updated_at", "2018-12-18 21:51:24.840010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.841802"], ["updated_at", "2018-12-18 21:51:24.841802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.843479"], ["updated_at", "2018-12-18 21:51:24.843479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.845171"], ["updated_at", "2018-12-18 21:51:24.845171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.846854"], ["updated_at", "2018-12-18 21:51:24.846854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.848587"], ["updated_at", "2018-12-18 21:51:24.848587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.850302"], ["updated_at", "2018-12-18 21:51:24.850302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.852482"], ["updated_at", "2018-12-18 21:51:24.852482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.854343"], ["updated_at", "2018-12-18 21:51:24.854343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.856563"], ["updated_at", "2018-12-18 21:51:24.856563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.858340"], ["updated_at", "2018-12-18 21:51:24.858340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.860039"], ["updated_at", "2018-12-18 21:51:24.860039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.861765"], ["updated_at", "2018-12-18 21:51:24.861765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.863619"], ["updated_at", "2018-12-18 21:51:24.863619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.865424"], ["updated_at", "2018-12-18 21:51:24.865424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.867378"], ["updated_at", "2018-12-18 21:51:24.867378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.869916"], ["updated_at", "2018-12-18 21:51:24.869916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.871741"], ["updated_at", "2018-12-18 21:51:24.871741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.873635"], ["updated_at", "2018-12-18 21:51:24.873635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.875468"], ["updated_at", "2018-12-18 21:51:24.875468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.877200"], ["updated_at", "2018-12-18 21:51:24.877200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.878821"], ["updated_at", "2018-12-18 21:51:24.878821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.880841"], ["updated_at", "2018-12-18 21:51:24.880841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.882594"], ["updated_at", "2018-12-18 21:51:24.882594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.884572"], ["updated_at", "2018-12-18 21:51:24.884572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.886621"], ["updated_at", "2018-12-18 21:51:24.886621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.888487"], ["updated_at", "2018-12-18 21:51:24.888487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.890367"], ["updated_at", "2018-12-18 21:51:24.890367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.894606"], ["updated_at", "2018-12-18 21:51:24.894606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.896629"], ["updated_at", "2018-12-18 21:51:24.896629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.898580"], ["updated_at", "2018-12-18 21:51:24.898580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.900920"], ["updated_at", "2018-12-18 21:51:24.900920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.902931"], ["updated_at", "2018-12-18 21:51:24.902931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.904775"], ["updated_at", "2018-12-18 21:51:24.904775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.906639"], ["updated_at", "2018-12-18 21:51:24.906639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.908446"], ["updated_at", "2018-12-18 21:51:24.908446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.910345"], ["updated_at", "2018-12-18 21:51:24.910345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.912145"], ["updated_at", "2018-12-18 21:51:24.912145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.913895"], ["updated_at", "2018-12-18 21:51:24.913895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.915592"], ["updated_at", "2018-12-18 21:51:24.915592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.918045"], ["updated_at", "2018-12-18 21:51:24.918045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.920045"], ["updated_at", "2018-12-18 21:51:24.920045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.922080"], ["updated_at", "2018-12-18 21:51:24.922080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.923958"], ["updated_at", "2018-12-18 21:51:24.923958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.925824"], ["updated_at", "2018-12-18 21:51:24.925824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.927627"], ["updated_at", "2018-12-18 21:51:24.927627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.929538"], ["updated_at", "2018-12-18 21:51:24.929538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.931373"], ["updated_at", "2018-12-18 21:51:24.931373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.933635"], ["updated_at", "2018-12-18 21:51:24.933635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.935842"], ["updated_at", "2018-12-18 21:51:24.935842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.937900"], ["updated_at", "2018-12-18 21:51:24.937900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.940783"], ["updated_at", "2018-12-18 21:51:24.940783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.943942"], ["updated_at", "2018-12-18 21:51:24.943942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.947212"], ["updated_at", "2018-12-18 21:51:24.947212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.949971"], ["updated_at", "2018-12-18 21:51:24.949971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.953563"], ["updated_at", "2018-12-18 21:51:24.953563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.956336"], ["updated_at", "2018-12-18 21:51:24.956336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.959105"], ["updated_at", "2018-12-18 21:51:24.959105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.962220"], ["updated_at", "2018-12-18 21:51:24.962220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.964928"], ["updated_at", "2018-12-18 21:51:24.964928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.968188"], ["updated_at", "2018-12-18 21:51:24.968188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.971292"], ["updated_at", "2018-12-18 21:51:24.971292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.974135"], ["updated_at", "2018-12-18 21:51:24.974135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.976769"], ["updated_at", "2018-12-18 21:51:24.976769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.979426"], ["updated_at", "2018-12-18 21:51:24.979426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.982665"], ["updated_at", "2018-12-18 21:51:24.982665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.985518"], ["updated_at", "2018-12-18 21:51:24.985518"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.988369"], ["updated_at", "2018-12-18 21:51:24.988369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.991085"], ["updated_at", "2018-12-18 21:51:24.991085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.993708"], ["updated_at", "2018-12-18 21:51:24.993708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.996267"], ["updated_at", "2018-12-18 21:51:24.996267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:24.998968"], ["updated_at", "2018-12-18 21:51:24.998968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.003141"], ["updated_at", "2018-12-18 21:51:25.003141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.006140"], ["updated_at", "2018-12-18 21:51:25.006140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.7ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.011339"], ["updated_at", "2018-12-18 21:51:25.011339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.013020"], ["updated_at", "2018-12-18 21:51:25.013020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.014860"], ["updated_at", "2018-12-18 21:51:25.014860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.016689"], ["updated_at", "2018-12-18 21:51:25.016689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.018840"], ["updated_at", "2018-12-18 21:51:25.018840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.020723"], ["updated_at", "2018-12-18 21:51:25.020723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.022497"], ["updated_at", "2018-12-18 21:51:25.022497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.024382"], ["updated_at", "2018-12-18 21:51:25.024382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.026234"], ["updated_at", "2018-12-18 21:51:25.026234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.028004"], ["updated_at", "2018-12-18 21:51:25.028004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.029674"], ["updated_at", "2018-12-18 21:51:25.029674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.031385"], ["updated_at", "2018-12-18 21:51:25.031385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.033048"], ["updated_at", "2018-12-18 21:51:25.033048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.035064"], ["updated_at", "2018-12-18 21:51:25.035064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.036863"], ["updated_at", "2018-12-18 21:51:25.036863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.038721"], ["updated_at", "2018-12-18 21:51:25.038721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.040391"], ["updated_at", "2018-12-18 21:51:25.040391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.042035"], ["updated_at", "2018-12-18 21:51:25.042035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.044146"], ["updated_at", "2018-12-18 21:51:25.044146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.046068"], ["updated_at", "2018-12-18 21:51:25.046068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.047903"], ["updated_at", "2018-12-18 21:51:25.047903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.049790"], ["updated_at", "2018-12-18 21:51:25.049790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.051879"], ["updated_at", "2018-12-18 21:51:25.051879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.053634"], ["updated_at", "2018-12-18 21:51:25.053634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.055247"], ["updated_at", "2018-12-18 21:51:25.055247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.056931"], ["updated_at", "2018-12-18 21:51:25.056931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.058547"], ["updated_at", "2018-12-18 21:51:25.058547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.060195"], ["updated_at", "2018-12-18 21:51:25.060195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.062285"], ["updated_at", "2018-12-18 21:51:25.062285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.064021"], ["updated_at", "2018-12-18 21:51:25.064021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.065712"], ["updated_at", "2018-12-18 21:51:25.065712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.067897"], ["updated_at", "2018-12-18 21:51:25.067897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.069761"], ["updated_at", "2018-12-18 21:51:25.069761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.071563"], ["updated_at", "2018-12-18 21:51:25.071563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.073488"], ["updated_at", "2018-12-18 21:51:25.073488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.075227"], ["updated_at", "2018-12-18 21:51:25.075227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.076917"], ["updated_at", "2018-12-18 21:51:25.076917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.078733"], ["updated_at", "2018-12-18 21:51:25.078733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.080481"], ["updated_at", "2018-12-18 21:51:25.080481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.082170"], ["updated_at", "2018-12-18 21:51:25.082170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.084289"], ["updated_at", "2018-12-18 21:51:25.084289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.086224"], ["updated_at", "2018-12-18 21:51:25.086224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.087923"], ["updated_at", "2018-12-18 21:51:25.087923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.089613"], ["updated_at", "2018-12-18 21:51:25.089613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.091323"], ["updated_at", "2018-12-18 21:51:25.091323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.093003"], ["updated_at", "2018-12-18 21:51:25.093003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.094696"], ["updated_at", "2018-12-18 21:51:25.094696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.096895"], ["updated_at", "2018-12-18 21:51:25.096895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.098744"], ["updated_at", "2018-12-18 21:51:25.098744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.100864"], ["updated_at", "2018-12-18 21:51:25.100864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.102859"], ["updated_at", "2018-12-18 21:51:25.102859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.104613"], ["updated_at", "2018-12-18 21:51:25.104613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.106285"], ["updated_at", "2018-12-18 21:51:25.106285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.108142"], ["updated_at", "2018-12-18 21:51:25.108142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.109885"], ["updated_at", "2018-12-18 21:51:25.109885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.111696"], ["updated_at", "2018-12-18 21:51:25.111696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.113464"], ["updated_at", "2018-12-18 21:51:25.113464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.115228"], ["updated_at", "2018-12-18 21:51:25.115228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.117260"], ["updated_at", "2018-12-18 21:51:25.117260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.119605"], ["updated_at", "2018-12-18 21:51:25.119605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.121554"], ["updated_at", "2018-12-18 21:51:25.121554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.123370"], ["updated_at", "2018-12-18 21:51:25.123370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.125154"], ["updated_at", "2018-12-18 21:51:25.125154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.127012"], ["updated_at", "2018-12-18 21:51:25.127012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.130766"], ["updated_at", "2018-12-18 21:51:25.130766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.132559"], ["updated_at", "2018-12-18 21:51:25.132559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.134476"], ["updated_at", "2018-12-18 21:51:25.134476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.136328"], ["updated_at", "2018-12-18 21:51:25.136328"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.138076"], ["updated_at", "2018-12-18 21:51:25.138076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.139742"], ["updated_at", "2018-12-18 21:51:25.139742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.141375"], ["updated_at", "2018-12-18 21:51:25.141375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.143164"], ["updated_at", "2018-12-18 21:51:25.143164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.144932"], ["updated_at", "2018-12-18 21:51:25.144932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.146609"], ["updated_at", "2018-12-18 21:51:25.146609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.148260"], ["updated_at", "2018-12-18 21:51:25.148260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.149954"], ["updated_at", "2018-12-18 21:51:25.149954"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.152031"], ["updated_at", "2018-12-18 21:51:25.152031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.154018"], ["updated_at", "2018-12-18 21:51:25.154018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.155762"], ["updated_at", "2018-12-18 21:51:25.155762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.157438"], ["updated_at", "2018-12-18 21:51:25.157438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.159048"], ["updated_at", "2018-12-18 21:51:25.159048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.160715"], ["updated_at", "2018-12-18 21:51:25.160715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.162357"], ["updated_at", "2018-12-18 21:51:25.162357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.164019"], ["updated_at", "2018-12-18 21:51:25.164019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.165710"], ["updated_at", "2018-12-18 21:51:25.165710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.167641"], ["updated_at", "2018-12-18 21:51:25.167641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.169578"], ["updated_at", "2018-12-18 21:51:25.169578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.171372"], ["updated_at", "2018-12-18 21:51:25.171372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.173179"], ["updated_at", "2018-12-18 21:51:25.173179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.174847"], ["updated_at", "2018-12-18 21:51:25.174847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.176706"], ["updated_at", "2018-12-18 21:51:25.176706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.178552"], ["updated_at", "2018-12-18 21:51:25.178552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.180315"], ["updated_at", "2018-12-18 21:51:25.180315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.182067"], ["updated_at", "2018-12-18 21:51:25.182067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.184031"], ["updated_at", "2018-12-18 21:51:25.184031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.186039"], ["updated_at", "2018-12-18 21:51:25.186039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.187828"], ["updated_at", "2018-12-18 21:51:25.187828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.189661"], ["updated_at", "2018-12-18 21:51:25.189661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.191381"], ["updated_at", "2018-12-18 21:51:25.191381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.193028"], ["updated_at", "2018-12-18 21:51:25.193028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.194645"], ["updated_at", "2018-12-18 21:51:25.194645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.196333"], ["updated_at", "2018-12-18 21:51:25.196333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.197998"], ["updated_at", "2018-12-18 21:51:25.197998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.199846"], ["updated_at", "2018-12-18 21:51:25.199846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.202213"], ["updated_at", "2018-12-18 21:51:25.202213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.204197"], ["updated_at", "2018-12-18 21:51:25.204197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.205962"], ["updated_at", "2018-12-18 21:51:25.205962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.207717"], ["updated_at", "2018-12-18 21:51:25.207717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.209361"], ["updated_at", "2018-12-18 21:51:25.209361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.211164"], ["updated_at", "2018-12-18 21:51:25.211164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.213032"], ["updated_at", "2018-12-18 21:51:25.213032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.214734"], ["updated_at", "2018-12-18 21:51:25.214734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.216420"], ["updated_at", "2018-12-18 21:51:25.216420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.218373"], ["updated_at", "2018-12-18 21:51:25.218373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.220812"], ["updated_at", "2018-12-18 21:51:25.220812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.223110"], ["updated_at", "2018-12-18 21:51:25.223110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.224984"], ["updated_at", "2018-12-18 21:51:25.224984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.226738"], ["updated_at", "2018-12-18 21:51:25.226738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.228424"], ["updated_at", "2018-12-18 21:51:25.228424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.230123"], ["updated_at", "2018-12-18 21:51:25.230123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.231895"], ["updated_at", "2018-12-18 21:51:25.231895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.233642"], ["updated_at", "2018-12-18 21:51:25.233642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.235832"], ["updated_at", "2018-12-18 21:51:25.235832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.237689"], ["updated_at", "2018-12-18 21:51:25.237689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.239378"], ["updated_at", "2018-12-18 21:51:25.239378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.243150"], ["updated_at", "2018-12-18 21:51:25.243150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.244847"], ["updated_at", "2018-12-18 21:51:25.244847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.246545"], ["updated_at", "2018-12-18 21:51:25.246545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.248259"], ["updated_at", "2018-12-18 21:51:25.248259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.249906"], ["updated_at", "2018-12-18 21:51:25.249906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.251910"], ["updated_at", "2018-12-18 21:51:25.251910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.253720"], ["updated_at", "2018-12-18 21:51:25.253720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.255422"], ["updated_at", "2018-12-18 21:51:25.255422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.257017"], ["updated_at", "2018-12-18 21:51:25.257017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.258931"], ["updated_at", "2018-12-18 21:51:25.258931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.260697"], ["updated_at", "2018-12-18 21:51:25.260697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.262374"], ["updated_at", "2018-12-18 21:51:25.262374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.264065"], ["updated_at", "2018-12-18 21:51:25.264065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.265748"], ["updated_at", "2018-12-18 21:51:25.265748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.267637"], ["updated_at", "2018-12-18 21:51:25.267637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 29ms (Views: 17.7ms | ActiveRecord: 1.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.315978"], ["updated_at", "2018-12-18 21:51:25.315978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.322482"], ["updated_at", "2018-12-18 21:51:25.322482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.324758"], ["updated_at", "2018-12-18 21:51:25.324758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.327204"], ["updated_at", "2018-12-18 21:51:25.327204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.329290"], ["updated_at", "2018-12-18 21:51:25.329290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.330960"], ["updated_at", "2018-12-18 21:51:25.330960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.332592"], ["updated_at", "2018-12-18 21:51:25.332592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.334481"], ["updated_at", "2018-12-18 21:51:25.334481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.336264"], ["updated_at", "2018-12-18 21:51:25.336264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.337847"], ["updated_at", "2018-12-18 21:51:25.337847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.339598"], ["updated_at", "2018-12-18 21:51:25.339598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.341239"], ["updated_at", "2018-12-18 21:51:25.341239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.342774"], ["updated_at", "2018-12-18 21:51:25.342774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.344285"], ["updated_at", "2018-12-18 21:51:25.344285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.345828"], ["updated_at", "2018-12-18 21:51:25.345828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.347377"], ["updated_at", "2018-12-18 21:51:25.347377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.348918"], ["updated_at", "2018-12-18 21:51:25.348918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.351578"], ["updated_at", "2018-12-18 21:51:25.351578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.353265"], ["updated_at", "2018-12-18 21:51:25.353265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.354782"], ["updated_at", "2018-12-18 21:51:25.354782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.356246"], ["updated_at", "2018-12-18 21:51:25.356246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.357724"], ["updated_at", "2018-12-18 21:51:25.357724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.359240"], ["updated_at", "2018-12-18 21:51:25.359240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.360714"], ["updated_at", "2018-12-18 21:51:25.360714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.362259"], ["updated_at", "2018-12-18 21:51:25.362259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.363876"], ["updated_at", "2018-12-18 21:51:25.363876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.365378"], ["updated_at", "2018-12-18 21:51:25.365378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.367248"], ["updated_at", "2018-12-18 21:51:25.367248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.369644"], ["updated_at", "2018-12-18 21:51:25.369644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.371337"], ["updated_at", "2018-12-18 21:51:25.371337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.372940"], ["updated_at", "2018-12-18 21:51:25.372940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.376644"], ["updated_at", "2018-12-18 21:51:25.376644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.378257"], ["updated_at", "2018-12-18 21:51:25.378257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.379800"], ["updated_at", "2018-12-18 21:51:25.379800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.381448"], ["updated_at", "2018-12-18 21:51:25.381448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.383385"], ["updated_at", "2018-12-18 21:51:25.383385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.385275"], ["updated_at", "2018-12-18 21:51:25.385275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.387046"], ["updated_at", "2018-12-18 21:51:25.387046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.388637"], ["updated_at", "2018-12-18 21:51:25.388637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.390117"], ["updated_at", "2018-12-18 21:51:25.390117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.391569"], ["updated_at", "2018-12-18 21:51:25.391569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.393158"], ["updated_at", "2018-12-18 21:51:25.393158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.394685"], ["updated_at", "2018-12-18 21:51:25.394685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.396175"], ["updated_at", "2018-12-18 21:51:25.396175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.397836"], ["updated_at", "2018-12-18 21:51:25.397836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.399397"], ["updated_at", "2018-12-18 21:51:25.399397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.401981"], ["updated_at", "2018-12-18 21:51:25.401981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.403969"], ["updated_at", "2018-12-18 21:51:25.403969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.405707"], ["updated_at", "2018-12-18 21:51:25.405707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.407359"], ["updated_at", "2018-12-18 21:51:25.407359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.409022"], ["updated_at", "2018-12-18 21:51:25.409022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.410792"], ["updated_at", "2018-12-18 21:51:25.410792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.412427"], ["updated_at", "2018-12-18 21:51:25.412427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.413994"], ["updated_at", "2018-12-18 21:51:25.413994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.415553"], ["updated_at", "2018-12-18 21:51:25.415553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.417677"], ["updated_at", "2018-12-18 21:51:25.417677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.419601"], ["updated_at", "2018-12-18 21:51:25.419601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.421420"], ["updated_at", "2018-12-18 21:51:25.421420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.423031"], ["updated_at", "2018-12-18 21:51:25.423031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.424566"], ["updated_at", "2018-12-18 21:51:25.424566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.426065"], ["updated_at", "2018-12-18 21:51:25.426065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.428076"], ["updated_at", "2018-12-18 21:51:25.428076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.429834"], ["updated_at", "2018-12-18 21:51:25.429834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.431537"], ["updated_at", "2018-12-18 21:51:25.431537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.433295"], ["updated_at", "2018-12-18 21:51:25.433295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.435364"], ["updated_at", "2018-12-18 21:51:25.435364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.437094"], ["updated_at", "2018-12-18 21:51:25.437094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.438788"], ["updated_at", "2018-12-18 21:51:25.438788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.440477"], ["updated_at", "2018-12-18 21:51:25.440477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.442085"], ["updated_at", "2018-12-18 21:51:25.442085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.443717"], ["updated_at", "2018-12-18 21:51:25.443717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.445406"], ["updated_at", "2018-12-18 21:51:25.445406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.447038"], ["updated_at", "2018-12-18 21:51:25.447038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.448580"], ["updated_at", "2018-12-18 21:51:25.448580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.450217"], ["updated_at", "2018-12-18 21:51:25.450217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.452258"], ["updated_at", "2018-12-18 21:51:25.452258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.453990"], ["updated_at", "2018-12-18 21:51:25.453990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.455711"], ["updated_at", "2018-12-18 21:51:25.455711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.457399"], ["updated_at", "2018-12-18 21:51:25.457399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.459026"], ["updated_at", "2018-12-18 21:51:25.459026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.460602"], ["updated_at", "2018-12-18 21:51:25.460602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.462174"], ["updated_at", "2018-12-18 21:51:25.462174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.463850"], ["updated_at", "2018-12-18 21:51:25.463850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.465528"], ["updated_at", "2018-12-18 21:51:25.465528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.467788"], ["updated_at", "2018-12-18 21:51:25.467788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.469777"], ["updated_at", "2018-12-18 21:51:25.469777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.474174"], ["updated_at", "2018-12-18 21:51:25.474174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.475894"], ["updated_at", "2018-12-18 21:51:25.475894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.477467"], ["updated_at", "2018-12-18 21:51:25.477467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.479099"], ["updated_at", "2018-12-18 21:51:25.479099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.480933"], ["updated_at", "2018-12-18 21:51:25.480933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.482567"], ["updated_at", "2018-12-18 21:51:25.482567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.484614"], ["updated_at", "2018-12-18 21:51:25.484614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.486340"], ["updated_at", "2018-12-18 21:51:25.486340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.487853"], ["updated_at", "2018-12-18 21:51:25.487853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.489393"], ["updated_at", "2018-12-18 21:51:25.489393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.491080"], ["updated_at", "2018-12-18 21:51:25.491080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.492716"], ["updated_at", "2018-12-18 21:51:25.492716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.494274"], ["updated_at", "2018-12-18 21:51:25.494274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.495826"], ["updated_at", "2018-12-18 21:51:25.495826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.497413"], ["updated_at", "2018-12-18 21:51:25.497413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.499008"], ["updated_at", "2018-12-18 21:51:25.499008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.500928"], ["updated_at", "2018-12-18 21:51:25.500928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.503031"], ["updated_at", "2018-12-18 21:51:25.503031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.504843"], ["updated_at", "2018-12-18 21:51:25.504843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.506522"], ["updated_at", "2018-12-18 21:51:25.506522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.508188"], ["updated_at", "2018-12-18 21:51:25.508188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.509867"], ["updated_at", "2018-12-18 21:51:25.509867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.511940"], ["updated_at", "2018-12-18 21:51:25.511940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.513622"], ["updated_at", "2018-12-18 21:51:25.513622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.516263"], ["updated_at", "2018-12-18 21:51:25.516263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.518799"], ["updated_at", "2018-12-18 21:51:25.518799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.520636"], ["updated_at", "2018-12-18 21:51:25.520636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.522261"], ["updated_at", "2018-12-18 21:51:25.522261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.523859"], ["updated_at", "2018-12-18 21:51:25.523859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.525662"], ["updated_at", "2018-12-18 21:51:25.525662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.527394"], ["updated_at", "2018-12-18 21:51:25.527394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.528989"], ["updated_at", "2018-12-18 21:51:25.528989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.530596"], ["updated_at", "2018-12-18 21:51:25.530596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.532186"], ["updated_at", "2018-12-18 21:51:25.532186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.534230"], ["updated_at", "2018-12-18 21:51:25.534230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.537062"], ["updated_at", "2018-12-18 21:51:25.537062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.538964"], ["updated_at", "2018-12-18 21:51:25.538964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.540564"], ["updated_at", "2018-12-18 21:51:25.540564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.542206"], ["updated_at", "2018-12-18 21:51:25.542206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.543889"], ["updated_at", "2018-12-18 21:51:25.543889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.545485"], ["updated_at", "2018-12-18 21:51:25.545485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.547077"], ["updated_at", "2018-12-18 21:51:25.547077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.548845"], ["updated_at", "2018-12-18 21:51:25.548845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.550676"], ["updated_at", "2018-12-18 21:51:25.550676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.552498"], ["updated_at", "2018-12-18 21:51:25.552498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.554137"], ["updated_at", "2018-12-18 21:51:25.554137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.555797"], ["updated_at", "2018-12-18 21:51:25.555797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.557388"], ["updated_at", "2018-12-18 21:51:25.557388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.559270"], ["updated_at", "2018-12-18 21:51:25.559270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.561170"], ["updated_at", "2018-12-18 21:51:25.561170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.562835"], ["updated_at", "2018-12-18 21:51:25.562835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.566967"], ["updated_at", "2018-12-18 21:51:25.566967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.569095"], ["updated_at", "2018-12-18 21:51:25.569095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.570770"], ["updated_at", "2018-12-18 21:51:25.570770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.572517"], ["updated_at", "2018-12-18 21:51:25.572517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.574038"], ["updated_at", "2018-12-18 21:51:25.574038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.575551"], ["updated_at", "2018-12-18 21:51:25.575551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.577058"], ["updated_at", "2018-12-18 21:51:25.577058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.578695"], ["updated_at", "2018-12-18 21:51:25.578695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.580295"], ["updated_at", "2018-12-18 21:51:25.580295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.581833"], ["updated_at", "2018-12-18 21:51:25.581833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.583769"], ["updated_at", "2018-12-18 21:51:25.583769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.585517"], ["updated_at", "2018-12-18 21:51:25.585517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.587095"], ["updated_at", "2018-12-18 21:51:25.587095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.588651"], ["updated_at", "2018-12-18 21:51:25.588651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.590258"], ["updated_at", "2018-12-18 21:51:25.590258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.591795"], ["updated_at", "2018-12-18 21:51:25.591795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.593358"], ["updated_at", "2018-12-18 21:51:25.593358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.595032"], ["updated_at", "2018-12-18 21:51:25.595032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.596719"], ["updated_at", "2018-12-18 21:51:25.596719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.598324"], ["updated_at", "2018-12-18 21:51:25.598324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.599912"], ["updated_at", "2018-12-18 21:51:25.599912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.601957"], ["updated_at", "2018-12-18 21:51:25.601957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.603731"], ["updated_at", "2018-12-18 21:51:25.603731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.605444"], ["updated_at", "2018-12-18 21:51:25.605444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.607429"], ["updated_at", "2018-12-18 21:51:25.607429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.609144"], ["updated_at", "2018-12-18 21:51:25.609144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.610771"], ["updated_at", "2018-12-18 21:51:25.610771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.612417"], ["updated_at", "2018-12-18 21:51:25.612417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.614084"], ["updated_at", "2018-12-18 21:51:25.614084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.615670"], ["updated_at", "2018-12-18 21:51:25.615670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.617661"], ["updated_at", "2018-12-18 21:51:25.617661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.619491"], ["updated_at", "2018-12-18 21:51:25.619491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.621187"], ["updated_at", "2018-12-18 21:51:25.621187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.622794"], ["updated_at", "2018-12-18 21:51:25.622794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.624417"], ["updated_at", "2018-12-18 21:51:25.624417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.626180"], ["updated_at", "2018-12-18 21:51:25.626180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.627896"], ["updated_at", "2018-12-18 21:51:25.627896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.629634"], ["updated_at", "2018-12-18 21:51:25.629634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.631569"], ["updated_at", "2018-12-18 21:51:25.631569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.633299"], ["updated_at", "2018-12-18 21:51:25.633299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.635437"], ["updated_at", "2018-12-18 21:51:25.635437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.637364"], ["updated_at", "2018-12-18 21:51:25.637364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.639112"], ["updated_at", "2018-12-18 21:51:25.639112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.640962"], ["updated_at", "2018-12-18 21:51:25.640962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.642764"], ["updated_at", "2018-12-18 21:51:25.642764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.644471"], ["updated_at", "2018-12-18 21:51:25.644471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.646156"], ["updated_at", "2018-12-18 21:51:25.646156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.648146"], ["updated_at", "2018-12-18 21:51:25.648146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.650025"], ["updated_at", "2018-12-18 21:51:25.650025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.655196"], ["updated_at", "2018-12-18 21:51:25.655196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.657761"], ["updated_at", "2018-12-18 21:51:25.657761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.659622"], ["updated_at", "2018-12-18 21:51:25.659622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.661336"], ["updated_at", "2018-12-18 21:51:25.661336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.663028"], ["updated_at", "2018-12-18 21:51:25.663028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.664878"], ["updated_at", "2018-12-18 21:51:25.664878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.666724"], ["updated_at", "2018-12-18 21:51:25.666724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.668909"], ["updated_at", "2018-12-18 21:51:25.668909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.670876"], ["updated_at", "2018-12-18 21:51:25.670876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.672627"], ["updated_at", "2018-12-18 21:51:25.672627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.674396"], ["updated_at", "2018-12-18 21:51:25.674396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.676216"], ["updated_at", "2018-12-18 21:51:25.676216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.678000"], ["updated_at", "2018-12-18 21:51:25.678000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.679753"], ["updated_at", "2018-12-18 21:51:25.679753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.681498"], ["updated_at", "2018-12-18 21:51:25.681498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.683272"], ["updated_at", "2018-12-18 21:51:25.683272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.685354"], ["updated_at", "2018-12-18 21:51:25.685354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.687355"], ["updated_at", "2018-12-18 21:51:25.687355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.689295"], ["updated_at", "2018-12-18 21:51:25.689295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.691094"], ["updated_at", "2018-12-18 21:51:25.691094"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.692859"], ["updated_at", "2018-12-18 21:51:25.692859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.694735"], ["updated_at", "2018-12-18 21:51:25.694735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.696590"], ["updated_at", "2018-12-18 21:51:25.696590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.698448"], ["updated_at", "2018-12-18 21:51:25.698448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.701930"], ["updated_at", "2018-12-18 21:51:25.701930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.705197"], ["updated_at", "2018-12-18 21:51:25.705197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.707825"], ["updated_at", "2018-12-18 21:51:25.707825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.712164"], ["updated_at", "2018-12-18 21:51:25.712164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.715385"], ["updated_at", "2018-12-18 21:51:25.715385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.718813"], ["updated_at", "2018-12-18 21:51:25.718813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.721794"], ["updated_at", "2018-12-18 21:51:25.721794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.725786"], ["updated_at", "2018-12-18 21:51:25.725786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.728479"], ["updated_at", "2018-12-18 21:51:25.728479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.730995"], ["updated_at", "2018-12-18 21:51:25.730995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.733911"], ["updated_at", "2018-12-18 21:51:25.733911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.736619"], ["updated_at", "2018-12-18 21:51:25.736619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.739715"], ["updated_at", "2018-12-18 21:51:25.739715"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.742281"], ["updated_at", "2018-12-18 21:51:25.742281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.744650"], ["updated_at", "2018-12-18 21:51:25.744650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.747461"], ["updated_at", "2018-12-18 21:51:25.747461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.749847"], ["updated_at", "2018-12-18 21:51:25.749847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.752990"], ["updated_at", "2018-12-18 21:51:25.752990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.755700"], ["updated_at", "2018-12-18 21:51:25.755700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.758952"], ["updated_at", "2018-12-18 21:51:25.758952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.761508"], ["updated_at", "2018-12-18 21:51:25.761508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.764602"], ["updated_at", "2018-12-18 21:51:25.764602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.767729"], ["updated_at", "2018-12-18 21:51:25.767729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.773644"], ["updated_at", "2018-12-18 21:51:25.773644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.775436"], ["updated_at", "2018-12-18 21:51:25.775436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.777067"], ["updated_at", "2018-12-18 21:51:25.777067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.778665"], ["updated_at", "2018-12-18 21:51:25.778665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.780348"], ["updated_at", "2018-12-18 21:51:25.780348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.782078"], ["updated_at", "2018-12-18 21:51:25.782078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.784278"], ["updated_at", "2018-12-18 21:51:25.784278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.786018"], ["updated_at", "2018-12-18 21:51:25.786018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.787702"], ["updated_at", "2018-12-18 21:51:25.787702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.789324"], ["updated_at", "2018-12-18 21:51:25.789324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.790915"], ["updated_at", "2018-12-18 21:51:25.790915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.792664"], ["updated_at", "2018-12-18 21:51:25.792664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.794279"], ["updated_at", "2018-12-18 21:51:25.794279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.795894"], ["updated_at", "2018-12-18 21:51:25.795894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.797504"], ["updated_at", "2018-12-18 21:51:25.797504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.799212"], ["updated_at", "2018-12-18 21:51:25.799212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.801077"], ["updated_at", "2018-12-18 21:51:25.801077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.803031"], ["updated_at", "2018-12-18 21:51:25.803031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.804973"], ["updated_at", "2018-12-18 21:51:25.804973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.806710"], ["updated_at", "2018-12-18 21:51:25.806710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.808363"], ["updated_at", "2018-12-18 21:51:25.808363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.810158"], ["updated_at", "2018-12-18 21:51:25.810158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.812468"], ["updated_at", "2018-12-18 21:51:25.812468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.814357"], ["updated_at", "2018-12-18 21:51:25.814357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.816381"], ["updated_at", "2018-12-18 21:51:25.816381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.818501"], ["updated_at", "2018-12-18 21:51:25.818501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.820324"], ["updated_at", "2018-12-18 21:51:25.820324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.822118"], ["updated_at", "2018-12-18 21:51:25.822118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.823870"], ["updated_at", "2018-12-18 21:51:25.823870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.825515"], ["updated_at", "2018-12-18 21:51:25.825515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.827394"], ["updated_at", "2018-12-18 21:51:25.827394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.829255"], ["updated_at", "2018-12-18 21:51:25.829255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.830985"], ["updated_at", "2018-12-18 21:51:25.830985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.832713"], ["updated_at", "2018-12-18 21:51:25.832713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.835000"], ["updated_at", "2018-12-18 21:51:25.835000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.836876"], ["updated_at", "2018-12-18 21:51:25.836876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.838733"], ["updated_at", "2018-12-18 21:51:25.838733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.840575"], ["updated_at", "2018-12-18 21:51:25.840575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.842325"], ["updated_at", "2018-12-18 21:51:25.842325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.844135"], ["updated_at", "2018-12-18 21:51:25.844135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.845970"], ["updated_at", "2018-12-18 21:51:25.845970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.847593"], ["updated_at", "2018-12-18 21:51:25.847593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.849218"], ["updated_at", "2018-12-18 21:51:25.849218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.851695"], ["updated_at", "2018-12-18 21:51:25.851695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.854044"], ["updated_at", "2018-12-18 21:51:25.854044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.855854"], ["updated_at", "2018-12-18 21:51:25.855854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.857646"], ["updated_at", "2018-12-18 21:51:25.857646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.859370"], ["updated_at", "2018-12-18 21:51:25.859370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.861119"], ["updated_at", "2018-12-18 21:51:25.861119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.863026"], ["updated_at", "2018-12-18 21:51:25.863026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.864830"], ["updated_at", "2018-12-18 21:51:25.864830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.866631"], ["updated_at", "2018-12-18 21:51:25.866631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.869266"], ["updated_at", "2018-12-18 21:51:25.869266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.871410"], ["updated_at", "2018-12-18 21:51:25.871410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.873369"], ["updated_at", "2018-12-18 21:51:25.873369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.875212"], ["updated_at", "2018-12-18 21:51:25.875212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.876976"], ["updated_at", "2018-12-18 21:51:25.876976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.878704"], ["updated_at", "2018-12-18 21:51:25.878704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.880439"], ["updated_at", "2018-12-18 21:51:25.880439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.882208"], ["updated_at", "2018-12-18 21:51:25.882208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.884233"], ["updated_at", "2018-12-18 21:51:25.884233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.886406"], ["updated_at", "2018-12-18 21:51:25.886406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.888333"], ["updated_at", "2018-12-18 21:51:25.888333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.890119"], ["updated_at", "2018-12-18 21:51:25.890119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.891912"], ["updated_at", "2018-12-18 21:51:25.891912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.896128"], ["updated_at", "2018-12-18 21:51:25.896128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.897950"], ["updated_at", "2018-12-18 21:51:25.897950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.899544"], ["updated_at", "2018-12-18 21:51:25.899544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.901647"], ["updated_at", "2018-12-18 21:51:25.901647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 14ms (Views: 7.2ms | ActiveRecord: 0.7ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.921251"], ["updated_at", "2018-12-18 21:51:25.921251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.923556"], ["updated_at", "2018-12-18 21:51:25.923556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.925304"], ["updated_at", "2018-12-18 21:51:25.925304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.931315"], ["updated_at", "2018-12-18 21:51:25.931315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.933921"], ["updated_at", "2018-12-18 21:51:25.933921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.935970"], ["updated_at", "2018-12-18 21:51:25.935970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.942378"], ["updated_at", "2018-12-18 21:51:25.942378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.944920"], ["updated_at", "2018-12-18 21:51:25.944920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 409 Conflict in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.953189"], ["updated_at", "2018-12-18 21:51:25.953189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.961532"], ["updated_at", "2018-12-18 21:51:25.961532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.965795"], ["updated_at", "2018-12-18 21:51:25.965795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.970213"], ["updated_at", "2018-12-18 21:51:25.970213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.974756"], ["updated_at", "2018-12-18 21:51:25.974756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.978946"], ["updated_at", "2018-12-18 21:51:25.978946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.983477"], ["updated_at", "2018-12-18 21:51:25.983477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:25.988843"], ["updated_at", "2018-12-18 21:51:25.988843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:25.993330"], ["updated_at", "2018-12-18 21:51:25.993330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:51:25.994180"], ["updated_at", "2018-12-18 21:51:25.996916"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:26.016715"], ["updated_at", "2018-12-18 21:51:26.016715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:51:26.019679"], ["updated_at", "2018-12-18 21:51:26.019679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:26.024898"], ["updated_at", "2018-12-18 21:51:26.024898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:26.030807"], ["updated_at", "2018-12-18 21:51:26.030807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:26.036872"], ["updated_at", "2018-12-18 21:51:26.036872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:51:26.038394"], ["updated_at", "2018-12-18 21:51:26.038394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:51:26.040413"], ["updated_at", "2018-12-18 21:51:26.040413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:31.928472"], ["updated_at", "2018-12-18 21:55:31.928472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:31.965478"], ["updated_at", "2018-12-18 21:55:31.965478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:55:31.985786"], ["updated_at", "2018-12-18 21:55:31.987148"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 17ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:31.992106"], ["updated_at", "2018-12-18 21:55:31.992106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:31.994467"], ["updated_at", "2018-12-18 21:55:31.994467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "2@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:55:31.998630"], ["updated_at", "2018-12-18 21:55:31.999547"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.004045"], ["updated_at", "2018-12-18 21:55:32.004045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.006312"], ["updated_at", "2018-12-18 21:55:32.006312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.007737"], ["updated_at", "2018-12-18 21:55:32.007737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:55:32.009501"], ["updated_at", "2018-12-18 21:55:32.009501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.014843"], ["updated_at", "2018-12-18 21:55:32.014843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.017127"], ["updated_at", "2018-12-18 21:55:32.017127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.022144"], ["updated_at", "2018-12-18 21:55:32.022144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.024962"], ["updated_at", "2018-12-18 21:55:32.024962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:55:32.028304"], ["updated_at", "2018-12-18 21:55:32.029232"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.038944"], ["updated_at", "2018-12-18 21:55:32.038944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 2ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.045361"], ["updated_at", "2018-12-18 21:55:32.045361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.047738"], ["updated_at", "2018-12-18 21:55:32.047738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.049477"], ["updated_at", "2018-12-18 21:55:32.049477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.051007"], ["updated_at", "2018-12-18 21:55:32.051007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.052950"], ["updated_at", "2018-12-18 21:55:32.052950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.054613"], ["updated_at", "2018-12-18 21:55:32.054613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.056799"], ["updated_at", "2018-12-18 21:55:32.056799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.058698"], ["updated_at", "2018-12-18 21:55:32.058698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.060390"], ["updated_at", "2018-12-18 21:55:32.060390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.061965"], ["updated_at", "2018-12-18 21:55:32.061965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.063570"], ["updated_at", "2018-12-18 21:55:32.063570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.073157"], ["updated_at", "2018-12-18 21:55:32.073157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.079437"], ["updated_at", "2018-12-18 21:55:32.079437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.082081"], ["updated_at", "2018-12-18 21:55:32.082081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.084041"], ["updated_at", "2018-12-18 21:55:32.084041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.090176"], ["updated_at", "2018-12-18 21:55:32.090176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.092717"], ["updated_at", "2018-12-18 21:55:32.092717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.094721"], ["updated_at", "2018-12-18 21:55:32.094721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.096379"], ["updated_at", "2018-12-18 21:55:32.096379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.097964"], ["updated_at", "2018-12-18 21:55:32.097964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.099620"], ["updated_at", "2018-12-18 21:55:32.099620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.101624"], ["updated_at", "2018-12-18 21:55:32.101624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.103230"], ["updated_at", "2018-12-18 21:55:32.103230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.104947"], ["updated_at", "2018-12-18 21:55:32.104947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.107020"], ["updated_at", "2018-12-18 21:55:32.107020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.109606"], ["updated_at", "2018-12-18 21:55:32.109606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.111481"], ["updated_at", "2018-12-18 21:55:32.111481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.113216"], ["updated_at", "2018-12-18 21:55:32.113216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.114788"], ["updated_at", "2018-12-18 21:55:32.114788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.116392"], ["updated_at", "2018-12-18 21:55:32.116392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.118123"], ["updated_at", "2018-12-18 21:55:32.118123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.119760"], ["updated_at", "2018-12-18 21:55:32.119760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.121389"], ["updated_at", "2018-12-18 21:55:32.121389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.123175"], ["updated_at", "2018-12-18 21:55:32.123175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.125477"], ["updated_at", "2018-12-18 21:55:32.125477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.127128"], ["updated_at", "2018-12-18 21:55:32.127128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (2.9ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.128981"], ["updated_at", "2018-12-18 21:55:32.128981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.133938"], ["updated_at", "2018-12-18 21:55:32.133938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.135494"], ["updated_at", "2018-12-18 21:55:32.135494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.136954"], ["updated_at", "2018-12-18 21:55:32.136954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.138466"], ["updated_at", "2018-12-18 21:55:32.138466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.140337"], ["updated_at", "2018-12-18 21:55:32.140337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.142231"], ["updated_at", "2018-12-18 21:55:32.142231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.143934"], ["updated_at", "2018-12-18 21:55:32.143934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.145460"], ["updated_at", "2018-12-18 21:55:32.145460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.147010"], ["updated_at", "2018-12-18 21:55:32.147010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.148496"], ["updated_at", "2018-12-18 21:55:32.148496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.150001"], ["updated_at", "2018-12-18 21:55:32.150001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.151668"], ["updated_at", "2018-12-18 21:55:32.151668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.153331"], ["updated_at", "2018-12-18 21:55:32.153331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.154925"], ["updated_at", "2018-12-18 21:55:32.154925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.156721"], ["updated_at", "2018-12-18 21:55:32.156721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.158567"], ["updated_at", "2018-12-18 21:55:32.158567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.160182"], ["updated_at", "2018-12-18 21:55:32.160182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.161817"], ["updated_at", "2018-12-18 21:55:32.161817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.163517"], ["updated_at", "2018-12-18 21:55:32.163517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.165168"], ["updated_at", "2018-12-18 21:55:32.165168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.166706"], ["updated_at", "2018-12-18 21:55:32.166706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.168307"], ["updated_at", "2018-12-18 21:55:32.168307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.169878"], ["updated_at", "2018-12-18 21:55:32.169878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.171434"], ["updated_at", "2018-12-18 21:55:32.171434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.173035"], ["updated_at", "2018-12-18 21:55:32.173035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.175072"], ["updated_at", "2018-12-18 21:55:32.175072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.176861"], ["updated_at", "2018-12-18 21:55:32.176861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.178429"], ["updated_at", "2018-12-18 21:55:32.178429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.180102"], ["updated_at", "2018-12-18 21:55:32.180102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.181650"], ["updated_at", "2018-12-18 21:55:32.181650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.183171"], ["updated_at", "2018-12-18 21:55:32.183171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.184706"], ["updated_at", "2018-12-18 21:55:32.184706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.186813"], ["updated_at", "2018-12-18 21:55:32.186813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.188434"], ["updated_at", "2018-12-18 21:55:32.188434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.190415"], ["updated_at", "2018-12-18 21:55:32.190415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.192123"], ["updated_at", "2018-12-18 21:55:32.192123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.193684"], ["updated_at", "2018-12-18 21:55:32.193684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.195257"], ["updated_at", "2018-12-18 21:55:32.195257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.196808"], ["updated_at", "2018-12-18 21:55:32.196808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.198484"], ["updated_at", "2018-12-18 21:55:32.198484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.200073"], ["updated_at", "2018-12-18 21:55:32.200073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.201617"], ["updated_at", "2018-12-18 21:55:32.201617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.203255"], ["updated_at", "2018-12-18 21:55:32.203255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.204815"], ["updated_at", "2018-12-18 21:55:32.204815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.206353"], ["updated_at", "2018-12-18 21:55:32.206353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.208337"], ["updated_at", "2018-12-18 21:55:32.208337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.210385"], ["updated_at", "2018-12-18 21:55:32.210385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.212078"], ["updated_at", "2018-12-18 21:55:32.212078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.213565"], ["updated_at", "2018-12-18 21:55:32.213565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.215068"], ["updated_at", "2018-12-18 21:55:32.215068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.216576"], ["updated_at", "2018-12-18 21:55:32.216576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.218090"], ["updated_at", "2018-12-18 21:55:32.218090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.219579"], ["updated_at", "2018-12-18 21:55:32.219579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.221569"], ["updated_at", "2018-12-18 21:55:32.221569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.223416"], ["updated_at", "2018-12-18 21:55:32.223416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.225288"], ["updated_at", "2018-12-18 21:55:32.225288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.227066"], ["updated_at", "2018-12-18 21:55:32.227066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.228647"], ["updated_at", "2018-12-18 21:55:32.228647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.230187"], ["updated_at", "2018-12-18 21:55:32.230187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.231772"], ["updated_at", "2018-12-18 21:55:32.231772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.233437"], ["updated_at", "2018-12-18 21:55:32.233437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.235007"], ["updated_at", "2018-12-18 21:55:32.235007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.236533"], ["updated_at", "2018-12-18 21:55:32.236533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.238068"], ["updated_at", "2018-12-18 21:55:32.238068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.239655"], ["updated_at", "2018-12-18 21:55:32.239655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.241569"], ["updated_at", "2018-12-18 21:55:32.241569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.243344"], ["updated_at", "2018-12-18 21:55:32.243344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.245204"], ["updated_at", "2018-12-18 21:55:32.245204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.246828"], ["updated_at", "2018-12-18 21:55:32.246828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.248377"], ["updated_at", "2018-12-18 21:55:32.248377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.249948"], ["updated_at", "2018-12-18 21:55:32.249948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.251565"], ["updated_at", "2018-12-18 21:55:32.251565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.253868"], ["updated_at", "2018-12-18 21:55:32.253868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.255604"], ["updated_at", "2018-12-18 21:55:32.255604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.257702"], ["updated_at", "2018-12-18 21:55:32.257702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.259490"], ["updated_at", "2018-12-18 21:55:32.259490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.261147"], ["updated_at", "2018-12-18 21:55:32.261147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.262788"], ["updated_at", "2018-12-18 21:55:32.262788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.264350"], ["updated_at", "2018-12-18 21:55:32.264350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.265932"], ["updated_at", "2018-12-18 21:55:32.265932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.267668"], ["updated_at", "2018-12-18 21:55:32.267668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.269384"], ["updated_at", "2018-12-18 21:55:32.269384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.271005"], ["updated_at", "2018-12-18 21:55:32.271005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.272659"], ["updated_at", "2018-12-18 21:55:32.272659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.274680"], ["updated_at", "2018-12-18 21:55:32.274680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.279541"], ["updated_at", "2018-12-18 21:55:32.279541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.281334"], ["updated_at", "2018-12-18 21:55:32.281334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.283013"], ["updated_at", "2018-12-18 21:55:32.283013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.284651"], ["updated_at", "2018-12-18 21:55:32.284651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.286211"], ["updated_at", "2018-12-18 21:55:32.286211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.287821"], ["updated_at", "2018-12-18 21:55:32.287821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.289710"], ["updated_at", "2018-12-18 21:55:32.289710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.291701"], ["updated_at", "2018-12-18 21:55:32.291701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.293344"], ["updated_at", "2018-12-18 21:55:32.293344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.294889"], ["updated_at", "2018-12-18 21:55:32.294889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.296469"], ["updated_at", "2018-12-18 21:55:32.296469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.297982"], ["updated_at", "2018-12-18 21:55:32.297982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.299488"], ["updated_at", "2018-12-18 21:55:32.299488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.300991"], ["updated_at", "2018-12-18 21:55:32.300991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.302773"], ["updated_at", "2018-12-18 21:55:32.302773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.304508"], ["updated_at", "2018-12-18 21:55:32.304508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.305995"], ["updated_at", "2018-12-18 21:55:32.305995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.307835"], ["updated_at", "2018-12-18 21:55:32.307835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.309476"], ["updated_at", "2018-12-18 21:55:32.309476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.311006"], ["updated_at", "2018-12-18 21:55:32.311006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.312596"], ["updated_at", "2018-12-18 21:55:32.312596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.314337"], ["updated_at", "2018-12-18 21:55:32.314337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.315983"], ["updated_at", "2018-12-18 21:55:32.315983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.317579"], ["updated_at", "2018-12-18 21:55:32.317579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.319154"], ["updated_at", "2018-12-18 21:55:32.319154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.320755"], ["updated_at", "2018-12-18 21:55:32.320755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.322320"], ["updated_at", "2018-12-18 21:55:32.322320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.324561"], ["updated_at", "2018-12-18 21:55:32.324561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.326735"], ["updated_at", "2018-12-18 21:55:32.326735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.328346"], ["updated_at", "2018-12-18 21:55:32.328346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.329865"], ["updated_at", "2018-12-18 21:55:32.329865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.331427"], ["updated_at", "2018-12-18 21:55:32.331427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.332970"], ["updated_at", "2018-12-18 21:55:32.332970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.334473"], ["updated_at", "2018-12-18 21:55:32.334473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.335969"], ["updated_at", "2018-12-18 21:55:32.335969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.337560"], ["updated_at", "2018-12-18 21:55:32.337560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.339099"], ["updated_at", "2018-12-18 21:55:32.339099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.341074"], ["updated_at", "2018-12-18 21:55:32.341074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.342818"], ["updated_at", "2018-12-18 21:55:32.342818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.344460"], ["updated_at", "2018-12-18 21:55:32.344460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.346052"], ["updated_at", "2018-12-18 21:55:32.346052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.347707"], ["updated_at", "2018-12-18 21:55:32.347707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.349798"], ["updated_at", "2018-12-18 21:55:32.349798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.351441"], ["updated_at", "2018-12-18 21:55:32.351441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.352971"], ["updated_at", "2018-12-18 21:55:32.352971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.354640"], ["updated_at", "2018-12-18 21:55:32.354640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.356230"], ["updated_at", "2018-12-18 21:55:32.356230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.358138"], ["updated_at", "2018-12-18 21:55:32.358138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.359777"], ["updated_at", "2018-12-18 21:55:32.359777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.361640"], ["updated_at", "2018-12-18 21:55:32.361640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.363272"], ["updated_at", "2018-12-18 21:55:32.363272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.364878"], ["updated_at", "2018-12-18 21:55:32.364878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.367113"], ["updated_at", "2018-12-18 21:55:32.367113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.368999"], ["updated_at", "2018-12-18 21:55:32.368999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.370581"], ["updated_at", "2018-12-18 21:55:32.370581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.372352"], ["updated_at", "2018-12-18 21:55:32.372352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.374174"], ["updated_at", "2018-12-18 21:55:32.374174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.375764"], ["updated_at", "2018-12-18 21:55:32.375764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.377402"], ["updated_at", "2018-12-18 21:55:32.377402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.378940"], ["updated_at", "2018-12-18 21:55:32.378940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.380443"], ["updated_at", "2018-12-18 21:55:32.380443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.382025"], ["updated_at", "2018-12-18 21:55:32.382025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.383841"], ["updated_at", "2018-12-18 21:55:32.383841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.385571"], ["updated_at", "2018-12-18 21:55:32.385571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.387136"], ["updated_at", "2018-12-18 21:55:32.387136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.388775"], ["updated_at", "2018-12-18 21:55:32.388775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.390658"], ["updated_at", "2018-12-18 21:55:32.390658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.392327"], ["updated_at", "2018-12-18 21:55:32.392327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.394149"], ["updated_at", "2018-12-18 21:55:32.394149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.395939"], ["updated_at", "2018-12-18 21:55:32.395939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.397552"], ["updated_at", "2018-12-18 21:55:32.397552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.399117"], ["updated_at", "2018-12-18 21:55:32.399117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.400733"], ["updated_at", "2018-12-18 21:55:32.400733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.402380"], ["updated_at", "2018-12-18 21:55:32.402380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.403974"], ["updated_at", "2018-12-18 21:55:32.403974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.405631"], ["updated_at", "2018-12-18 21:55:32.405631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.407910"], ["updated_at", "2018-12-18 21:55:32.407910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.409677"], ["updated_at", "2018-12-18 21:55:32.409677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.411373"], ["updated_at", "2018-12-18 21:55:32.411373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.413056"], ["updated_at", "2018-12-18 21:55:32.413056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.414646"], ["updated_at", "2018-12-18 21:55:32.414646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.419076"], ["updated_at", "2018-12-18 21:55:32.419076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.420767"], ["updated_at", "2018-12-18 21:55:32.420767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.422590"], ["updated_at", "2018-12-18 21:55:32.422590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.424479"], ["updated_at", "2018-12-18 21:55:32.424479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.426104"], ["updated_at", "2018-12-18 21:55:32.426104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.427663"], ["updated_at", "2018-12-18 21:55:32.427663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.429246"], ["updated_at", "2018-12-18 21:55:32.429246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.430992"], ["updated_at", "2018-12-18 21:55:32.430992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.432576"], ["updated_at", "2018-12-18 21:55:32.432576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.434054"], ["updated_at", "2018-12-18 21:55:32.434054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.435575"], ["updated_at", "2018-12-18 21:55:32.435575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.437056"], ["updated_at", "2018-12-18 21:55:32.437056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.438546"], ["updated_at", "2018-12-18 21:55:32.438546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.440214"], ["updated_at", "2018-12-18 21:55:32.440214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.442324"], ["updated_at", "2018-12-18 21:55:32.442324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.444105"], ["updated_at", "2018-12-18 21:55:32.444105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.445661"], ["updated_at", "2018-12-18 21:55:32.445661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.447243"], ["updated_at", "2018-12-18 21:55:32.447243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.448783"], ["updated_at", "2018-12-18 21:55:32.448783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.450331"], ["updated_at", "2018-12-18 21:55:32.450331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.451895"], ["updated_at", "2018-12-18 21:55:32.451895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.453576"], ["updated_at", "2018-12-18 21:55:32.453576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.455173"], ["updated_at", "2018-12-18 21:55:32.455173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.456932"], ["updated_at", "2018-12-18 21:55:32.456932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.459378"], ["updated_at", "2018-12-18 21:55:32.459378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.461098"], ["updated_at", "2018-12-18 21:55:32.461098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.462891"], ["updated_at", "2018-12-18 21:55:32.462891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.464838"], ["updated_at", "2018-12-18 21:55:32.464838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.466506"], ["updated_at", "2018-12-18 21:55:32.466506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.468059"], ["updated_at", "2018-12-18 21:55:32.468059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.469559"], ["updated_at", "2018-12-18 21:55:32.469559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.471114"], ["updated_at", "2018-12-18 21:55:32.471114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.472670"], ["updated_at", "2018-12-18 21:55:32.472670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.475432"], ["updated_at", "2018-12-18 21:55:32.475432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.477527"], ["updated_at", "2018-12-18 21:55:32.477527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.479248"], ["updated_at", "2018-12-18 21:55:32.479248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.481075"], ["updated_at", "2018-12-18 21:55:32.481075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.482771"], ["updated_at", "2018-12-18 21:55:32.482771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.484381"], ["updated_at", "2018-12-18 21:55:32.484381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.486029"], ["updated_at", "2018-12-18 21:55:32.486029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.487612"], ["updated_at", "2018-12-18 21:55:32.487612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.489302"], ["updated_at", "2018-12-18 21:55:32.489302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.491428"], ["updated_at", "2018-12-18 21:55:32.491428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.493172"], ["updated_at", "2018-12-18 21:55:32.493172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.494820"], ["updated_at", "2018-12-18 21:55:32.494820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.496421"], ["updated_at", "2018-12-18 21:55:32.496421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.497954"], ["updated_at", "2018-12-18 21:55:32.497954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.499635"], ["updated_at", "2018-12-18 21:55:32.499635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.501405"], ["updated_at", "2018-12-18 21:55:32.501405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.502976"], ["updated_at", "2018-12-18 21:55:32.502976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.504588"], ["updated_at", "2018-12-18 21:55:32.504588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.506261"], ["updated_at", "2018-12-18 21:55:32.506261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.508303"], ["updated_at", "2018-12-18 21:55:32.508303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.510139"], ["updated_at", "2018-12-18 21:55:32.510139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.511945"], ["updated_at", "2018-12-18 21:55:32.511945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.513581"], ["updated_at", "2018-12-18 21:55:32.513581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.515138"], ["updated_at", "2018-12-18 21:55:32.515138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.516701"], ["updated_at", "2018-12-18 21:55:32.516701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.518310"], ["updated_at", "2018-12-18 21:55:32.518310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.519885"], ["updated_at", "2018-12-18 21:55:32.519885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.521443"], ["updated_at", "2018-12-18 21:55:32.521443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.523483"], ["updated_at", "2018-12-18 21:55:32.523483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.525302"], ["updated_at", "2018-12-18 21:55:32.525302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.526895"], ["updated_at", "2018-12-18 21:55:32.526895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.528560"], ["updated_at", "2018-12-18 21:55:32.528560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.530140"], ["updated_at", "2018-12-18 21:55:32.530140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.531833"], ["updated_at", "2018-12-18 21:55:32.531833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.533582"], ["updated_at", "2018-12-18 21:55:32.533582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.535410"], ["updated_at", "2018-12-18 21:55:32.535410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.537037"], ["updated_at", "2018-12-18 21:55:32.537037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.538657"], ["updated_at", "2018-12-18 21:55:32.538657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.540550"], ["updated_at", "2018-12-18 21:55:32.540550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.542370"], ["updated_at", "2018-12-18 21:55:32.542370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.544057"], ["updated_at", "2018-12-18 21:55:32.544057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.545780"], ["updated_at", "2018-12-18 21:55:32.545780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.547613"], ["updated_at", "2018-12-18 21:55:32.547613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.549260"], ["updated_at", "2018-12-18 21:55:32.549260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.552957"], ["updated_at", "2018-12-18 21:55:32.552957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.554705"], ["updated_at", "2018-12-18 21:55:32.554705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.556383"], ["updated_at", "2018-12-18 21:55:32.556383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.558339"], ["updated_at", "2018-12-18 21:55:32.558339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.560110"], ["updated_at", "2018-12-18 21:55:32.560110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.561769"], ["updated_at", "2018-12-18 21:55:32.561769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.563323"], ["updated_at", "2018-12-18 21:55:32.563323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.564853"], ["updated_at", "2018-12-18 21:55:32.564853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.566413"], ["updated_at", "2018-12-18 21:55:32.566413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.567958"], ["updated_at", "2018-12-18 21:55:32.567958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.569635"], ["updated_at", "2018-12-18 21:55:32.569635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.571243"], ["updated_at", "2018-12-18 21:55:32.571243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.572769"], ["updated_at", "2018-12-18 21:55:32.572769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.574812"], ["updated_at", "2018-12-18 21:55:32.574812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.576422"], ["updated_at", "2018-12-18 21:55:32.576422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.577993"], ["updated_at", "2018-12-18 21:55:32.577993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.579534"], ["updated_at", "2018-12-18 21:55:32.579534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.581195"], ["updated_at", "2018-12-18 21:55:32.581195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.582800"], ["updated_at", "2018-12-18 21:55:32.582800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.584321"], ["updated_at", "2018-12-18 21:55:32.584321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.585839"], ["updated_at", "2018-12-18 21:55:32.585839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.587395"], ["updated_at", "2018-12-18 21:55:32.587395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.589054"], ["updated_at", "2018-12-18 21:55:32.589054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.590965"], ["updated_at", "2018-12-18 21:55:32.590965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.592879"], ["updated_at", "2018-12-18 21:55:32.592879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.594679"], ["updated_at", "2018-12-18 21:55:32.594679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.596250"], ["updated_at", "2018-12-18 21:55:32.596250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.597783"], ["updated_at", "2018-12-18 21:55:32.597783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.599355"], ["updated_at", "2018-12-18 21:55:32.599355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.600862"], ["updated_at", "2018-12-18 21:55:32.600862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.602438"], ["updated_at", "2018-12-18 21:55:32.602438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.604128"], ["updated_at", "2018-12-18 21:55:32.604128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.605848"], ["updated_at", "2018-12-18 21:55:32.605848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.607749"], ["updated_at", "2018-12-18 21:55:32.607749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.609416"], ["updated_at", "2018-12-18 21:55:32.609416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.611003"], ["updated_at", "2018-12-18 21:55:32.611003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.612513"], ["updated_at", "2018-12-18 21:55:32.612513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.614023"], ["updated_at", "2018-12-18 21:55:32.614023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.615681"], ["updated_at", "2018-12-18 21:55:32.615681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.617341"], ["updated_at", "2018-12-18 21:55:32.617341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.618885"], ["updated_at", "2018-12-18 21:55:32.618885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.620433"], ["updated_at", "2018-12-18 21:55:32.620433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.622039"], ["updated_at", "2018-12-18 21:55:32.622039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.623816"], ["updated_at", "2018-12-18 21:55:32.623816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.625709"], ["updated_at", "2018-12-18 21:55:32.625709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.627791"], ["updated_at", "2018-12-18 21:55:32.627791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.629440"], ["updated_at", "2018-12-18 21:55:32.629440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.630966"], ["updated_at", "2018-12-18 21:55:32.630966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.632492"], ["updated_at", "2018-12-18 21:55:32.632492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.634091"], ["updated_at", "2018-12-18 21:55:32.634091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.635727"], ["updated_at", "2018-12-18 21:55:32.635727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.637362"], ["updated_at", "2018-12-18 21:55:32.637362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.639157"], ["updated_at", "2018-12-18 21:55:32.639157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.641092"], ["updated_at", "2018-12-18 21:55:32.641092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.642729"], ["updated_at", "2018-12-18 21:55:32.642729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.644415"], ["updated_at", "2018-12-18 21:55:32.644415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.646013"], ["updated_at", "2018-12-18 21:55:32.646013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.647597"], ["updated_at", "2018-12-18 21:55:32.647597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.649189"], ["updated_at", "2018-12-18 21:55:32.649189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.651036"], ["updated_at", "2018-12-18 21:55:32.651036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.652711"], ["updated_at", "2018-12-18 21:55:32.652711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.654321"], ["updated_at", "2018-12-18 21:55:32.654321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.655975"], ["updated_at", "2018-12-18 21:55:32.655975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.657944"], ["updated_at", "2018-12-18 21:55:32.657944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.659703"], ["updated_at", "2018-12-18 21:55:32.659703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.661493"], ["updated_at", "2018-12-18 21:55:32.661493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.663173"], ["updated_at", "2018-12-18 21:55:32.663173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.664790"], ["updated_at", "2018-12-18 21:55:32.664790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.666427"], ["updated_at", "2018-12-18 21:55:32.666427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.668147"], ["updated_at", "2018-12-18 21:55:32.668147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.669862"], ["updated_at", "2018-12-18 21:55:32.669862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.671537"], ["updated_at", "2018-12-18 21:55:32.671537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.673359"], ["updated_at", "2018-12-18 21:55:32.673359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.677461"], ["updated_at", "2018-12-18 21:55:32.677461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.679423"], ["updated_at", "2018-12-18 21:55:32.679423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.681077"], ["updated_at", "2018-12-18 21:55:32.681077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.682671"], ["updated_at", "2018-12-18 21:55:32.682671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.684294"], ["updated_at", "2018-12-18 21:55:32.684294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.686026"], ["updated_at", "2018-12-18 21:55:32.686026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.687724"], ["updated_at", "2018-12-18 21:55:32.687724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.689342"], ["updated_at", "2018-12-18 21:55:32.689342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.691345"], ["updated_at", "2018-12-18 21:55:32.691345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.693698"], ["updated_at", "2018-12-18 21:55:32.693698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.695929"], ["updated_at", "2018-12-18 21:55:32.695929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.698233"], ["updated_at", "2018-12-18 21:55:32.698233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.700008"], ["updated_at", "2018-12-18 21:55:32.700008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.701672"], ["updated_at", "2018-12-18 21:55:32.701672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.703390"], ["updated_at", "2018-12-18 21:55:32.703390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.705097"], ["updated_at", "2018-12-18 21:55:32.705097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.706995"], ["updated_at", "2018-12-18 21:55:32.706995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.708968"], ["updated_at", "2018-12-18 21:55:32.708968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.710819"], ["updated_at", "2018-12-18 21:55:32.710819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.712500"], ["updated_at", "2018-12-18 21:55:32.712500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.714559"], ["updated_at", "2018-12-18 21:55:32.714559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.716545"], ["updated_at", "2018-12-18 21:55:32.716545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.718228"], ["updated_at", "2018-12-18 21:55:32.718228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.719871"], ["updated_at", "2018-12-18 21:55:32.719871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.721876"], ["updated_at", "2018-12-18 21:55:32.721876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.723900"], ["updated_at", "2018-12-18 21:55:32.723900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.725762"], ["updated_at", "2018-12-18 21:55:32.725762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.727571"], ["updated_at", "2018-12-18 21:55:32.727571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.729290"], ["updated_at", "2018-12-18 21:55:32.729290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.731084"], ["updated_at", "2018-12-18 21:55:32.731084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.732955"], ["updated_at", "2018-12-18 21:55:32.732955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.734773"], ["updated_at", "2018-12-18 21:55:32.734773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.736548"], ["updated_at", "2018-12-18 21:55:32.736548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.738384"], ["updated_at", "2018-12-18 21:55:32.738384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.740567"], ["updated_at", "2018-12-18 21:55:32.740567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.743034"], ["updated_at", "2018-12-18 21:55:32.743034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.745877"], ["updated_at", "2018-12-18 21:55:32.745877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.748130"], ["updated_at", "2018-12-18 21:55:32.748130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.750679"], ["updated_at", "2018-12-18 21:55:32.750679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.753216"], ["updated_at", "2018-12-18 21:55:32.753216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.756450"], ["updated_at", "2018-12-18 21:55:32.756450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.759379"], ["updated_at", "2018-12-18 21:55:32.759379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.762005"], ["updated_at", "2018-12-18 21:55:32.762005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.764220"], ["updated_at", "2018-12-18 21:55:32.764220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.766824"], ["updated_at", "2018-12-18 21:55:32.766824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.769197"], ["updated_at", "2018-12-18 21:55:32.769197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.771872"], ["updated_at", "2018-12-18 21:55:32.771872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.774419"], ["updated_at", "2018-12-18 21:55:32.774419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.777228"], ["updated_at", "2018-12-18 21:55:32.777228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.779646"], ["updated_at", "2018-12-18 21:55:32.779646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.781735"], ["updated_at", "2018-12-18 21:55:32.781735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.783801"], ["updated_at", "2018-12-18 21:55:32.783801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.785970"], ["updated_at", "2018-12-18 21:55:32.785970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.787865"], ["updated_at", "2018-12-18 21:55:32.787865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.790710"], ["updated_at", "2018-12-18 21:55:32.790710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.792801"], ["updated_at", "2018-12-18 21:55:32.792801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.795100"], ["updated_at", "2018-12-18 21:55:32.795100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.797340"], ["updated_at", "2018-12-18 21:55:32.797340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.799429"], ["updated_at", "2018-12-18 21:55:32.799429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.820772"], ["updated_at", "2018-12-18 21:55:32.820772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.824286"], ["updated_at", "2018-12-18 21:55:32.824286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.827547"], ["updated_at", "2018-12-18 21:55:32.827547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.830723"], ["updated_at", "2018-12-18 21:55:32.830723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 40ms (Views: 15.7ms | ActiveRecord: 1.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:32.879315"], ["updated_at", "2018-12-18 21:55:32.879315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.886012"], ["updated_at", "2018-12-18 21:55:32.886012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.889018"], ["updated_at", "2018-12-18 21:55:32.889018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.891707"], ["updated_at", "2018-12-18 21:55:32.891707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.894346"], ["updated_at", "2018-12-18 21:55:32.894346"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.897100"], ["updated_at", "2018-12-18 21:55:32.897100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.899195"], ["updated_at", "2018-12-18 21:55:32.899195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.901587"], ["updated_at", "2018-12-18 21:55:32.901587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.926922"], ["updated_at", "2018-12-18 21:55:32.926922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.928889"], ["updated_at", "2018-12-18 21:55:32.928889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.930729"], ["updated_at", "2018-12-18 21:55:32.930729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.932412"], ["updated_at", "2018-12-18 21:55:32.932412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.934110"], ["updated_at", "2018-12-18 21:55:32.934110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.935796"], ["updated_at", "2018-12-18 21:55:32.935796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.937479"], ["updated_at", "2018-12-18 21:55:32.937479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.939095"], ["updated_at", "2018-12-18 21:55:32.939095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.941232"], ["updated_at", "2018-12-18 21:55:32.941232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.943142"], ["updated_at", "2018-12-18 21:55:32.943142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.944892"], ["updated_at", "2018-12-18 21:55:32.944892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.946575"], ["updated_at", "2018-12-18 21:55:32.946575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.949994"], ["updated_at", "2018-12-18 21:55:32.949994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.952000"], ["updated_at", "2018-12-18 21:55:32.952000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.953782"], ["updated_at", "2018-12-18 21:55:32.953782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.955377"], ["updated_at", "2018-12-18 21:55:32.955377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.957514"], ["updated_at", "2018-12-18 21:55:32.957514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.959302"], ["updated_at", "2018-12-18 21:55:32.959302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.961046"], ["updated_at", "2018-12-18 21:55:32.961046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.962657"], ["updated_at", "2018-12-18 21:55:32.962657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.964346"], ["updated_at", "2018-12-18 21:55:32.964346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.966005"], ["updated_at", "2018-12-18 21:55:32.966005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.967798"], ["updated_at", "2018-12-18 21:55:32.967798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.969374"], ["updated_at", "2018-12-18 21:55:32.969374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.970944"], ["updated_at", "2018-12-18 21:55:32.970944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.972497"], ["updated_at", "2018-12-18 21:55:32.972497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.974975"], ["updated_at", "2018-12-18 21:55:32.974975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.977039"], ["updated_at", "2018-12-18 21:55:32.977039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.978612"], ["updated_at", "2018-12-18 21:55:32.978612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.980131"], ["updated_at", "2018-12-18 21:55:32.980131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.981784"], ["updated_at", "2018-12-18 21:55:32.981784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.983267"], ["updated_at", "2018-12-18 21:55:32.983267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.985147"], ["updated_at", "2018-12-18 21:55:32.985147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.986787"], ["updated_at", "2018-12-18 21:55:32.986787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.988523"], ["updated_at", "2018-12-18 21:55:32.988523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.990622"], ["updated_at", "2018-12-18 21:55:32.990622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.992859"], ["updated_at", "2018-12-18 21:55:32.992859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.994390"], ["updated_at", "2018-12-18 21:55:32.994390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.995809"], ["updated_at", "2018-12-18 21:55:32.995809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.997276"], ["updated_at", "2018-12-18 21:55:32.997276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:32.999585"], ["updated_at", "2018-12-18 21:55:32.999585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.001693"], ["updated_at", "2018-12-18 21:55:33.001693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.003796"], ["updated_at", "2018-12-18 21:55:33.003796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.005769"], ["updated_at", "2018-12-18 21:55:33.005769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.008121"], ["updated_at", "2018-12-18 21:55:33.008121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.010502"], ["updated_at", "2018-12-18 21:55:33.010502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.012318"], ["updated_at", "2018-12-18 21:55:33.012318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.014081"], ["updated_at", "2018-12-18 21:55:33.014081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.015620"], ["updated_at", "2018-12-18 21:55:33.015620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.017174"], ["updated_at", "2018-12-18 21:55:33.017174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.018667"], ["updated_at", "2018-12-18 21:55:33.018667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.020718"], ["updated_at", "2018-12-18 21:55:33.020718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.022660"], ["updated_at", "2018-12-18 21:55:33.022660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.024877"], ["updated_at", "2018-12-18 21:55:33.024877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.027222"], ["updated_at", "2018-12-18 21:55:33.027222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.029513"], ["updated_at", "2018-12-18 21:55:33.029513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.031142"], ["updated_at", "2018-12-18 21:55:33.031142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.033235"], ["updated_at", "2018-12-18 21:55:33.033235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.035874"], ["updated_at", "2018-12-18 21:55:33.035874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.038319"], ["updated_at", "2018-12-18 21:55:33.038319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.040438"], ["updated_at", "2018-12-18 21:55:33.040438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.042822"], ["updated_at", "2018-12-18 21:55:33.042822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.045478"], ["updated_at", "2018-12-18 21:55:33.045478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.047280"], ["updated_at", "2018-12-18 21:55:33.047280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.048898"], ["updated_at", "2018-12-18 21:55:33.048898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.050563"], ["updated_at", "2018-12-18 21:55:33.050563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.052708"], ["updated_at", "2018-12-18 21:55:33.052708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.054404"], ["updated_at", "2018-12-18 21:55:33.054404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.056118"], ["updated_at", "2018-12-18 21:55:33.056118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.058153"], ["updated_at", "2018-12-18 21:55:33.058153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.059840"], ["updated_at", "2018-12-18 21:55:33.059840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.061615"], ["updated_at", "2018-12-18 21:55:33.061615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.063253"], ["updated_at", "2018-12-18 21:55:33.063253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.064812"], ["updated_at", "2018-12-18 21:55:33.064812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.066368"], ["updated_at", "2018-12-18 21:55:33.066368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.067987"], ["updated_at", "2018-12-18 21:55:33.067987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.069900"], ["updated_at", "2018-12-18 21:55:33.069900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.071574"], ["updated_at", "2018-12-18 21:55:33.071574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.076077"], ["updated_at", "2018-12-18 21:55:33.076077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.078222"], ["updated_at", "2018-12-18 21:55:33.078222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.079870"], ["updated_at", "2018-12-18 21:55:33.079870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.081589"], ["updated_at", "2018-12-18 21:55:33.081589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.083122"], ["updated_at", "2018-12-18 21:55:33.083122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.084684"], ["updated_at", "2018-12-18 21:55:33.084684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.086305"], ["updated_at", "2018-12-18 21:55:33.086305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.087869"], ["updated_at", "2018-12-18 21:55:33.087869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.089392"], ["updated_at", "2018-12-18 21:55:33.089392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.091210"], ["updated_at", "2018-12-18 21:55:33.091210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.093013"], ["updated_at", "2018-12-18 21:55:33.093013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.094618"], ["updated_at", "2018-12-18 21:55:33.094618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.096150"], ["updated_at", "2018-12-18 21:55:33.096150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.097808"], ["updated_at", "2018-12-18 21:55:33.097808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.099352"], ["updated_at", "2018-12-18 21:55:33.099352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.100875"], ["updated_at", "2018-12-18 21:55:33.100875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.102449"], ["updated_at", "2018-12-18 21:55:33.102449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.104127"], ["updated_at", "2018-12-18 21:55:33.104127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.105696"], ["updated_at", "2018-12-18 21:55:33.105696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.107427"], ["updated_at", "2018-12-18 21:55:33.107427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.109209"], ["updated_at", "2018-12-18 21:55:33.109209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.110749"], ["updated_at", "2018-12-18 21:55:33.110749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.112276"], ["updated_at", "2018-12-18 21:55:33.112276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.113866"], ["updated_at", "2018-12-18 21:55:33.113866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.115544"], ["updated_at", "2018-12-18 21:55:33.115544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.117095"], ["updated_at", "2018-12-18 21:55:33.117095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.118640"], ["updated_at", "2018-12-18 21:55:33.118640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.120199"], ["updated_at", "2018-12-18 21:55:33.120199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.121752"], ["updated_at", "2018-12-18 21:55:33.121752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.123386"], ["updated_at", "2018-12-18 21:55:33.123386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.125180"], ["updated_at", "2018-12-18 21:55:33.125180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.127048"], ["updated_at", "2018-12-18 21:55:33.127048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.128736"], ["updated_at", "2018-12-18 21:55:33.128736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.130298"], ["updated_at", "2018-12-18 21:55:33.130298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.131890"], ["updated_at", "2018-12-18 21:55:33.131890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.133455"], ["updated_at", "2018-12-18 21:55:33.133455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.134992"], ["updated_at", "2018-12-18 21:55:33.134992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.136506"], ["updated_at", "2018-12-18 21:55:33.136506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.138061"], ["updated_at", "2018-12-18 21:55:33.138061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.139904"], ["updated_at", "2018-12-18 21:55:33.139904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.141799"], ["updated_at", "2018-12-18 21:55:33.141799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.143465"], ["updated_at", "2018-12-18 21:55:33.143465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.145072"], ["updated_at", "2018-12-18 21:55:33.145072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.146645"], ["updated_at", "2018-12-18 21:55:33.146645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.148344"], ["updated_at", "2018-12-18 21:55:33.148344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.150100"], ["updated_at", "2018-12-18 21:55:33.150100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.151753"], ["updated_at", "2018-12-18 21:55:33.151753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.153329"], ["updated_at", "2018-12-18 21:55:33.153329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.154952"], ["updated_at", "2018-12-18 21:55:33.154952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.156731"], ["updated_at", "2018-12-18 21:55:33.156731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.158615"], ["updated_at", "2018-12-18 21:55:33.158615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.160378"], ["updated_at", "2018-12-18 21:55:33.160378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.162188"], ["updated_at", "2018-12-18 21:55:33.162188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.163835"], ["updated_at", "2018-12-18 21:55:33.163835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.165422"], ["updated_at", "2018-12-18 21:55:33.165422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.167042"], ["updated_at", "2018-12-18 21:55:33.167042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.168637"], ["updated_at", "2018-12-18 21:55:33.168637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.170240"], ["updated_at", "2018-12-18 21:55:33.170240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.171880"], ["updated_at", "2018-12-18 21:55:33.171880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.173902"], ["updated_at", "2018-12-18 21:55:33.173902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.175721"], ["updated_at", "2018-12-18 21:55:33.175721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.177427"], ["updated_at", "2018-12-18 21:55:33.177427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.181652"], ["updated_at", "2018-12-18 21:55:33.181652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.183373"], ["updated_at", "2018-12-18 21:55:33.183373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.185079"], ["updated_at", "2018-12-18 21:55:33.185079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.186785"], ["updated_at", "2018-12-18 21:55:33.186785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.188416"], ["updated_at", "2018-12-18 21:55:33.188416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.190339"], ["updated_at", "2018-12-18 21:55:33.190339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.192186"], ["updated_at", "2018-12-18 21:55:33.192186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.193807"], ["updated_at", "2018-12-18 21:55:33.193807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.195496"], ["updated_at", "2018-12-18 21:55:33.195496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.197241"], ["updated_at", "2018-12-18 21:55:33.197241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.198818"], ["updated_at", "2018-12-18 21:55:33.198818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.200364"], ["updated_at", "2018-12-18 21:55:33.200364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.201923"], ["updated_at", "2018-12-18 21:55:33.201923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.203473"], ["updated_at", "2018-12-18 21:55:33.203473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.204998"], ["updated_at", "2018-12-18 21:55:33.204998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.206763"], ["updated_at", "2018-12-18 21:55:33.206763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.208626"], ["updated_at", "2018-12-18 21:55:33.208626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.210369"], ["updated_at", "2018-12-18 21:55:33.210369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.211945"], ["updated_at", "2018-12-18 21:55:33.211945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.213504"], ["updated_at", "2018-12-18 21:55:33.213504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.215019"], ["updated_at", "2018-12-18 21:55:33.215019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.216512"], ["updated_at", "2018-12-18 21:55:33.216512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.218093"], ["updated_at", "2018-12-18 21:55:33.218093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.219949"], ["updated_at", "2018-12-18 21:55:33.219949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.221574"], ["updated_at", "2018-12-18 21:55:33.221574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.223169"], ["updated_at", "2018-12-18 21:55:33.223169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.224944"], ["updated_at", "2018-12-18 21:55:33.224944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.226800"], ["updated_at", "2018-12-18 21:55:33.226800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.228431"], ["updated_at", "2018-12-18 21:55:33.228431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.229980"], ["updated_at", "2018-12-18 21:55:33.229980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.231598"], ["updated_at", "2018-12-18 21:55:33.231598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.233239"], ["updated_at", "2018-12-18 21:55:33.233239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.234800"], ["updated_at", "2018-12-18 21:55:33.234800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.236364"], ["updated_at", "2018-12-18 21:55:33.236364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.237913"], ["updated_at", "2018-12-18 21:55:33.237913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.239464"], ["updated_at", "2018-12-18 21:55:33.239464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.241699"], ["updated_at", "2018-12-18 21:55:33.241699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.243494"], ["updated_at", "2018-12-18 21:55:33.243494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.245098"], ["updated_at", "2018-12-18 21:55:33.245098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.246610"], ["updated_at", "2018-12-18 21:55:33.246610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.248214"], ["updated_at", "2018-12-18 21:55:33.248214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.249971"], ["updated_at", "2018-12-18 21:55:33.249971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.251692"], ["updated_at", "2018-12-18 21:55:33.251692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.253316"], ["updated_at", "2018-12-18 21:55:33.253316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.255722"], ["updated_at", "2018-12-18 21:55:33.255722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.257652"], ["updated_at", "2018-12-18 21:55:33.257652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.259602"], ["updated_at", "2018-12-18 21:55:33.259602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.261378"], ["updated_at", "2018-12-18 21:55:33.261378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.263476"], ["updated_at", "2018-12-18 21:55:33.263476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.265239"], ["updated_at", "2018-12-18 21:55:33.265239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.266996"], ["updated_at", "2018-12-18 21:55:33.266996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.268626"], ["updated_at", "2018-12-18 21:55:33.268626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.270259"], ["updated_at", "2018-12-18 21:55:33.270259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.271952"], ["updated_at", "2018-12-18 21:55:33.271952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.273967"], ["updated_at", "2018-12-18 21:55:33.273967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.275837"], ["updated_at", "2018-12-18 21:55:33.275837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.277632"], ["updated_at", "2018-12-18 21:55:33.277632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.279437"], ["updated_at", "2018-12-18 21:55:33.279437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.281086"], ["updated_at", "2018-12-18 21:55:33.281086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.284543"], ["updated_at", "2018-12-18 21:55:33.284543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.286396"], ["updated_at", "2018-12-18 21:55:33.286396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.287967"], ["updated_at", "2018-12-18 21:55:33.287967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.289965"], ["updated_at", "2018-12-18 21:55:33.289965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.291841"], ["updated_at", "2018-12-18 21:55:33.291841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.293502"], ["updated_at", "2018-12-18 21:55:33.293502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.295154"], ["updated_at", "2018-12-18 21:55:33.295154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.296704"], ["updated_at", "2018-12-18 21:55:33.296704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.298241"], ["updated_at", "2018-12-18 21:55:33.298241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.299867"], ["updated_at", "2018-12-18 21:55:33.299867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.301630"], ["updated_at", "2018-12-18 21:55:33.301630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.303261"], ["updated_at", "2018-12-18 21:55:33.303261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.304818"], ["updated_at", "2018-12-18 21:55:33.304818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.306972"], ["updated_at", "2018-12-18 21:55:33.306972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.308895"], ["updated_at", "2018-12-18 21:55:33.308895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.310549"], ["updated_at", "2018-12-18 21:55:33.310549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.312252"], ["updated_at", "2018-12-18 21:55:33.312252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.313987"], ["updated_at", "2018-12-18 21:55:33.313987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.315540"], ["updated_at", "2018-12-18 21:55:33.315540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.317107"], ["updated_at", "2018-12-18 21:55:33.317107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.318673"], ["updated_at", "2018-12-18 21:55:33.318673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.320228"], ["updated_at", "2018-12-18 21:55:33.320228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.321782"], ["updated_at", "2018-12-18 21:55:33.321782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.323651"], ["updated_at", "2018-12-18 21:55:33.323651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.326024"], ["updated_at", "2018-12-18 21:55:33.326024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.327772"], ["updated_at", "2018-12-18 21:55:33.327772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.329382"], ["updated_at", "2018-12-18 21:55:33.329382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.330950"], ["updated_at", "2018-12-18 21:55:33.330950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.332472"], ["updated_at", "2018-12-18 21:55:33.332472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.334000"], ["updated_at", "2018-12-18 21:55:33.334000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.335664"], ["updated_at", "2018-12-18 21:55:33.335664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.337307"], ["updated_at", "2018-12-18 21:55:33.337307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.338865"], ["updated_at", "2018-12-18 21:55:33.338865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.340708"], ["updated_at", "2018-12-18 21:55:33.340708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.342441"], ["updated_at", "2018-12-18 21:55:33.342441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.344023"], ["updated_at", "2018-12-18 21:55:33.344023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.345674"], ["updated_at", "2018-12-18 21:55:33.345674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.347345"], ["updated_at", "2018-12-18 21:55:33.347345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.348980"], ["updated_at", "2018-12-18 21:55:33.348980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.350530"], ["updated_at", "2018-12-18 21:55:33.350530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.352198"], ["updated_at", "2018-12-18 21:55:33.352198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.353827"], ["updated_at", "2018-12-18 21:55:33.353827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.355413"], ["updated_at", "2018-12-18 21:55:33.355413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.357385"], ["updated_at", "2018-12-18 21:55:33.357385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.359373"], ["updated_at", "2018-12-18 21:55:33.359373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.361121"], ["updated_at", "2018-12-18 21:55:33.361121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.362763"], ["updated_at", "2018-12-18 21:55:33.362763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.364404"], ["updated_at", "2018-12-18 21:55:33.364404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.365998"], ["updated_at", "2018-12-18 21:55:33.365998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.367573"], ["updated_at", "2018-12-18 21:55:33.367573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.369290"], ["updated_at", "2018-12-18 21:55:33.369290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.370982"], ["updated_at", "2018-12-18 21:55:33.370982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.372651"], ["updated_at", "2018-12-18 21:55:33.372651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.374735"], ["updated_at", "2018-12-18 21:55:33.374735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.376604"], ["updated_at", "2018-12-18 21:55:33.376604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.378384"], ["updated_at", "2018-12-18 21:55:33.378384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.380140"], ["updated_at", "2018-12-18 21:55:33.380140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.384055"], ["updated_at", "2018-12-18 21:55:33.384055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.385689"], ["updated_at", "2018-12-18 21:55:33.385689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.387248"], ["updated_at", "2018-12-18 21:55:33.387248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.388846"], ["updated_at", "2018-12-18 21:55:33.388846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.390652"], ["updated_at", "2018-12-18 21:55:33.390652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.392469"], ["updated_at", "2018-12-18 21:55:33.392469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.394288"], ["updated_at", "2018-12-18 21:55:33.394288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.395917"], ["updated_at", "2018-12-18 21:55:33.395917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.397449"], ["updated_at", "2018-12-18 21:55:33.397449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.399061"], ["updated_at", "2018-12-18 21:55:33.399061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.400621"], ["updated_at", "2018-12-18 21:55:33.400621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.402199"], ["updated_at", "2018-12-18 21:55:33.402199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.403861"], ["updated_at", "2018-12-18 21:55:33.403861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.405808"], ["updated_at", "2018-12-18 21:55:33.405808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.407619"], ["updated_at", "2018-12-18 21:55:33.407619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.409209"], ["updated_at", "2018-12-18 21:55:33.409209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.411108"], ["updated_at", "2018-12-18 21:55:33.411108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.412879"], ["updated_at", "2018-12-18 21:55:33.412879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.414693"], ["updated_at", "2018-12-18 21:55:33.414693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.416395"], ["updated_at", "2018-12-18 21:55:33.416395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.418121"], ["updated_at", "2018-12-18 21:55:33.418121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.419681"], ["updated_at", "2018-12-18 21:55:33.419681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.421202"], ["updated_at", "2018-12-18 21:55:33.421202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.423085"], ["updated_at", "2018-12-18 21:55:33.423085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.424875"], ["updated_at", "2018-12-18 21:55:33.424875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.426645"], ["updated_at", "2018-12-18 21:55:33.426645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.428367"], ["updated_at", "2018-12-18 21:55:33.428367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.430057"], ["updated_at", "2018-12-18 21:55:33.430057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.431598"], ["updated_at", "2018-12-18 21:55:33.431598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.433190"], ["updated_at", "2018-12-18 21:55:33.433190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.434748"], ["updated_at", "2018-12-18 21:55:33.434748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.436320"], ["updated_at", "2018-12-18 21:55:33.436320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.437930"], ["updated_at", "2018-12-18 21:55:33.437930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.439620"], ["updated_at", "2018-12-18 21:55:33.439620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.441664"], ["updated_at", "2018-12-18 21:55:33.441664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.443345"], ["updated_at", "2018-12-18 21:55:33.443345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.445095"], ["updated_at", "2018-12-18 21:55:33.445095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.446772"], ["updated_at", "2018-12-18 21:55:33.446772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.448343"], ["updated_at", "2018-12-18 21:55:33.448343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.449881"], ["updated_at", "2018-12-18 21:55:33.449881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.451521"], ["updated_at", "2018-12-18 21:55:33.451521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.453286"], ["updated_at", "2018-12-18 21:55:33.453286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.454924"], ["updated_at", "2018-12-18 21:55:33.454924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.456741"], ["updated_at", "2018-12-18 21:55:33.456741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.458860"], ["updated_at", "2018-12-18 21:55:33.458860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.460728"], ["updated_at", "2018-12-18 21:55:33.460728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.462411"], ["updated_at", "2018-12-18 21:55:33.462411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.464223"], ["updated_at", "2018-12-18 21:55:33.464223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.465861"], ["updated_at", "2018-12-18 21:55:33.465861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.467468"], ["updated_at", "2018-12-18 21:55:33.467468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.469122"], ["updated_at", "2018-12-18 21:55:33.469122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.470988"], ["updated_at", "2018-12-18 21:55:33.470988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.472807"], ["updated_at", "2018-12-18 21:55:33.472807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.477237"], ["updated_at", "2018-12-18 21:55:33.477237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.479051"], ["updated_at", "2018-12-18 21:55:33.479051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.480703"], ["updated_at", "2018-12-18 21:55:33.480703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.482305"], ["updated_at", "2018-12-18 21:55:33.482305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.483909"], ["updated_at", "2018-12-18 21:55:33.483909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.485546"], ["updated_at", "2018-12-18 21:55:33.485546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.487892"], ["updated_at", "2018-12-18 21:55:33.487892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.489902"], ["updated_at", "2018-12-18 21:55:33.489902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.491867"], ["updated_at", "2018-12-18 21:55:33.491867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.493587"], ["updated_at", "2018-12-18 21:55:33.493587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.495219"], ["updated_at", "2018-12-18 21:55:33.495219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.496826"], ["updated_at", "2018-12-18 21:55:33.496826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.498575"], ["updated_at", "2018-12-18 21:55:33.498575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.500246"], ["updated_at", "2018-12-18 21:55:33.500246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.501803"], ["updated_at", "2018-12-18 21:55:33.501803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.503460"], ["updated_at", "2018-12-18 21:55:33.503460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.505087"], ["updated_at", "2018-12-18 21:55:33.505087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.506964"], ["updated_at", "2018-12-18 21:55:33.506964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.508897"], ["updated_at", "2018-12-18 21:55:33.508897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.510796"], ["updated_at", "2018-12-18 21:55:33.510796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.512486"], ["updated_at", "2018-12-18 21:55:33.512486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.514036"], ["updated_at", "2018-12-18 21:55:33.514036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.515629"], ["updated_at", "2018-12-18 21:55:33.515629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.517184"], ["updated_at", "2018-12-18 21:55:33.517184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.518760"], ["updated_at", "2018-12-18 21:55:33.518760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.520331"], ["updated_at", "2018-12-18 21:55:33.520331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.522020"], ["updated_at", "2018-12-18 21:55:33.522020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.523835"], ["updated_at", "2018-12-18 21:55:33.523835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.525625"], ["updated_at", "2018-12-18 21:55:33.525625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.527907"], ["updated_at", "2018-12-18 21:55:33.527907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.529770"], ["updated_at", "2018-12-18 21:55:33.529770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.531359"], ["updated_at", "2018-12-18 21:55:33.531359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.533278"], ["updated_at", "2018-12-18 21:55:33.533278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.534905"], ["updated_at", "2018-12-18 21:55:33.534905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.536439"], ["updated_at", "2018-12-18 21:55:33.536439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.538001"], ["updated_at", "2018-12-18 21:55:33.538001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.539654"], ["updated_at", "2018-12-18 21:55:33.539654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.541904"], ["updated_at", "2018-12-18 21:55:33.541904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.543705"], ["updated_at", "2018-12-18 21:55:33.543705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.545535"], ["updated_at", "2018-12-18 21:55:33.545535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.547169"], ["updated_at", "2018-12-18 21:55:33.547169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.548791"], ["updated_at", "2018-12-18 21:55:33.548791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.550600"], ["updated_at", "2018-12-18 21:55:33.550600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.552296"], ["updated_at", "2018-12-18 21:55:33.552296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.553889"], ["updated_at", "2018-12-18 21:55:33.553889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.555576"], ["updated_at", "2018-12-18 21:55:33.555576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.557815"], ["updated_at", "2018-12-18 21:55:33.557815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.559790"], ["updated_at", "2018-12-18 21:55:33.559790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.561559"], ["updated_at", "2018-12-18 21:55:33.561559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.563236"], ["updated_at", "2018-12-18 21:55:33.563236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.564847"], ["updated_at", "2018-12-18 21:55:33.564847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.568772"], ["updated_at", "2018-12-18 21:55:33.568772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.570503"], ["updated_at", "2018-12-18 21:55:33.570503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.572169"], ["updated_at", "2018-12-18 21:55:33.572169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.574306"], ["updated_at", "2018-12-18 21:55:33.574306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.576135"], ["updated_at", "2018-12-18 21:55:33.576135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.577884"], ["updated_at", "2018-12-18 21:55:33.577884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.579861"], ["updated_at", "2018-12-18 21:55:33.579861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.581641"], ["updated_at", "2018-12-18 21:55:33.581641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.583347"], ["updated_at", "2018-12-18 21:55:33.583347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.585047"], ["updated_at", "2018-12-18 21:55:33.585047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.586736"], ["updated_at", "2018-12-18 21:55:33.586736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.588382"], ["updated_at", "2018-12-18 21:55:33.588382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.590294"], ["updated_at", "2018-12-18 21:55:33.590294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.592287"], ["updated_at", "2018-12-18 21:55:33.592287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.594316"], ["updated_at", "2018-12-18 21:55:33.594316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.596152"], ["updated_at", "2018-12-18 21:55:33.596152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.597847"], ["updated_at", "2018-12-18 21:55:33.597847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.599577"], ["updated_at", "2018-12-18 21:55:33.599577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.601304"], ["updated_at", "2018-12-18 21:55:33.601304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.603149"], ["updated_at", "2018-12-18 21:55:33.603149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.604987"], ["updated_at", "2018-12-18 21:55:33.604987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.607277"], ["updated_at", "2018-12-18 21:55:33.607277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.609396"], ["updated_at", "2018-12-18 21:55:33.609396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.611307"], ["updated_at", "2018-12-18 21:55:33.611307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.614306"], ["updated_at", "2018-12-18 21:55:33.614306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.617422"], ["updated_at", "2018-12-18 21:55:33.617422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.620065"], ["updated_at", "2018-12-18 21:55:33.620065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.623332"], ["updated_at", "2018-12-18 21:55:33.623332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.626667"], ["updated_at", "2018-12-18 21:55:33.626667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.630027"], ["updated_at", "2018-12-18 21:55:33.630027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.632827"], ["updated_at", "2018-12-18 21:55:33.632827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.635946"], ["updated_at", "2018-12-18 21:55:33.635946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.638761"], ["updated_at", "2018-12-18 21:55:33.638761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:33.647029"], ["updated_at", "2018-12-18 21:55:33.647029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:33.654954"], ["updated_at", "2018-12-18 21:55:33.654954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:33.664167"], ["updated_at", "2018-12-18 21:55:33.664167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.667133"], ["updated_at", "2018-12-18 21:55:33.667133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.670435"], ["updated_at", "2018-12-18 21:55:33.670435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.673325"], ["updated_at", "2018-12-18 21:55:33.673325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.676607"], ["updated_at", "2018-12-18 21:55:33.676607"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.679358"], ["updated_at", "2018-12-18 21:55:33.679358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.682665"], ["updated_at", "2018-12-18 21:55:33.682665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.686175"], ["updated_at", "2018-12-18 21:55:33.686175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.689272"], ["updated_at", "2018-12-18 21:55:33.689272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.691944"], ["updated_at", "2018-12-18 21:55:33.691944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.696985"], ["updated_at", "2018-12-18 21:55:33.696985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.698588"], ["updated_at", "2018-12-18 21:55:33.698588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.700185"], ["updated_at", "2018-12-18 21:55:33.700185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.701789"], ["updated_at", "2018-12-18 21:55:33.701789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.703398"], ["updated_at", "2018-12-18 21:55:33.703398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.704958"], ["updated_at", "2018-12-18 21:55:33.704958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.706916"], ["updated_at", "2018-12-18 21:55:33.706916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.709476"], ["updated_at", "2018-12-18 21:55:33.709476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.711644"], ["updated_at", "2018-12-18 21:55:33.711644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.713379"], ["updated_at", "2018-12-18 21:55:33.713379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.714972"], ["updated_at", "2018-12-18 21:55:33.714972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.716533"], ["updated_at", "2018-12-18 21:55:33.716533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.718245"], ["updated_at", "2018-12-18 21:55:33.718245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.720194"], ["updated_at", "2018-12-18 21:55:33.720194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.721847"], ["updated_at", "2018-12-18 21:55:33.721847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.724063"], ["updated_at", "2018-12-18 21:55:33.724063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.725862"], ["updated_at", "2018-12-18 21:55:33.725862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.727734"], ["updated_at", "2018-12-18 21:55:33.727734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.730068"], ["updated_at", "2018-12-18 21:55:33.730068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.731843"], ["updated_at", "2018-12-18 21:55:33.731843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.733481"], ["updated_at", "2018-12-18 21:55:33.733481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.735096"], ["updated_at", "2018-12-18 21:55:33.735096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.736735"], ["updated_at", "2018-12-18 21:55:33.736735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.738361"], ["updated_at", "2018-12-18 21:55:33.738361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.740123"], ["updated_at", "2018-12-18 21:55:33.740123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.742094"], ["updated_at", "2018-12-18 21:55:33.742094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.743870"], ["updated_at", "2018-12-18 21:55:33.743870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.745484"], ["updated_at", "2018-12-18 21:55:33.745484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.747091"], ["updated_at", "2018-12-18 21:55:33.747091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.748678"], ["updated_at", "2018-12-18 21:55:33.748678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.750227"], ["updated_at", "2018-12-18 21:55:33.750227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.751788"], ["updated_at", "2018-12-18 21:55:33.751788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.753391"], ["updated_at", "2018-12-18 21:55:33.753391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.755191"], ["updated_at", "2018-12-18 21:55:33.755191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.757335"], ["updated_at", "2018-12-18 21:55:33.757335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.759630"], ["updated_at", "2018-12-18 21:55:33.759630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.761610"], ["updated_at", "2018-12-18 21:55:33.761610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.763660"], ["updated_at", "2018-12-18 21:55:33.763660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.765505"], ["updated_at", "2018-12-18 21:55:33.765505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.767218"], ["updated_at", "2018-12-18 21:55:33.767218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.768782"], ["updated_at", "2018-12-18 21:55:33.768782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.770414"], ["updated_at", "2018-12-18 21:55:33.770414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.772125"], ["updated_at", "2018-12-18 21:55:33.772125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.774016"], ["updated_at", "2018-12-18 21:55:33.774016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.775884"], ["updated_at", "2018-12-18 21:55:33.775884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.777804"], ["updated_at", "2018-12-18 21:55:33.777804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.779524"], ["updated_at", "2018-12-18 21:55:33.779524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.781092"], ["updated_at", "2018-12-18 21:55:33.781092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.782726"], ["updated_at", "2018-12-18 21:55:33.782726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.784338"], ["updated_at", "2018-12-18 21:55:33.784338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.785946"], ["updated_at", "2018-12-18 21:55:33.785946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.787552"], ["updated_at", "2018-12-18 21:55:33.787552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.789444"], ["updated_at", "2018-12-18 21:55:33.789444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.791566"], ["updated_at", "2018-12-18 21:55:33.791566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.793446"], ["updated_at", "2018-12-18 21:55:33.793446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.795172"], ["updated_at", "2018-12-18 21:55:33.795172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.796824"], ["updated_at", "2018-12-18 21:55:33.796824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.798476"], ["updated_at", "2018-12-18 21:55:33.798476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.800289"], ["updated_at", "2018-12-18 21:55:33.800289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.802082"], ["updated_at", "2018-12-18 21:55:33.802082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.803731"], ["updated_at", "2018-12-18 21:55:33.803731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.805449"], ["updated_at", "2018-12-18 21:55:33.805449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.807380"], ["updated_at", "2018-12-18 21:55:33.807380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.809215"], ["updated_at", "2018-12-18 21:55:33.809215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.811032"], ["updated_at", "2018-12-18 21:55:33.811032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.815112"], ["updated_at", "2018-12-18 21:55:33.815112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.816902"], ["updated_at", "2018-12-18 21:55:33.816902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.818772"], ["updated_at", "2018-12-18 21:55:33.818772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.820407"], ["updated_at", "2018-12-18 21:55:33.820407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.821939"], ["updated_at", "2018-12-18 21:55:33.821939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.823904"], ["updated_at", "2018-12-18 21:55:33.823904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.825592"], ["updated_at", "2018-12-18 21:55:33.825592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.827155"], ["updated_at", "2018-12-18 21:55:33.827155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.828742"], ["updated_at", "2018-12-18 21:55:33.828742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.830298"], ["updated_at", "2018-12-18 21:55:33.830298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.831826"], ["updated_at", "2018-12-18 21:55:33.831826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.833411"], ["updated_at", "2018-12-18 21:55:33.833411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.835085"], ["updated_at", "2018-12-18 21:55:33.835085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.836745"], ["updated_at", "2018-12-18 21:55:33.836745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.838311"], ["updated_at", "2018-12-18 21:55:33.838311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.840136"], ["updated_at", "2018-12-18 21:55:33.840136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.841907"], ["updated_at", "2018-12-18 21:55:33.841907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.843531"], ["updated_at", "2018-12-18 21:55:33.843531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.845190"], ["updated_at", "2018-12-18 21:55:33.845190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.846909"], ["updated_at", "2018-12-18 21:55:33.846909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.848527"], ["updated_at", "2018-12-18 21:55:33.848527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.850066"], ["updated_at", "2018-12-18 21:55:33.850066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.851692"], ["updated_at", "2018-12-18 21:55:33.851692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.853714"], ["updated_at", "2018-12-18 21:55:33.853714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.855461"], ["updated_at", "2018-12-18 21:55:33.855461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.857252"], ["updated_at", "2018-12-18 21:55:33.857252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.859070"], ["updated_at", "2018-12-18 21:55:33.859070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.860702"], ["updated_at", "2018-12-18 21:55:33.860702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.862267"], ["updated_at", "2018-12-18 21:55:33.862267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.864099"], ["updated_at", "2018-12-18 21:55:33.864099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.865686"], ["updated_at", "2018-12-18 21:55:33.865686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.867225"], ["updated_at", "2018-12-18 21:55:33.867225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.868833"], ["updated_at", "2018-12-18 21:55:33.868833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.870569"], ["updated_at", "2018-12-18 21:55:33.870569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.872180"], ["updated_at", "2018-12-18 21:55:33.872180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.873930"], ["updated_at", "2018-12-18 21:55:33.873930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.875721"], ["updated_at", "2018-12-18 21:55:33.875721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.877308"], ["updated_at", "2018-12-18 21:55:33.877308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.878917"], ["updated_at", "2018-12-18 21:55:33.878917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.880506"], ["updated_at", "2018-12-18 21:55:33.880506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.882165"], ["updated_at", "2018-12-18 21:55:33.882165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.883774"], ["updated_at", "2018-12-18 21:55:33.883774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.885478"], ["updated_at", "2018-12-18 21:55:33.885478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.887118"], ["updated_at", "2018-12-18 21:55:33.887118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.888708"], ["updated_at", "2018-12-18 21:55:33.888708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.890729"], ["updated_at", "2018-12-18 21:55:33.890729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.892378"], ["updated_at", "2018-12-18 21:55:33.892378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.894120"], ["updated_at", "2018-12-18 21:55:33.894120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.895796"], ["updated_at", "2018-12-18 21:55:33.895796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.897376"], ["updated_at", "2018-12-18 21:55:33.897376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.898981"], ["updated_at", "2018-12-18 21:55:33.898981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.900565"], ["updated_at", "2018-12-18 21:55:33.900565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.902133"], ["updated_at", "2018-12-18 21:55:33.902133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.903663"], ["updated_at", "2018-12-18 21:55:33.903663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.905351"], ["updated_at", "2018-12-18 21:55:33.905351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.907196"], ["updated_at", "2018-12-18 21:55:33.907196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.908978"], ["updated_at", "2018-12-18 21:55:33.908978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.910683"], ["updated_at", "2018-12-18 21:55:33.910683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.912291"], ["updated_at", "2018-12-18 21:55:33.912291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.913861"], ["updated_at", "2018-12-18 21:55:33.913861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.915547"], ["updated_at", "2018-12-18 21:55:33.915547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.917292"], ["updated_at", "2018-12-18 21:55:33.917292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.918912"], ["updated_at", "2018-12-18 21:55:33.918912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.923423"], ["updated_at", "2018-12-18 21:55:33.923423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.925236"], ["updated_at", "2018-12-18 21:55:33.925236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.926902"], ["updated_at", "2018-12-18 21:55:33.926902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.928629"], ["updated_at", "2018-12-18 21:55:33.928629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.930203"], ["updated_at", "2018-12-18 21:55:33.930203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.931751"], ["updated_at", "2018-12-18 21:55:33.931751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.933333"], ["updated_at", "2018-12-18 21:55:33.933333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.934874"], ["updated_at", "2018-12-18 21:55:33.934874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.936386"], ["updated_at", "2018-12-18 21:55:33.936386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.937919"], ["updated_at", "2018-12-18 21:55:33.937919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.939821"], ["updated_at", "2018-12-18 21:55:33.939821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.941596"], ["updated_at", "2018-12-18 21:55:33.941596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.943226"], ["updated_at", "2018-12-18 21:55:33.943226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.944934"], ["updated_at", "2018-12-18 21:55:33.944934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.946621"], ["updated_at", "2018-12-18 21:55:33.946621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.948228"], ["updated_at", "2018-12-18 21:55:33.948228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.949861"], ["updated_at", "2018-12-18 21:55:33.949861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.951630"], ["updated_at", "2018-12-18 21:55:33.951630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.953286"], ["updated_at", "2018-12-18 21:55:33.953286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.954858"], ["updated_at", "2018-12-18 21:55:33.954858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.956684"], ["updated_at", "2018-12-18 21:55:33.956684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.958509"], ["updated_at", "2018-12-18 21:55:33.958509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.960115"], ["updated_at", "2018-12-18 21:55:33.960115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.961826"], ["updated_at", "2018-12-18 21:55:33.961826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.963576"], ["updated_at", "2018-12-18 21:55:33.963576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.965221"], ["updated_at", "2018-12-18 21:55:33.965221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.966813"], ["updated_at", "2018-12-18 21:55:33.966813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.968410"], ["updated_at", "2018-12-18 21:55:33.968410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.969946"], ["updated_at", "2018-12-18 21:55:33.969946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.971495"], ["updated_at", "2018-12-18 21:55:33.971495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.973126"], ["updated_at", "2018-12-18 21:55:33.973126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.975500"], ["updated_at", "2018-12-18 21:55:33.975500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.977295"], ["updated_at", "2018-12-18 21:55:33.977295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.978910"], ["updated_at", "2018-12-18 21:55:33.978910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.980515"], ["updated_at", "2018-12-18 21:55:33.980515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.982046"], ["updated_at", "2018-12-18 21:55:33.982046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.983637"], ["updated_at", "2018-12-18 21:55:33.983637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.985256"], ["updated_at", "2018-12-18 21:55:33.985256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.987016"], ["updated_at", "2018-12-18 21:55:33.987016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.988598"], ["updated_at", "2018-12-18 21:55:33.988598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.990351"], ["updated_at", "2018-12-18 21:55:33.990351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.992169"], ["updated_at", "2018-12-18 21:55:33.992169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.993826"], ["updated_at", "2018-12-18 21:55:33.993826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.995443"], ["updated_at", "2018-12-18 21:55:33.995443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.997105"], ["updated_at", "2018-12-18 21:55:33.997105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:33.998823"], ["updated_at", "2018-12-18 21:55:33.998823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.000399"], ["updated_at", "2018-12-18 21:55:34.000399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.001965"], ["updated_at", "2018-12-18 21:55:34.001965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.003605"], ["updated_at", "2018-12-18 21:55:34.003605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.005193"], ["updated_at", "2018-12-18 21:55:34.005193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.006896"], ["updated_at", "2018-12-18 21:55:34.006896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.008696"], ["updated_at", "2018-12-18 21:55:34.008696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.010496"], ["updated_at", "2018-12-18 21:55:34.010496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.012150"], ["updated_at", "2018-12-18 21:55:34.012150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.013791"], ["updated_at", "2018-12-18 21:55:34.013791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.015469"], ["updated_at", "2018-12-18 21:55:34.015469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.017150"], ["updated_at", "2018-12-18 21:55:34.017150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.018816"], ["updated_at", "2018-12-18 21:55:34.018816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.020557"], ["updated_at", "2018-12-18 21:55:34.020557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.024668"], ["updated_at", "2018-12-18 21:55:34.024668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.026512"], ["updated_at", "2018-12-18 21:55:34.026512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.028154"], ["updated_at", "2018-12-18 21:55:34.028154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.029767"], ["updated_at", "2018-12-18 21:55:34.029767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.031405"], ["updated_at", "2018-12-18 21:55:34.031405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.033166"], ["updated_at", "2018-12-18 21:55:34.033166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.034728"], ["updated_at", "2018-12-18 21:55:34.034728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.036245"], ["updated_at", "2018-12-18 21:55:34.036245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.037816"], ["updated_at", "2018-12-18 21:55:34.037816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.039355"], ["updated_at", "2018-12-18 21:55:34.039355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.041173"], ["updated_at", "2018-12-18 21:55:34.041173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.042958"], ["updated_at", "2018-12-18 21:55:34.042958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.044710"], ["updated_at", "2018-12-18 21:55:34.044710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.046335"], ["updated_at", "2018-12-18 21:55:34.046335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.047854"], ["updated_at", "2018-12-18 21:55:34.047854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.049420"], ["updated_at", "2018-12-18 21:55:34.049420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.050967"], ["updated_at", "2018-12-18 21:55:34.050967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.052525"], ["updated_at", "2018-12-18 21:55:34.052525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.054076"], ["updated_at", "2018-12-18 21:55:34.054076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.056059"], ["updated_at", "2018-12-18 21:55:34.056059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.057917"], ["updated_at", "2018-12-18 21:55:34.057917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.059536"], ["updated_at", "2018-12-18 21:55:34.059536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.061358"], ["updated_at", "2018-12-18 21:55:34.061358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.063010"], ["updated_at", "2018-12-18 21:55:34.063010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.064551"], ["updated_at", "2018-12-18 21:55:34.064551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.066314"], ["updated_at", "2018-12-18 21:55:34.066314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.068425"], ["updated_at", "2018-12-18 21:55:34.068425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.070126"], ["updated_at", "2018-12-18 21:55:34.070126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.071736"], ["updated_at", "2018-12-18 21:55:34.071736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.073599"], ["updated_at", "2018-12-18 21:55:34.073599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.075393"], ["updated_at", "2018-12-18 21:55:34.075393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.077038"], ["updated_at", "2018-12-18 21:55:34.077038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.078781"], ["updated_at", "2018-12-18 21:55:34.078781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.080485"], ["updated_at", "2018-12-18 21:55:34.080485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.082042"], ["updated_at", "2018-12-18 21:55:34.082042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.083584"], ["updated_at", "2018-12-18 21:55:34.083584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.085211"], ["updated_at", "2018-12-18 21:55:34.085211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.086781"], ["updated_at", "2018-12-18 21:55:34.086781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.088363"], ["updated_at", "2018-12-18 21:55:34.088363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.090231"], ["updated_at", "2018-12-18 21:55:34.090231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.092072"], ["updated_at", "2018-12-18 21:55:34.092072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.093695"], ["updated_at", "2018-12-18 21:55:34.093695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.095313"], ["updated_at", "2018-12-18 21:55:34.095313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.096953"], ["updated_at", "2018-12-18 21:55:34.096953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.098522"], ["updated_at", "2018-12-18 21:55:34.098522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.100099"], ["updated_at", "2018-12-18 21:55:34.100099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.101737"], ["updated_at", "2018-12-18 21:55:34.101737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.103426"], ["updated_at", "2018-12-18 21:55:34.103426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.105002"], ["updated_at", "2018-12-18 21:55:34.105002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.106833"], ["updated_at", "2018-12-18 21:55:34.106833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.108657"], ["updated_at", "2018-12-18 21:55:34.108657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.110346"], ["updated_at", "2018-12-18 21:55:34.110346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.112143"], ["updated_at", "2018-12-18 21:55:34.112143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.113981"], ["updated_at", "2018-12-18 21:55:34.113981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.115701"], ["updated_at", "2018-12-18 21:55:34.115701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.117271"], ["updated_at", "2018-12-18 21:55:34.117271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.121094"], ["updated_at", "2018-12-18 21:55:34.121094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.122741"], ["updated_at", "2018-12-18 21:55:34.122741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.124784"], ["updated_at", "2018-12-18 21:55:34.124784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.126891"], ["updated_at", "2018-12-18 21:55:34.126891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.128524"], ["updated_at", "2018-12-18 21:55:34.128524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.130131"], ["updated_at", "2018-12-18 21:55:34.130131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.131739"], ["updated_at", "2018-12-18 21:55:34.131739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.133281"], ["updated_at", "2018-12-18 21:55:34.133281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.134839"], ["updated_at", "2018-12-18 21:55:34.134839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.136423"], ["updated_at", "2018-12-18 21:55:34.136423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.138089"], ["updated_at", "2018-12-18 21:55:34.138089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.139680"], ["updated_at", "2018-12-18 21:55:34.139680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.141530"], ["updated_at", "2018-12-18 21:55:34.141530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.143200"], ["updated_at", "2018-12-18 21:55:34.143200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.144794"], ["updated_at", "2018-12-18 21:55:34.144794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.146364"], ["updated_at", "2018-12-18 21:55:34.146364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.148151"], ["updated_at", "2018-12-18 21:55:34.148151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.149967"], ["updated_at", "2018-12-18 21:55:34.149967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.151547"], ["updated_at", "2018-12-18 21:55:34.151547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.153080"], ["updated_at", "2018-12-18 21:55:34.153080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.154673"], ["updated_at", "2018-12-18 21:55:34.154673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.156423"], ["updated_at", "2018-12-18 21:55:34.156423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.158285"], ["updated_at", "2018-12-18 21:55:34.158285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.160036"], ["updated_at", "2018-12-18 21:55:34.160036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.161743"], ["updated_at", "2018-12-18 21:55:34.161743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.163315"], ["updated_at", "2018-12-18 21:55:34.163315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.164864"], ["updated_at", "2018-12-18 21:55:34.164864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.166476"], ["updated_at", "2018-12-18 21:55:34.166476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.168067"], ["updated_at", "2018-12-18 21:55:34.168067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.169691"], ["updated_at", "2018-12-18 21:55:34.169691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.171342"], ["updated_at", "2018-12-18 21:55:34.171342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.173330"], ["updated_at", "2018-12-18 21:55:34.173330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.175142"], ["updated_at", "2018-12-18 21:55:34.175142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.176796"], ["updated_at", "2018-12-18 21:55:34.176796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.178409"], ["updated_at", "2018-12-18 21:55:34.178409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.179994"], ["updated_at", "2018-12-18 21:55:34.179994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.181588"], ["updated_at", "2018-12-18 21:55:34.181588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.183729"], ["updated_at", "2018-12-18 21:55:34.183729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.185415"], ["updated_at", "2018-12-18 21:55:34.185415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.186972"], ["updated_at", "2018-12-18 21:55:34.186972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.188649"], ["updated_at", "2018-12-18 21:55:34.188649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.190431"], ["updated_at", "2018-12-18 21:55:34.190431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.192195"], ["updated_at", "2018-12-18 21:55:34.192195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.194018"], ["updated_at", "2018-12-18 21:55:34.194018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.195819"], ["updated_at", "2018-12-18 21:55:34.195819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.197415"], ["updated_at", "2018-12-18 21:55:34.197415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.199004"], ["updated_at", "2018-12-18 21:55:34.199004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.200709"], ["updated_at", "2018-12-18 21:55:34.200709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 18ms (Views: 10.8ms | ActiveRecord: 0.4ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.224398"], ["updated_at", "2018-12-18 21:55:34.224398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.227382"], ["updated_at", "2018-12-18 21:55:34.227382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.229854"], ["updated_at", "2018-12-18 21:55:34.229854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.246662"], ["updated_at", "2018-12-18 21:55:34.246662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.252959"], ["updated_at", "2018-12-18 21:55:34.252959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.258487"], ["updated_at", "2018-12-18 21:55:34.258487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.261896"], ["updated_at", "2018-12-18 21:55:34.261896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 409 Conflict in 12ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.281461"], ["updated_at", "2018-12-18 21:55:34.281461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.287457"], ["updated_at", "2018-12-18 21:55:34.287457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:55:34.288824"], ["updated_at", "2018-12-18 21:55:34.290658"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.6ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.297400"], ["updated_at", "2018-12-18 21:55:34.297400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.309687"], ["updated_at", "2018-12-18 21:55:34.309687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.315760"], ["updated_at", "2018-12-18 21:55:34.315760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (1.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.322220"], ["updated_at", "2018-12-18 21:55:34.322220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.328122"], ["updated_at", "2018-12-18 21:55:34.328122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.339254"], ["updated_at", "2018-12-18 21:55:34.339254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.342045"], ["updated_at", "2018-12-18 21:55:34.342045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.347905"], ["updated_at", "2018-12-18 21:55:34.347905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.350237"], ["updated_at", "2018-12-18 21:55:34.350237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.351577"], ["updated_at", "2018-12-18 21:55:34.351577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:55:34.353365"], ["updated_at", "2018-12-18 21:55:34.353365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.359877"], ["updated_at", "2018-12-18 21:55:34.359877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.362602"], ["updated_at", "2018-12-18 21:55:34.362602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1122@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.371423"], ["updated_at", "2018-12-18 21:55:34.371423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.374016"], ["updated_at", "2018-12-18 21:55:34.374016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 21:55:34.379588"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.382890"], ["updated_at", "2018-12-18 21:55:34.382890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.385234"], ["updated_at", "2018-12-18 21:55:34.385234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 21:55:34.390637"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.408539"], ["updated_at", "2018-12-18 21:55:34.408539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:55:34.411620"], ["updated_at", "2018-12-18 21:55:34.411620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.416912"], ["updated_at", "2018-12-18 21:55:34.416912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.422696"], ["updated_at", "2018-12-18 21:55:34.422696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.429028"], ["updated_at", "2018-12-18 21:55:34.429028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:55:34.430565"], ["updated_at", "2018-12-18 21:55:34.430565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:55:34.432581"], ["updated_at", "2018-12-18 21:55:34.432581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.288046"], ["updated_at", "2018-12-18 21:56:23.288046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.314773"], ["updated_at", "2018-12-18 21:56:23.314773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 18ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.341998"], ["updated_at", "2018-12-18 21:56:23.341998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.344282"], ["updated_at", "2018-12-18 21:56:23.344282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.349657"], ["updated_at", "2018-12-18 21:56:23.349657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.352294"], ["updated_at", "2018-12-18 21:56:23.352294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 21:56:23.357433"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.360689"], ["updated_at", "2018-12-18 21:56:23.360689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.363137"], ["updated_at", "2018-12-18 21:56:23.363137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.364479"], ["updated_at", "2018-12-18 21:56:23.364479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:56:23.366229"], ["updated_at", "2018-12-18 21:56:23.366229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.371201"], ["updated_at", "2018-12-18 21:56:23.371201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.373446"], ["updated_at", "2018-12-18 21:56:23.373446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2018-12-18 21:56:23.379837"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.390072"], ["updated_at", "2018-12-18 21:56:23.390072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.392671"], ["updated_at", "2018-12-18 21:56:23.392671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "7@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:56:23.395674"], ["updated_at", "2018-12-18 21:56:23.396645"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.403402"], ["updated_at", "2018-12-18 21:56:23.403402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.405675"], ["updated_at", "2018-12-18 21:56:23.405675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:56:23.410046"], ["updated_at", "2018-12-18 21:56:23.411062"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.415521"], ["updated_at", "2018-12-18 21:56:23.415521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.418625"], ["updated_at", "2018-12-18 21:56:23.418625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "9@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:56:23.422225"], ["updated_at", "2018-12-18 21:56:23.423323"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.426764"], ["updated_at", "2018-12-18 21:56:23.426764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.429647"], ["updated_at", "2018-12-18 21:56:23.429647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.434858"], ["updated_at", "2018-12-18 21:56:23.434858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.437585"], ["updated_at", "2018-12-18 21:56:23.437585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.438857"], ["updated_at", "2018-12-18 21:56:23.438857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:56:23.440654"], ["updated_at", "2018-12-18 21:56:23.440654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.459646"], ["updated_at", "2018-12-18 21:56:23.459646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.462317"], ["updated_at", "2018-12-18 21:56:23.462317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.467769"], ["updated_at", "2018-12-18 21:56:23.467769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.474104"], ["updated_at", "2018-12-18 21:56:23.474104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.479539"], ["updated_at", "2018-12-18 21:56:23.479539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.481102"], ["updated_at", "2018-12-18 21:56:23.481102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 2], ["created_at", "2018-12-18 21:56:23.482819"], ["updated_at", "2018-12-18 21:56:23.482819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.494477"], ["updated_at", "2018-12-18 21:56:23.494477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.496740"], ["updated_at", "2018-12-18 21:56:23.496740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.498685"], ["updated_at", "2018-12-18 21:56:23.498685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.507218"], ["updated_at", "2018-12-18 21:56:23.507218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.509815"], ["updated_at", "2018-12-18 21:56:23.509815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.512717"], ["updated_at", "2018-12-18 21:56:23.512717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.518725"], ["updated_at", "2018-12-18 21:56:23.518725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.521006"], ["updated_at", "2018-12-18 21:56:23.521006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.522629"], ["updated_at", "2018-12-18 21:56:23.522629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.524277"], ["updated_at", "2018-12-18 21:56:23.524277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.525993"], ["updated_at", "2018-12-18 21:56:23.525993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.527697"], ["updated_at", "2018-12-18 21:56:23.527697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.530758"], ["updated_at", "2018-12-18 21:56:23.530758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.532633"], ["updated_at", "2018-12-18 21:56:23.532633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.534257"], ["updated_at", "2018-12-18 21:56:23.534257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.535868"], ["updated_at", "2018-12-18 21:56:23.535868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.537727"], ["updated_at", "2018-12-18 21:56:23.537727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:23.545361"], ["updated_at", "2018-12-18 21:56:23.545361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.548179"], ["updated_at", "2018-12-18 21:56:23.548179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.550017"], ["updated_at", "2018-12-18 21:56:23.550017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.551756"], ["updated_at", "2018-12-18 21:56:23.551756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.553431"], ["updated_at", "2018-12-18 21:56:23.553431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.555214"], ["updated_at", "2018-12-18 21:56:23.555214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.556974"], ["updated_at", "2018-12-18 21:56:23.556974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.558960"], ["updated_at", "2018-12-18 21:56:23.558960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.560617"], ["updated_at", "2018-12-18 21:56:23.560617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.562310"], ["updated_at", "2018-12-18 21:56:23.562310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.563978"], ["updated_at", "2018-12-18 21:56:23.563978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.565540"], ["updated_at", "2018-12-18 21:56:23.565540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.567113"], ["updated_at", "2018-12-18 21:56:23.567113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.568722"], ["updated_at", "2018-12-18 21:56:23.568722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.570628"], ["updated_at", "2018-12-18 21:56:23.570628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.572704"], ["updated_at", "2018-12-18 21:56:23.572704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.575239"], ["updated_at", "2018-12-18 21:56:23.575239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.576905"], ["updated_at", "2018-12-18 21:56:23.576905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.581443"], ["updated_at", "2018-12-18 21:56:23.581443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.583258"], ["updated_at", "2018-12-18 21:56:23.583258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.585670"], ["updated_at", "2018-12-18 21:56:23.585670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.587404"], ["updated_at", "2018-12-18 21:56:23.587404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.589063"], ["updated_at", "2018-12-18 21:56:23.589063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.590540"], ["updated_at", "2018-12-18 21:56:23.590540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.592405"], ["updated_at", "2018-12-18 21:56:23.592405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.594121"], ["updated_at", "2018-12-18 21:56:23.594121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.595682"], ["updated_at", "2018-12-18 21:56:23.595682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.597327"], ["updated_at", "2018-12-18 21:56:23.597327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.598919"], ["updated_at", "2018-12-18 21:56:23.598919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.600485"], ["updated_at", "2018-12-18 21:56:23.600485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.602018"], ["updated_at", "2018-12-18 21:56:23.602018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.603549"], ["updated_at", "2018-12-18 21:56:23.603549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.605067"], ["updated_at", "2018-12-18 21:56:23.605067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.606597"], ["updated_at", "2018-12-18 21:56:23.606597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.608550"], ["updated_at", "2018-12-18 21:56:23.608550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.610319"], ["updated_at", "2018-12-18 21:56:23.610319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.611942"], ["updated_at", "2018-12-18 21:56:23.611942"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.613454"], ["updated_at", "2018-12-18 21:56:23.613454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.614913"], ["updated_at", "2018-12-18 21:56:23.614913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.616448"], ["updated_at", "2018-12-18 21:56:23.616448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.617993"], ["updated_at", "2018-12-18 21:56:23.617993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.619515"], ["updated_at", "2018-12-18 21:56:23.619515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.621191"], ["updated_at", "2018-12-18 21:56:23.621191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.622846"], ["updated_at", "2018-12-18 21:56:23.622846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.624836"], ["updated_at", "2018-12-18 21:56:23.624836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.626350"], ["updated_at", "2018-12-18 21:56:23.626350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.627860"], ["updated_at", "2018-12-18 21:56:23.627860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.629354"], ["updated_at", "2018-12-18 21:56:23.629354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.630934"], ["updated_at", "2018-12-18 21:56:23.630934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.632618"], ["updated_at", "2018-12-18 21:56:23.632618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.634220"], ["updated_at", "2018-12-18 21:56:23.634220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.635747"], ["updated_at", "2018-12-18 21:56:23.635747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.637314"], ["updated_at", "2018-12-18 21:56:23.637314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.639344"], ["updated_at", "2018-12-18 21:56:23.639344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.641928"], ["updated_at", "2018-12-18 21:56:23.641928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.643754"], ["updated_at", "2018-12-18 21:56:23.643754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.645355"], ["updated_at", "2018-12-18 21:56:23.645355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.646937"], ["updated_at", "2018-12-18 21:56:23.646937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.648723"], ["updated_at", "2018-12-18 21:56:23.648723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.650367"], ["updated_at", "2018-12-18 21:56:23.650367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.651915"], ["updated_at", "2018-12-18 21:56:23.651915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.653499"], ["updated_at", "2018-12-18 21:56:23.653499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.655067"], ["updated_at", "2018-12-18 21:56:23.655067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.656851"], ["updated_at", "2018-12-18 21:56:23.656851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.658563"], ["updated_at", "2018-12-18 21:56:23.658563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.660047"], ["updated_at", "2018-12-18 21:56:23.660047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.661539"], ["updated_at", "2018-12-18 21:56:23.661539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.663028"], ["updated_at", "2018-12-18 21:56:23.663028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.664993"], ["updated_at", "2018-12-18 21:56:23.664993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.666793"], ["updated_at", "2018-12-18 21:56:23.666793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.668403"], ["updated_at", "2018-12-18 21:56:23.668403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.669943"], ["updated_at", "2018-12-18 21:56:23.669943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.671415"], ["updated_at", "2018-12-18 21:56:23.671415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.672938"], ["updated_at", "2018-12-18 21:56:23.672938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.674839"], ["updated_at", "2018-12-18 21:56:23.674839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.676492"], ["updated_at", "2018-12-18 21:56:23.676492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.678045"], ["updated_at", "2018-12-18 21:56:23.678045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.679619"], ["updated_at", "2018-12-18 21:56:23.679619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.681212"], ["updated_at", "2018-12-18 21:56:23.681212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.682766"], ["updated_at", "2018-12-18 21:56:23.682766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.684358"], ["updated_at", "2018-12-18 21:56:23.684358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.685971"], ["updated_at", "2018-12-18 21:56:23.685971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.687555"], ["updated_at", "2018-12-18 21:56:23.687555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.690120"], ["updated_at", "2018-12-18 21:56:23.690120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.691961"], ["updated_at", "2018-12-18 21:56:23.691961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.693527"], ["updated_at", "2018-12-18 21:56:23.693527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.695017"], ["updated_at", "2018-12-18 21:56:23.695017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.696517"], ["updated_at", "2018-12-18 21:56:23.696517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.698086"], ["updated_at", "2018-12-18 21:56:23.698086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.700046"], ["updated_at", "2018-12-18 21:56:23.700046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.702164"], ["updated_at", "2018-12-18 21:56:23.702164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.703825"], ["updated_at", "2018-12-18 21:56:23.703825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.705341"], ["updated_at", "2018-12-18 21:56:23.705341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.706817"], ["updated_at", "2018-12-18 21:56:23.706817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.708712"], ["updated_at", "2018-12-18 21:56:23.708712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.710410"], ["updated_at", "2018-12-18 21:56:23.710410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.712613"], ["updated_at", "2018-12-18 21:56:23.712613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.714513"], ["updated_at", "2018-12-18 21:56:23.714513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.716124"], ["updated_at", "2018-12-18 21:56:23.716124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.717652"], ["updated_at", "2018-12-18 21:56:23.717652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.721836"], ["updated_at", "2018-12-18 21:56:23.721836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.724121"], ["updated_at", "2018-12-18 21:56:23.724121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.726069"], ["updated_at", "2018-12-18 21:56:23.726069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.727721"], ["updated_at", "2018-12-18 21:56:23.727721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.729836"], ["updated_at", "2018-12-18 21:56:23.729836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.731605"], ["updated_at", "2018-12-18 21:56:23.731605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.733714"], ["updated_at", "2018-12-18 21:56:23.733714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.735665"], ["updated_at", "2018-12-18 21:56:23.735665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.737453"], ["updated_at", "2018-12-18 21:56:23.737453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.739021"], ["updated_at", "2018-12-18 21:56:23.739021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.740516"], ["updated_at", "2018-12-18 21:56:23.740516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.742354"], ["updated_at", "2018-12-18 21:56:23.742354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.743967"], ["updated_at", "2018-12-18 21:56:23.743967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.746149"], ["updated_at", "2018-12-18 21:56:23.746149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.747926"], ["updated_at", "2018-12-18 21:56:23.747926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.749668"], ["updated_at", "2018-12-18 21:56:23.749668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.751215"], ["updated_at", "2018-12-18 21:56:23.751215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.752744"], ["updated_at", "2018-12-18 21:56:23.752744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.754300"], ["updated_at", "2018-12-18 21:56:23.754300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.756234"], ["updated_at", "2018-12-18 21:56:23.756234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.758287"], ["updated_at", "2018-12-18 21:56:23.758287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.760056"], ["updated_at", "2018-12-18 21:56:23.760056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.761896"], ["updated_at", "2018-12-18 21:56:23.761896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.763476"], ["updated_at", "2018-12-18 21:56:23.763476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.765016"], ["updated_at", "2018-12-18 21:56:23.765016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.766529"], ["updated_at", "2018-12-18 21:56:23.766529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.768695"], ["updated_at", "2018-12-18 21:56:23.768695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.770444"], ["updated_at", "2018-12-18 21:56:23.770444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.772115"], ["updated_at", "2018-12-18 21:56:23.772115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.773646"], ["updated_at", "2018-12-18 21:56:23.773646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.775520"], ["updated_at", "2018-12-18 21:56:23.775520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.777067"], ["updated_at", "2018-12-18 21:56:23.777067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.778936"], ["updated_at", "2018-12-18 21:56:23.778936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.780756"], ["updated_at", "2018-12-18 21:56:23.780756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.782240"], ["updated_at", "2018-12-18 21:56:23.782240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.784146"], ["updated_at", "2018-12-18 21:56:23.784146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.785781"], ["updated_at", "2018-12-18 21:56:23.785781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.787266"], ["updated_at", "2018-12-18 21:56:23.787266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.788780"], ["updated_at", "2018-12-18 21:56:23.788780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.790863"], ["updated_at", "2018-12-18 21:56:23.790863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.792527"], ["updated_at", "2018-12-18 21:56:23.792527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.794068"], ["updated_at", "2018-12-18 21:56:23.794068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.795633"], ["updated_at", "2018-12-18 21:56:23.795633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.797167"], ["updated_at", "2018-12-18 21:56:23.797167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.798655"], ["updated_at", "2018-12-18 21:56:23.798655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.800150"], ["updated_at", "2018-12-18 21:56:23.800150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.802367"], ["updated_at", "2018-12-18 21:56:23.802367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.804003"], ["updated_at", "2018-12-18 21:56:23.804003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.805685"], ["updated_at", "2018-12-18 21:56:23.805685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.807476"], ["updated_at", "2018-12-18 21:56:23.807476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.809230"], ["updated_at", "2018-12-18 21:56:23.809230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.810714"], ["updated_at", "2018-12-18 21:56:23.810714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.812635"], ["updated_at", "2018-12-18 21:56:23.812635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.814498"], ["updated_at", "2018-12-18 21:56:23.814498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.816014"], ["updated_at", "2018-12-18 21:56:23.816014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.817685"], ["updated_at", "2018-12-18 21:56:23.817685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.819334"], ["updated_at", "2018-12-18 21:56:23.819334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.820909"], ["updated_at", "2018-12-18 21:56:23.820909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.822419"], ["updated_at", "2018-12-18 21:56:23.822419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.824650"], ["updated_at", "2018-12-18 21:56:23.824650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.826405"], ["updated_at", "2018-12-18 21:56:23.826405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.827979"], ["updated_at", "2018-12-18 21:56:23.827979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.829679"], ["updated_at", "2018-12-18 21:56:23.829679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.831314"], ["updated_at", "2018-12-18 21:56:23.831314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.832891"], ["updated_at", "2018-12-18 21:56:23.832891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.834702"], ["updated_at", "2018-12-18 21:56:23.834702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.836880"], ["updated_at", "2018-12-18 21:56:23.836880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.838560"], ["updated_at", "2018-12-18 21:56:23.838560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.840178"], ["updated_at", "2018-12-18 21:56:23.840178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.842109"], ["updated_at", "2018-12-18 21:56:23.842109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.843968"], ["updated_at", "2018-12-18 21:56:23.843968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.845763"], ["updated_at", "2018-12-18 21:56:23.845763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.848007"], ["updated_at", "2018-12-18 21:56:23.848007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.849701"], ["updated_at", "2018-12-18 21:56:23.849701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.851364"], ["updated_at", "2018-12-18 21:56:23.851364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.853310"], ["updated_at", "2018-12-18 21:56:23.853310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.854961"], ["updated_at", "2018-12-18 21:56:23.854961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (2.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.859230"], ["updated_at", "2018-12-18 21:56:23.859230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.861055"], ["updated_at", "2018-12-18 21:56:23.861055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.862594"], ["updated_at", "2018-12-18 21:56:23.862594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.864209"], ["updated_at", "2018-12-18 21:56:23.864209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.865739"], ["updated_at", "2018-12-18 21:56:23.865739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.867265"], ["updated_at", "2018-12-18 21:56:23.867265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.868784"], ["updated_at", "2018-12-18 21:56:23.868784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.870311"], ["updated_at", "2018-12-18 21:56:23.870311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.871850"], ["updated_at", "2018-12-18 21:56:23.871850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.873343"], ["updated_at", "2018-12-18 21:56:23.873343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.875345"], ["updated_at", "2018-12-18 21:56:23.875345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.877015"], ["updated_at", "2018-12-18 21:56:23.877015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.878536"], ["updated_at", "2018-12-18 21:56:23.878536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.880078"], ["updated_at", "2018-12-18 21:56:23.880078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.881619"], ["updated_at", "2018-12-18 21:56:23.881619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.883170"], ["updated_at", "2018-12-18 21:56:23.883170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.884744"], ["updated_at", "2018-12-18 21:56:23.884744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.886277"], ["updated_at", "2018-12-18 21:56:23.886277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.887906"], ["updated_at", "2018-12-18 21:56:23.887906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.889495"], ["updated_at", "2018-12-18 21:56:23.889495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.891363"], ["updated_at", "2018-12-18 21:56:23.891363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.893048"], ["updated_at", "2018-12-18 21:56:23.893048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.894634"], ["updated_at", "2018-12-18 21:56:23.894634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.896191"], ["updated_at", "2018-12-18 21:56:23.896191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.897731"], ["updated_at", "2018-12-18 21:56:23.897731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.899431"], ["updated_at", "2018-12-18 21:56:23.899431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.901094"], ["updated_at", "2018-12-18 21:56:23.901094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.902687"], ["updated_at", "2018-12-18 21:56:23.902687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.904284"], ["updated_at", "2018-12-18 21:56:23.904284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.905860"], ["updated_at", "2018-12-18 21:56:23.905860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.907599"], ["updated_at", "2018-12-18 21:56:23.907599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.909368"], ["updated_at", "2018-12-18 21:56:23.909368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.911099"], ["updated_at", "2018-12-18 21:56:23.911099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.912733"], ["updated_at", "2018-12-18 21:56:23.912733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.914394"], ["updated_at", "2018-12-18 21:56:23.914394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.916003"], ["updated_at", "2018-12-18 21:56:23.916003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.917622"], ["updated_at", "2018-12-18 21:56:23.917622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.919258"], ["updated_at", "2018-12-18 21:56:23.919258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.920854"], ["updated_at", "2018-12-18 21:56:23.920854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.922476"], ["updated_at", "2018-12-18 21:56:23.922476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.924210"], ["updated_at", "2018-12-18 21:56:23.924210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.926068"], ["updated_at", "2018-12-18 21:56:23.926068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.927617"], ["updated_at", "2018-12-18 21:56:23.927617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.929089"], ["updated_at", "2018-12-18 21:56:23.929089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.930744"], ["updated_at", "2018-12-18 21:56:23.930744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.932261"], ["updated_at", "2018-12-18 21:56:23.932261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.934075"], ["updated_at", "2018-12-18 21:56:23.934075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.935861"], ["updated_at", "2018-12-18 21:56:23.935861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.937573"], ["updated_at", "2018-12-18 21:56:23.937573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.939226"], ["updated_at", "2018-12-18 21:56:23.939226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.941084"], ["updated_at", "2018-12-18 21:56:23.941084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.942664"], ["updated_at", "2018-12-18 21:56:23.942664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.944257"], ["updated_at", "2018-12-18 21:56:23.944257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.946005"], ["updated_at", "2018-12-18 21:56:23.946005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.948318"], ["updated_at", "2018-12-18 21:56:23.948318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.950138"], ["updated_at", "2018-12-18 21:56:23.950138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.951795"], ["updated_at", "2018-12-18 21:56:23.951795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.953442"], ["updated_at", "2018-12-18 21:56:23.953442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.955038"], ["updated_at", "2018-12-18 21:56:23.955038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.956965"], ["updated_at", "2018-12-18 21:56:23.956965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.958719"], ["updated_at", "2018-12-18 21:56:23.958719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.960275"], ["updated_at", "2018-12-18 21:56:23.960275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.961784"], ["updated_at", "2018-12-18 21:56:23.961784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.963382"], ["updated_at", "2018-12-18 21:56:23.963382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.964968"], ["updated_at", "2018-12-18 21:56:23.964968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.966532"], ["updated_at", "2018-12-18 21:56:23.966532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.968321"], ["updated_at", "2018-12-18 21:56:23.968321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.970137"], ["updated_at", "2018-12-18 21:56:23.970137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.971768"], ["updated_at", "2018-12-18 21:56:23.971768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.973321"], ["updated_at", "2018-12-18 21:56:23.973321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.975305"], ["updated_at", "2018-12-18 21:56:23.975305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.977048"], ["updated_at", "2018-12-18 21:56:23.977048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.978711"], ["updated_at", "2018-12-18 21:56:23.978711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.980385"], ["updated_at", "2018-12-18 21:56:23.980385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.984168"], ["updated_at", "2018-12-18 21:56:23.984168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.985928"], ["updated_at", "2018-12-18 21:56:23.985928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.987543"], ["updated_at", "2018-12-18 21:56:23.987543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.989154"], ["updated_at", "2018-12-18 21:56:23.989154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.991014"], ["updated_at", "2018-12-18 21:56:23.991014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.992908"], ["updated_at", "2018-12-18 21:56:23.992908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.994563"], ["updated_at", "2018-12-18 21:56:23.994563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.996164"], ["updated_at", "2018-12-18 21:56:23.996164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.997778"], ["updated_at", "2018-12-18 21:56:23.997778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:23.999425"], ["updated_at", "2018-12-18 21:56:23.999425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.001055"], ["updated_at", "2018-12-18 21:56:24.001055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.002725"], ["updated_at", "2018-12-18 21:56:24.002725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.004570"], ["updated_at", "2018-12-18 21:56:24.004570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.006208"], ["updated_at", "2018-12-18 21:56:24.006208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.008137"], ["updated_at", "2018-12-18 21:56:24.008137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.009793"], ["updated_at", "2018-12-18 21:56:24.009793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.011424"], ["updated_at", "2018-12-18 21:56:24.011424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.013335"], ["updated_at", "2018-12-18 21:56:24.013335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.015097"], ["updated_at", "2018-12-18 21:56:24.015097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.017020"], ["updated_at", "2018-12-18 21:56:24.017020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.018743"], ["updated_at", "2018-12-18 21:56:24.018743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.020395"], ["updated_at", "2018-12-18 21:56:24.020395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.022015"], ["updated_at", "2018-12-18 21:56:24.022015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.023601"], ["updated_at", "2018-12-18 21:56:24.023601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.025583"], ["updated_at", "2018-12-18 21:56:24.025583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.027367"], ["updated_at", "2018-12-18 21:56:24.027367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.029119"], ["updated_at", "2018-12-18 21:56:24.029119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.030811"], ["updated_at", "2018-12-18 21:56:24.030811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.032500"], ["updated_at", "2018-12-18 21:56:24.032500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.034332"], ["updated_at", "2018-12-18 21:56:24.034332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.036054"], ["updated_at", "2018-12-18 21:56:24.036054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.037821"], ["updated_at", "2018-12-18 21:56:24.037821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.039705"], ["updated_at", "2018-12-18 21:56:24.039705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.041904"], ["updated_at", "2018-12-18 21:56:24.041904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.043713"], ["updated_at", "2018-12-18 21:56:24.043713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.046297"], ["updated_at", "2018-12-18 21:56:24.046297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.048841"], ["updated_at", "2018-12-18 21:56:24.048841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.051321"], ["updated_at", "2018-12-18 21:56:24.051321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.054140"], ["updated_at", "2018-12-18 21:56:24.054140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.056314"], ["updated_at", "2018-12-18 21:56:24.056314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.058760"], ["updated_at", "2018-12-18 21:56:24.058760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.061286"], ["updated_at", "2018-12-18 21:56:24.061286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.063535"], ["updated_at", "2018-12-18 21:56:24.063535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.066044"], ["updated_at", "2018-12-18 21:56:24.066044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.068215"], ["updated_at", "2018-12-18 21:56:24.068215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.070530"], ["updated_at", "2018-12-18 21:56:24.070530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.073243"], ["updated_at", "2018-12-18 21:56:24.073243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.075778"], ["updated_at", "2018-12-18 21:56:24.075778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.077962"], ["updated_at", "2018-12-18 21:56:24.077962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.080447"], ["updated_at", "2018-12-18 21:56:24.080447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.083087"], ["updated_at", "2018-12-18 21:56:24.083087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.085646"], ["updated_at", "2018-12-18 21:56:24.085646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.087786"], ["updated_at", "2018-12-18 21:56:24.087786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.089828"], ["updated_at", "2018-12-18 21:56:24.089828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.092084"], ["updated_at", "2018-12-18 21:56:24.092084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.097123"], ["updated_at", "2018-12-18 21:56:24.097123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.099566"], ["updated_at", "2018-12-18 21:56:24.099566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.104008"], ["updated_at", "2018-12-18 21:56:24.104008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.106167"], ["updated_at", "2018-12-18 21:56:24.106167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.108645"], ["updated_at", "2018-12-18 21:56:24.108645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.110726"], ["updated_at", "2018-12-18 21:56:24.110726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.112748"], ["updated_at", "2018-12-18 21:56:24.112748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.115103"], ["updated_at", "2018-12-18 21:56:24.115103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.117399"], ["updated_at", "2018-12-18 21:56:24.117399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.119817"], ["updated_at", "2018-12-18 21:56:24.119817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.122060"], ["updated_at", "2018-12-18 21:56:24.122060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.124335"], ["updated_at", "2018-12-18 21:56:24.124335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.126555"], ["updated_at", "2018-12-18 21:56:24.126555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.128807"], ["updated_at", "2018-12-18 21:56:24.128807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.131085"], ["updated_at", "2018-12-18 21:56:24.131085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.140359"], ["updated_at", "2018-12-18 21:56:24.140359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.142608"], ["updated_at", "2018-12-18 21:56:24.142608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.144231"], ["updated_at", "2018-12-18 21:56:24.144231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.145769"], ["updated_at", "2018-12-18 21:56:24.145769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.147314"], ["updated_at", "2018-12-18 21:56:24.147314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.148811"], ["updated_at", "2018-12-18 21:56:24.148811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.150354"], ["updated_at", "2018-12-18 21:56:24.150354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.151913"], ["updated_at", "2018-12-18 21:56:24.151913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.153443"], ["updated_at", "2018-12-18 21:56:24.153443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.155096"], ["updated_at", "2018-12-18 21:56:24.155096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.156638"], ["updated_at", "2018-12-18 21:56:24.156638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.158426"], ["updated_at", "2018-12-18 21:56:24.158426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.160085"], ["updated_at", "2018-12-18 21:56:24.160085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.161600"], ["updated_at", "2018-12-18 21:56:24.161600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.163142"], ["updated_at", "2018-12-18 21:56:24.163142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.164678"], ["updated_at", "2018-12-18 21:56:24.164678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.166326"], ["updated_at", "2018-12-18 21:56:24.166326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.168672"], ["updated_at", "2018-12-18 21:56:24.168672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.170763"], ["updated_at", "2018-12-18 21:56:24.170763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.172436"], ["updated_at", "2018-12-18 21:56:24.172436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.174144"], ["updated_at", "2018-12-18 21:56:24.174144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.175932"], ["updated_at", "2018-12-18 21:56:24.175932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.177624"], ["updated_at", "2018-12-18 21:56:24.177624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.179247"], ["updated_at", "2018-12-18 21:56:24.179247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.180780"], ["updated_at", "2018-12-18 21:56:24.180780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.182297"], ["updated_at", "2018-12-18 21:56:24.182297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.183826"], ["updated_at", "2018-12-18 21:56:24.183826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.185625"], ["updated_at", "2018-12-18 21:56:24.185625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.187271"], ["updated_at", "2018-12-18 21:56:24.187271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.188854"], ["updated_at", "2018-12-18 21:56:24.188854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.190774"], ["updated_at", "2018-12-18 21:56:24.190774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.192493"], ["updated_at", "2018-12-18 21:56:24.192493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.194014"], ["updated_at", "2018-12-18 21:56:24.194014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.195504"], ["updated_at", "2018-12-18 21:56:24.195504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.197092"], ["updated_at", "2018-12-18 21:56:24.197092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.198642"], ["updated_at", "2018-12-18 21:56:24.198642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.200230"], ["updated_at", "2018-12-18 21:56:24.200230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.202078"], ["updated_at", "2018-12-18 21:56:24.202078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.203707"], ["updated_at", "2018-12-18 21:56:24.203707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.205257"], ["updated_at", "2018-12-18 21:56:24.205257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.206755"], ["updated_at", "2018-12-18 21:56:24.206755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.208556"], ["updated_at", "2018-12-18 21:56:24.208556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.210213"], ["updated_at", "2018-12-18 21:56:24.210213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.211723"], ["updated_at", "2018-12-18 21:56:24.211723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.213432"], ["updated_at", "2018-12-18 21:56:24.213432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.215004"], ["updated_at", "2018-12-18 21:56:24.215004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.216568"], ["updated_at", "2018-12-18 21:56:24.216568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.218114"], ["updated_at", "2018-12-18 21:56:24.218114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.219678"], ["updated_at", "2018-12-18 21:56:24.219678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.221270"], ["updated_at", "2018-12-18 21:56:24.221270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.223079"], ["updated_at", "2018-12-18 21:56:24.223079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.225035"], ["updated_at", "2018-12-18 21:56:24.225035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.226670"], ["updated_at", "2018-12-18 21:56:24.226670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.228236"], ["updated_at", "2018-12-18 21:56:24.228236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.229769"], ["updated_at", "2018-12-18 21:56:24.229769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.231322"], ["updated_at", "2018-12-18 21:56:24.231322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.233044"], ["updated_at", "2018-12-18 21:56:24.233044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.234618"], ["updated_at", "2018-12-18 21:56:24.234618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.236416"], ["updated_at", "2018-12-18 21:56:24.236416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.238088"], ["updated_at", "2018-12-18 21:56:24.238088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.239698"], ["updated_at", "2018-12-18 21:56:24.239698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.241536"], ["updated_at", "2018-12-18 21:56:24.241536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.243304"], ["updated_at", "2018-12-18 21:56:24.243304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.245091"], ["updated_at", "2018-12-18 21:56:24.245091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.246921"], ["updated_at", "2018-12-18 21:56:24.246921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.248709"], ["updated_at", "2018-12-18 21:56:24.248709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.250376"], ["updated_at", "2018-12-18 21:56:24.250376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.254229"], ["updated_at", "2018-12-18 21:56:24.254229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.255962"], ["updated_at", "2018-12-18 21:56:24.255962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.257648"], ["updated_at", "2018-12-18 21:56:24.257648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.259458"], ["updated_at", "2018-12-18 21:56:24.259458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.261094"], ["updated_at", "2018-12-18 21:56:24.261094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.262622"], ["updated_at", "2018-12-18 21:56:24.262622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.264514"], ["updated_at", "2018-12-18 21:56:24.264514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.266309"], ["updated_at", "2018-12-18 21:56:24.266309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.267908"], ["updated_at", "2018-12-18 21:56:24.267908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.269445"], ["updated_at", "2018-12-18 21:56:24.269445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.271202"], ["updated_at", "2018-12-18 21:56:24.271202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.272774"], ["updated_at", "2018-12-18 21:56:24.272774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.274542"], ["updated_at", "2018-12-18 21:56:24.274542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 25ms (Views: 14.5ms | ActiveRecord: 0.6ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:24.306630"], ["updated_at", "2018-12-18 21:56:24.306630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:24.311292"], ["updated_at", "2018-12-18 21:56:24.311292"]]  (1.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.315400"], ["updated_at", "2018-12-18 21:56:24.315400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.317472"], ["updated_at", "2018-12-18 21:56:24.317472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.319271"], ["updated_at", "2018-12-18 21:56:24.319271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.320882"], ["updated_at", "2018-12-18 21:56:24.320882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.322404"], ["updated_at", "2018-12-18 21:56:24.322404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.324006"], ["updated_at", "2018-12-18 21:56:24.324006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.325714"], ["updated_at", "2018-12-18 21:56:24.325714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.327213"], ["updated_at", "2018-12-18 21:56:24.327213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.328871"], ["updated_at", "2018-12-18 21:56:24.328871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.330414"], ["updated_at", "2018-12-18 21:56:24.330414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.332345"], ["updated_at", "2018-12-18 21:56:24.332345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.333931"], ["updated_at", "2018-12-18 21:56:24.333931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.335482"], ["updated_at", "2018-12-18 21:56:24.335482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.337056"], ["updated_at", "2018-12-18 21:56:24.337056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.338554"], ["updated_at", "2018-12-18 21:56:24.338554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.340872"], ["updated_at", "2018-12-18 21:56:24.340872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.342696"], ["updated_at", "2018-12-18 21:56:24.342696"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.344950"], ["updated_at", "2018-12-18 21:56:24.344950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.346778"], ["updated_at", "2018-12-18 21:56:24.346778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.348360"], ["updated_at", "2018-12-18 21:56:24.348360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.349860"], ["updated_at", "2018-12-18 21:56:24.349860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.351514"], ["updated_at", "2018-12-18 21:56:24.351514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.353122"], ["updated_at", "2018-12-18 21:56:24.353122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.354670"], ["updated_at", "2018-12-18 21:56:24.354670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.356142"], ["updated_at", "2018-12-18 21:56:24.356142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.357746"], ["updated_at", "2018-12-18 21:56:24.357746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.359475"], ["updated_at", "2018-12-18 21:56:24.359475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.361078"], ["updated_at", "2018-12-18 21:56:24.361078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.362621"], ["updated_at", "2018-12-18 21:56:24.362621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.364296"], ["updated_at", "2018-12-18 21:56:24.364296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.366040"], ["updated_at", "2018-12-18 21:56:24.366040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.367647"], ["updated_at", "2018-12-18 21:56:24.367647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.369248"], ["updated_at", "2018-12-18 21:56:24.369248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.370860"], ["updated_at", "2018-12-18 21:56:24.370860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.372369"], ["updated_at", "2018-12-18 21:56:24.372369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.373824"], ["updated_at", "2018-12-18 21:56:24.373824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.375811"], ["updated_at", "2018-12-18 21:56:24.375811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.377366"], ["updated_at", "2018-12-18 21:56:24.377366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.378840"], ["updated_at", "2018-12-18 21:56:24.378840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.380309"], ["updated_at", "2018-12-18 21:56:24.380309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.381809"], ["updated_at", "2018-12-18 21:56:24.381809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.383351"], ["updated_at", "2018-12-18 21:56:24.383351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.384860"], ["updated_at", "2018-12-18 21:56:24.384860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.386512"], ["updated_at", "2018-12-18 21:56:24.386512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.388121"], ["updated_at", "2018-12-18 21:56:24.388121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.389714"], ["updated_at", "2018-12-18 21:56:24.389714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.391435"], ["updated_at", "2018-12-18 21:56:24.391435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.393050"], ["updated_at", "2018-12-18 21:56:24.393050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.394551"], ["updated_at", "2018-12-18 21:56:24.394551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.396099"], ["updated_at", "2018-12-18 21:56:24.396099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.397687"], ["updated_at", "2018-12-18 21:56:24.397687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.399288"], ["updated_at", "2018-12-18 21:56:24.399288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.400822"], ["updated_at", "2018-12-18 21:56:24.400822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.402315"], ["updated_at", "2018-12-18 21:56:24.402315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.403856"], ["updated_at", "2018-12-18 21:56:24.403856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.405354"], ["updated_at", "2018-12-18 21:56:24.405354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.407083"], ["updated_at", "2018-12-18 21:56:24.407083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.408887"], ["updated_at", "2018-12-18 21:56:24.408887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.410685"], ["updated_at", "2018-12-18 21:56:24.410685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.412317"], ["updated_at", "2018-12-18 21:56:24.412317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.413993"], ["updated_at", "2018-12-18 21:56:24.413993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.415665"], ["updated_at", "2018-12-18 21:56:24.415665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.417684"], ["updated_at", "2018-12-18 21:56:24.417684"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.422406"], ["updated_at", "2018-12-18 21:56:24.422406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.424339"], ["updated_at", "2018-12-18 21:56:24.424339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.425980"], ["updated_at", "2018-12-18 21:56:24.425980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.427512"], ["updated_at", "2018-12-18 21:56:24.427512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.429546"], ["updated_at", "2018-12-18 21:56:24.429546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.431156"], ["updated_at", "2018-12-18 21:56:24.431156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.432763"], ["updated_at", "2018-12-18 21:56:24.432763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.434503"], ["updated_at", "2018-12-18 21:56:24.434503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.436082"], ["updated_at", "2018-12-18 21:56:24.436082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.437608"], ["updated_at", "2018-12-18 21:56:24.437608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.439086"], ["updated_at", "2018-12-18 21:56:24.439086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.440626"], ["updated_at", "2018-12-18 21:56:24.440626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.442647"], ["updated_at", "2018-12-18 21:56:24.442647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.444241"], ["updated_at", "2018-12-18 21:56:24.444241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.445830"], ["updated_at", "2018-12-18 21:56:24.445830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.447483"], ["updated_at", "2018-12-18 21:56:24.447483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.449039"], ["updated_at", "2018-12-18 21:56:24.449039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.450551"], ["updated_at", "2018-12-18 21:56:24.450551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.452203"], ["updated_at", "2018-12-18 21:56:24.452203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.453840"], ["updated_at", "2018-12-18 21:56:24.453840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.455378"], ["updated_at", "2018-12-18 21:56:24.455378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.457190"], ["updated_at", "2018-12-18 21:56:24.457190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.459467"], ["updated_at", "2018-12-18 21:56:24.459467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.461048"], ["updated_at", "2018-12-18 21:56:24.461048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.462516"], ["updated_at", "2018-12-18 21:56:24.462516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.464037"], ["updated_at", "2018-12-18 21:56:24.464037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.465565"], ["updated_at", "2018-12-18 21:56:24.465565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.467080"], ["updated_at", "2018-12-18 21:56:24.467080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.468947"], ["updated_at", "2018-12-18 21:56:24.468947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.470567"], ["updated_at", "2018-12-18 21:56:24.470567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.472068"], ["updated_at", "2018-12-18 21:56:24.472068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.473588"], ["updated_at", "2018-12-18 21:56:24.473588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.475433"], ["updated_at", "2018-12-18 21:56:24.475433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.477068"], ["updated_at", "2018-12-18 21:56:24.477068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.478572"], ["updated_at", "2018-12-18 21:56:24.478572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.480219"], ["updated_at", "2018-12-18 21:56:24.480219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.481802"], ["updated_at", "2018-12-18 21:56:24.481802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.483294"], ["updated_at", "2018-12-18 21:56:24.483294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.484789"], ["updated_at", "2018-12-18 21:56:24.484789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.486297"], ["updated_at", "2018-12-18 21:56:24.486297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.487833"], ["updated_at", "2018-12-18 21:56:24.487833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.489389"], ["updated_at", "2018-12-18 21:56:24.489389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.491796"], ["updated_at", "2018-12-18 21:56:24.491796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.493839"], ["updated_at", "2018-12-18 21:56:24.493839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.495769"], ["updated_at", "2018-12-18 21:56:24.495769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.497332"], ["updated_at", "2018-12-18 21:56:24.497332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.498908"], ["updated_at", "2018-12-18 21:56:24.498908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.500475"], ["updated_at", "2018-12-18 21:56:24.500475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.502102"], ["updated_at", "2018-12-18 21:56:24.502102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.504495"], ["updated_at", "2018-12-18 21:56:24.504495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.506278"], ["updated_at", "2018-12-18 21:56:24.506278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.508048"], ["updated_at", "2018-12-18 21:56:24.508048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.510176"], ["updated_at", "2018-12-18 21:56:24.510176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.512570"], ["updated_at", "2018-12-18 21:56:24.512570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.514317"], ["updated_at", "2018-12-18 21:56:24.514317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.516027"], ["updated_at", "2018-12-18 21:56:24.516027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.517985"], ["updated_at", "2018-12-18 21:56:24.517985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.519736"], ["updated_at", "2018-12-18 21:56:24.519736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.521359"], ["updated_at", "2018-12-18 21:56:24.521359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.525675"], ["updated_at", "2018-12-18 21:56:24.525675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.527468"], ["updated_at", "2018-12-18 21:56:24.527468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.529018"], ["updated_at", "2018-12-18 21:56:24.529018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.530510"], ["updated_at", "2018-12-18 21:56:24.530510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.532056"], ["updated_at", "2018-12-18 21:56:24.532056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.533591"], ["updated_at", "2018-12-18 21:56:24.533591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.535144"], ["updated_at", "2018-12-18 21:56:24.535144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.536654"], ["updated_at", "2018-12-18 21:56:24.536654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.538646"], ["updated_at", "2018-12-18 21:56:24.538646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.540244"], ["updated_at", "2018-12-18 21:56:24.540244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.542336"], ["updated_at", "2018-12-18 21:56:24.542336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.543960"], ["updated_at", "2018-12-18 21:56:24.543960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.545570"], ["updated_at", "2018-12-18 21:56:24.545570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.547132"], ["updated_at", "2018-12-18 21:56:24.547132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.549548"], ["updated_at", "2018-12-18 21:56:24.549548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.551290"], ["updated_at", "2018-12-18 21:56:24.551290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.553354"], ["updated_at", "2018-12-18 21:56:24.553354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.555560"], ["updated_at", "2018-12-18 21:56:24.555560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.557149"], ["updated_at", "2018-12-18 21:56:24.557149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.559105"], ["updated_at", "2018-12-18 21:56:24.559105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.560761"], ["updated_at", "2018-12-18 21:56:24.560761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.562353"], ["updated_at", "2018-12-18 21:56:24.562353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.563915"], ["updated_at", "2018-12-18 21:56:24.563915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.565613"], ["updated_at", "2018-12-18 21:56:24.565613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.567168"], ["updated_at", "2018-12-18 21:56:24.567168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.568767"], ["updated_at", "2018-12-18 21:56:24.568767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.570295"], ["updated_at", "2018-12-18 21:56:24.570295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.571798"], ["updated_at", "2018-12-18 21:56:24.571798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.573482"], ["updated_at", "2018-12-18 21:56:24.573482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.575426"], ["updated_at", "2018-12-18 21:56:24.575426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.577009"], ["updated_at", "2018-12-18 21:56:24.577009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.578522"], ["updated_at", "2018-12-18 21:56:24.578522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.580069"], ["updated_at", "2018-12-18 21:56:24.580069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.581653"], ["updated_at", "2018-12-18 21:56:24.581653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.583639"], ["updated_at", "2018-12-18 21:56:24.583639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.585482"], ["updated_at", "2018-12-18 21:56:24.585482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.587075"], ["updated_at", "2018-12-18 21:56:24.587075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.588578"], ["updated_at", "2018-12-18 21:56:24.588578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.590186"], ["updated_at", "2018-12-18 21:56:24.590186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.592323"], ["updated_at", "2018-12-18 21:56:24.592323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.594325"], ["updated_at", "2018-12-18 21:56:24.594325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.596202"], ["updated_at", "2018-12-18 21:56:24.596202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.597816"], ["updated_at", "2018-12-18 21:56:24.597816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.599363"], ["updated_at", "2018-12-18 21:56:24.599363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.600921"], ["updated_at", "2018-12-18 21:56:24.600921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.602492"], ["updated_at", "2018-12-18 21:56:24.602492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.604090"], ["updated_at", "2018-12-18 21:56:24.604090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.605631"], ["updated_at", "2018-12-18 21:56:24.605631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.607521"], ["updated_at", "2018-12-18 21:56:24.607521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.609209"], ["updated_at", "2018-12-18 21:56:24.609209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.611196"], ["updated_at", "2018-12-18 21:56:24.611196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.613096"], ["updated_at", "2018-12-18 21:56:24.613096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.614896"], ["updated_at", "2018-12-18 21:56:24.614896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.616599"], ["updated_at", "2018-12-18 21:56:24.616599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.618235"], ["updated_at", "2018-12-18 21:56:24.618235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.620027"], ["updated_at", "2018-12-18 21:56:24.620027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.621739"], ["updated_at", "2018-12-18 21:56:24.621739"]]  (2.8ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.626395"], ["updated_at", "2018-12-18 21:56:24.626395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.627995"], ["updated_at", "2018-12-18 21:56:24.627995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.629568"], ["updated_at", "2018-12-18 21:56:24.629568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.631297"], ["updated_at", "2018-12-18 21:56:24.631297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.632892"], ["updated_at", "2018-12-18 21:56:24.632892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.634436"], ["updated_at", "2018-12-18 21:56:24.634436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.635923"], ["updated_at", "2018-12-18 21:56:24.635923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.637457"], ["updated_at", "2018-12-18 21:56:24.637457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.638963"], ["updated_at", "2018-12-18 21:56:24.638963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.640465"], ["updated_at", "2018-12-18 21:56:24.640465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.642793"], ["updated_at", "2018-12-18 21:56:24.642793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.644428"], ["updated_at", "2018-12-18 21:56:24.644428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.645944"], ["updated_at", "2018-12-18 21:56:24.645944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.647475"], ["updated_at", "2018-12-18 21:56:24.647475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.649072"], ["updated_at", "2018-12-18 21:56:24.649072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.650717"], ["updated_at", "2018-12-18 21:56:24.650717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.652357"], ["updated_at", "2018-12-18 21:56:24.652357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.654064"], ["updated_at", "2018-12-18 21:56:24.654064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.655666"], ["updated_at", "2018-12-18 21:56:24.655666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.657246"], ["updated_at", "2018-12-18 21:56:24.657246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.659069"], ["updated_at", "2018-12-18 21:56:24.659069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.660627"], ["updated_at", "2018-12-18 21:56:24.660627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.662236"], ["updated_at", "2018-12-18 21:56:24.662236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.663760"], ["updated_at", "2018-12-18 21:56:24.663760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.665376"], ["updated_at", "2018-12-18 21:56:24.665376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.667002"], ["updated_at", "2018-12-18 21:56:24.667002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.668626"], ["updated_at", "2018-12-18 21:56:24.668626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.670169"], ["updated_at", "2018-12-18 21:56:24.670169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.671705"], ["updated_at", "2018-12-18 21:56:24.671705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.673319"], ["updated_at", "2018-12-18 21:56:24.673319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.675764"], ["updated_at", "2018-12-18 21:56:24.675764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.677469"], ["updated_at", "2018-12-18 21:56:24.677469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.679065"], ["updated_at", "2018-12-18 21:56:24.679065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.680577"], ["updated_at", "2018-12-18 21:56:24.680577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.682077"], ["updated_at", "2018-12-18 21:56:24.682077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.683655"], ["updated_at", "2018-12-18 21:56:24.683655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.685258"], ["updated_at", "2018-12-18 21:56:24.685258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.686819"], ["updated_at", "2018-12-18 21:56:24.686819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.688466"], ["updated_at", "2018-12-18 21:56:24.688466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.690249"], ["updated_at", "2018-12-18 21:56:24.690249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.692108"], ["updated_at", "2018-12-18 21:56:24.692108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.694185"], ["updated_at", "2018-12-18 21:56:24.694185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.696590"], ["updated_at", "2018-12-18 21:56:24.696590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.698322"], ["updated_at", "2018-12-18 21:56:24.698322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.700002"], ["updated_at", "2018-12-18 21:56:24.700002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.701690"], ["updated_at", "2018-12-18 21:56:24.701690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.703285"], ["updated_at", "2018-12-18 21:56:24.703285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.704874"], ["updated_at", "2018-12-18 21:56:24.704874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.706576"], ["updated_at", "2018-12-18 21:56:24.706576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.708494"], ["updated_at", "2018-12-18 21:56:24.708494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.710190"], ["updated_at", "2018-12-18 21:56:24.710190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.711970"], ["updated_at", "2018-12-18 21:56:24.711970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.713692"], ["updated_at", "2018-12-18 21:56:24.713692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.715318"], ["updated_at", "2018-12-18 21:56:24.715318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.719087"], ["updated_at", "2018-12-18 21:56:24.719087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.720717"], ["updated_at", "2018-12-18 21:56:24.720717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.722240"], ["updated_at", "2018-12-18 21:56:24.722240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.723884"], ["updated_at", "2018-12-18 21:56:24.723884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.725737"], ["updated_at", "2018-12-18 21:56:24.725737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.727266"], ["updated_at", "2018-12-18 21:56:24.727266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.728761"], ["updated_at", "2018-12-18 21:56:24.728761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.730311"], ["updated_at", "2018-12-18 21:56:24.730311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.731917"], ["updated_at", "2018-12-18 21:56:24.731917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.733517"], ["updated_at", "2018-12-18 21:56:24.733517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.735216"], ["updated_at", "2018-12-18 21:56:24.735216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.736889"], ["updated_at", "2018-12-18 21:56:24.736889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.738516"], ["updated_at", "2018-12-18 21:56:24.738516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.740076"], ["updated_at", "2018-12-18 21:56:24.740076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.742239"], ["updated_at", "2018-12-18 21:56:24.742239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.744037"], ["updated_at", "2018-12-18 21:56:24.744037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.745680"], ["updated_at", "2018-12-18 21:56:24.745680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.747550"], ["updated_at", "2018-12-18 21:56:24.747550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.749159"], ["updated_at", "2018-12-18 21:56:24.749159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.750756"], ["updated_at", "2018-12-18 21:56:24.750756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.752328"], ["updated_at", "2018-12-18 21:56:24.752328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.754136"], ["updated_at", "2018-12-18 21:56:24.754136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.755721"], ["updated_at", "2018-12-18 21:56:24.755721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.757537"], ["updated_at", "2018-12-18 21:56:24.757537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.759343"], ["updated_at", "2018-12-18 21:56:24.759343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.760907"], ["updated_at", "2018-12-18 21:56:24.760907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.762418"], ["updated_at", "2018-12-18 21:56:24.762418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.763930"], ["updated_at", "2018-12-18 21:56:24.763930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.765488"], ["updated_at", "2018-12-18 21:56:24.765488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.767057"], ["updated_at", "2018-12-18 21:56:24.767057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.768619"], ["updated_at", "2018-12-18 21:56:24.768619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.770646"], ["updated_at", "2018-12-18 21:56:24.770646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.772288"], ["updated_at", "2018-12-18 21:56:24.772288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.773839"], ["updated_at", "2018-12-18 21:56:24.773839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.775708"], ["updated_at", "2018-12-18 21:56:24.775708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.777391"], ["updated_at", "2018-12-18 21:56:24.777391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.778991"], ["updated_at", "2018-12-18 21:56:24.778991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.781653"], ["updated_at", "2018-12-18 21:56:24.781653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.783522"], ["updated_at", "2018-12-18 21:56:24.783522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.785151"], ["updated_at", "2018-12-18 21:56:24.785151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.786761"], ["updated_at", "2018-12-18 21:56:24.786761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.788408"], ["updated_at", "2018-12-18 21:56:24.788408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.790297"], ["updated_at", "2018-12-18 21:56:24.790297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.792999"], ["updated_at", "2018-12-18 21:56:24.792999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.794890"], ["updated_at", "2018-12-18 21:56:24.794890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.796495"], ["updated_at", "2018-12-18 21:56:24.796495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.798078"], ["updated_at", "2018-12-18 21:56:24.798078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.799677"], ["updated_at", "2018-12-18 21:56:24.799677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.801403"], ["updated_at", "2018-12-18 21:56:24.801403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.803675"], ["updated_at", "2018-12-18 21:56:24.803675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.805615"], ["updated_at", "2018-12-18 21:56:24.805615"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.809594"], ["updated_at", "2018-12-18 21:56:24.809594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.811291"], ["updated_at", "2018-12-18 21:56:24.811291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.813038"], ["updated_at", "2018-12-18 21:56:24.813038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.815322"], ["updated_at", "2018-12-18 21:56:24.815322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.817194"], ["updated_at", "2018-12-18 21:56:24.817194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.818872"], ["updated_at", "2018-12-18 21:56:24.818872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.820475"], ["updated_at", "2018-12-18 21:56:24.820475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.822110"], ["updated_at", "2018-12-18 21:56:24.822110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.823987"], ["updated_at", "2018-12-18 21:56:24.823987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.826350"], ["updated_at", "2018-12-18 21:56:24.826350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.828199"], ["updated_at", "2018-12-18 21:56:24.828199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.830050"], ["updated_at", "2018-12-18 21:56:24.830050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.831745"], ["updated_at", "2018-12-18 21:56:24.831745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.833400"], ["updated_at", "2018-12-18 21:56:24.833400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.835131"], ["updated_at", "2018-12-18 21:56:24.835131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.837488"], ["updated_at", "2018-12-18 21:56:24.837488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 22.6ms | ActiveRecord: 0.7ms)  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:24.876155"], ["updated_at", "2018-12-18 21:56:24.876155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.883281"], ["updated_at", "2018-12-18 21:56:24.883281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.886660"], ["updated_at", "2018-12-18 21:56:24.886660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.889324"], ["updated_at", "2018-12-18 21:56:24.889324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.892940"], ["updated_at", "2018-12-18 21:56:24.892940"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.895556"], ["updated_at", "2018-12-18 21:56:24.895556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.897969"], ["updated_at", "2018-12-18 21:56:24.897969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.901286"], ["updated_at", "2018-12-18 21:56:24.901286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.902923"], ["updated_at", "2018-12-18 21:56:24.902923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.905255"], ["updated_at", "2018-12-18 21:56:24.905255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.906918"], ["updated_at", "2018-12-18 21:56:24.906918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.908978"], ["updated_at", "2018-12-18 21:56:24.908978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.911018"], ["updated_at", "2018-12-18 21:56:24.911018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.912677"], ["updated_at", "2018-12-18 21:56:24.912677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.914234"], ["updated_at", "2018-12-18 21:56:24.914234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.916564"], ["updated_at", "2018-12-18 21:56:24.916564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.918922"], ["updated_at", "2018-12-18 21:56:24.918922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.920859"], ["updated_at", "2018-12-18 21:56:24.920859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.922592"], ["updated_at", "2018-12-18 21:56:24.922592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.924345"], ["updated_at", "2018-12-18 21:56:24.924345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.926661"], ["updated_at", "2018-12-18 21:56:24.926661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.928503"], ["updated_at", "2018-12-18 21:56:24.928503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.930106"], ["updated_at", "2018-12-18 21:56:24.930106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.931677"], ["updated_at", "2018-12-18 21:56:24.931677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.933558"], ["updated_at", "2018-12-18 21:56:24.933558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.935303"], ["updated_at", "2018-12-18 21:56:24.935303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.937882"], ["updated_at", "2018-12-18 21:56:24.937882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.939819"], ["updated_at", "2018-12-18 21:56:24.939819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.941663"], ["updated_at", "2018-12-18 21:56:24.941663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.943423"], ["updated_at", "2018-12-18 21:56:24.943423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.945265"], ["updated_at", "2018-12-18 21:56:24.945265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.946994"], ["updated_at", "2018-12-18 21:56:24.946994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.949073"], ["updated_at", "2018-12-18 21:56:24.949073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.951382"], ["updated_at", "2018-12-18 21:56:24.951382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.953104"], ["updated_at", "2018-12-18 21:56:24.953104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.954908"], ["updated_at", "2018-12-18 21:56:24.954908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.956741"], ["updated_at", "2018-12-18 21:56:24.956741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.958551"], ["updated_at", "2018-12-18 21:56:24.958551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.960621"], ["updated_at", "2018-12-18 21:56:24.960621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.962380"], ["updated_at", "2018-12-18 21:56:24.962380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.964002"], ["updated_at", "2018-12-18 21:56:24.964002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.965559"], ["updated_at", "2018-12-18 21:56:24.965559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.967180"], ["updated_at", "2018-12-18 21:56:24.967180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.968880"], ["updated_at", "2018-12-18 21:56:24.968880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.970491"], ["updated_at", "2018-12-18 21:56:24.970491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.972771"], ["updated_at", "2018-12-18 21:56:24.972771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.974529"], ["updated_at", "2018-12-18 21:56:24.974529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.976216"], ["updated_at", "2018-12-18 21:56:24.976216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.977845"], ["updated_at", "2018-12-18 21:56:24.977845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.979483"], ["updated_at", "2018-12-18 21:56:24.979483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.981132"], ["updated_at", "2018-12-18 21:56:24.981132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.983214"], ["updated_at", "2018-12-18 21:56:24.983214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.984999"], ["updated_at", "2018-12-18 21:56:24.984999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.986660"], ["updated_at", "2018-12-18 21:56:24.986660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.988335"], ["updated_at", "2018-12-18 21:56:24.988335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.990068"], ["updated_at", "2018-12-18 21:56:24.990068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.992052"], ["updated_at", "2018-12-18 21:56:24.992052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.993716"], ["updated_at", "2018-12-18 21:56:24.993716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.995230"], ["updated_at", "2018-12-18 21:56:24.995230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.996766"], ["updated_at", "2018-12-18 21:56:24.996766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:24.998420"], ["updated_at", "2018-12-18 21:56:24.998420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.000034"], ["updated_at", "2018-12-18 21:56:25.000034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.001677"], ["updated_at", "2018-12-18 21:56:25.001677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.003410"], ["updated_at", "2018-12-18 21:56:25.003410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.005072"], ["updated_at", "2018-12-18 21:56:25.005072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.006652"], ["updated_at", "2018-12-18 21:56:25.006652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.008626"], ["updated_at", "2018-12-18 21:56:25.008626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.010363"], ["updated_at", "2018-12-18 21:56:25.010363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.012158"], ["updated_at", "2018-12-18 21:56:25.012158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.013965"], ["updated_at", "2018-12-18 21:56:25.013965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.015674"], ["updated_at", "2018-12-18 21:56:25.015674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.017308"], ["updated_at", "2018-12-18 21:56:25.017308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.018918"], ["updated_at", "2018-12-18 21:56:25.018918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.020532"], ["updated_at", "2018-12-18 21:56:25.020532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.022742"], ["updated_at", "2018-12-18 21:56:25.022742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.024745"], ["updated_at", "2018-12-18 21:56:25.024745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.026718"], ["updated_at", "2018-12-18 21:56:25.026718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.028599"], ["updated_at", "2018-12-18 21:56:25.028599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.030335"], ["updated_at", "2018-12-18 21:56:25.030335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.032062"], ["updated_at", "2018-12-18 21:56:25.032062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.033793"], ["updated_at", "2018-12-18 21:56:25.033793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.035546"], ["updated_at", "2018-12-18 21:56:25.035546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.037555"], ["updated_at", "2018-12-18 21:56:25.037555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.039418"], ["updated_at", "2018-12-18 21:56:25.039418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.041533"], ["updated_at", "2018-12-18 21:56:25.041533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.043592"], ["updated_at", "2018-12-18 21:56:25.043592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.047350"], ["updated_at", "2018-12-18 21:56:25.047350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.049162"], ["updated_at", "2018-12-18 21:56:25.049162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.050779"], ["updated_at", "2018-12-18 21:56:25.050779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.052385"], ["updated_at", "2018-12-18 21:56:25.052385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.054028"], ["updated_at", "2018-12-18 21:56:25.054028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.055555"], ["updated_at", "2018-12-18 21:56:25.055555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.057099"], ["updated_at", "2018-12-18 21:56:25.057099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.058947"], ["updated_at", "2018-12-18 21:56:25.058947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.060604"], ["updated_at", "2018-12-18 21:56:25.060604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.063064"], ["updated_at", "2018-12-18 21:56:25.063064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.064669"], ["updated_at", "2018-12-18 21:56:25.064669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.066188"], ["updated_at", "2018-12-18 21:56:25.066188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.067762"], ["updated_at", "2018-12-18 21:56:25.067762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.069383"], ["updated_at", "2018-12-18 21:56:25.069383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.070938"], ["updated_at", "2018-12-18 21:56:25.070938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.072794"], ["updated_at", "2018-12-18 21:56:25.072794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.074582"], ["updated_at", "2018-12-18 21:56:25.074582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.076240"], ["updated_at", "2018-12-18 21:56:25.076240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.077742"], ["updated_at", "2018-12-18 21:56:25.077742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.079236"], ["updated_at", "2018-12-18 21:56:25.079236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.080753"], ["updated_at", "2018-12-18 21:56:25.080753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.082272"], ["updated_at", "2018-12-18 21:56:25.082272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.083891"], ["updated_at", "2018-12-18 21:56:25.083891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.085474"], ["updated_at", "2018-12-18 21:56:25.085474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.086995"], ["updated_at", "2018-12-18 21:56:25.086995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.088497"], ["updated_at", "2018-12-18 21:56:25.088497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.090015"], ["updated_at", "2018-12-18 21:56:25.090015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.092117"], ["updated_at", "2018-12-18 21:56:25.092117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.093704"], ["updated_at", "2018-12-18 21:56:25.093704"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.095314"], ["updated_at", "2018-12-18 21:56:25.095314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.096859"], ["updated_at", "2018-12-18 21:56:25.096859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.098360"], ["updated_at", "2018-12-18 21:56:25.098360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.099803"], ["updated_at", "2018-12-18 21:56:25.099803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.101284"], ["updated_at", "2018-12-18 21:56:25.101284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.102827"], ["updated_at", "2018-12-18 21:56:25.102827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.104339"], ["updated_at", "2018-12-18 21:56:25.104339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.105817"], ["updated_at", "2018-12-18 21:56:25.105817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.107549"], ["updated_at", "2018-12-18 21:56:25.107549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.109311"], ["updated_at", "2018-12-18 21:56:25.109311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.110788"], ["updated_at", "2018-12-18 21:56:25.110788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.112282"], ["updated_at", "2018-12-18 21:56:25.112282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.113810"], ["updated_at", "2018-12-18 21:56:25.113810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.115333"], ["updated_at", "2018-12-18 21:56:25.115333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.116862"], ["updated_at", "2018-12-18 21:56:25.116862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.118551"], ["updated_at", "2018-12-18 21:56:25.118551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.120167"], ["updated_at", "2018-12-18 21:56:25.120167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.121716"], ["updated_at", "2018-12-18 21:56:25.121716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.123188"], ["updated_at", "2018-12-18 21:56:25.123188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.124997"], ["updated_at", "2018-12-18 21:56:25.124997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.126637"], ["updated_at", "2018-12-18 21:56:25.126637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.128227"], ["updated_at", "2018-12-18 21:56:25.128227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.129873"], ["updated_at", "2018-12-18 21:56:25.129873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.131477"], ["updated_at", "2018-12-18 21:56:25.131477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.133033"], ["updated_at", "2018-12-18 21:56:25.133033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.134625"], ["updated_at", "2018-12-18 21:56:25.134625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.136187"], ["updated_at", "2018-12-18 21:56:25.136187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.137818"], ["updated_at", "2018-12-18 21:56:25.137818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.139419"], ["updated_at", "2018-12-18 21:56:25.139419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.141316"], ["updated_at", "2018-12-18 21:56:25.141316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.143030"], ["updated_at", "2018-12-18 21:56:25.143030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.144604"], ["updated_at", "2018-12-18 21:56:25.144604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.146151"], ["updated_at", "2018-12-18 21:56:25.146151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.147675"], ["updated_at", "2018-12-18 21:56:25.147675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.149253"], ["updated_at", "2018-12-18 21:56:25.149253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.150888"], ["updated_at", "2018-12-18 21:56:25.150888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.152791"], ["updated_at", "2018-12-18 21:56:25.152791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.154562"], ["updated_at", "2018-12-18 21:56:25.154562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.156134"], ["updated_at", "2018-12-18 21:56:25.156134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.157945"], ["updated_at", "2018-12-18 21:56:25.157945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.159734"], ["updated_at", "2018-12-18 21:56:25.159734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.161433"], ["updated_at", "2018-12-18 21:56:25.161433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.162980"], ["updated_at", "2018-12-18 21:56:25.162980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.164694"], ["updated_at", "2018-12-18 21:56:25.164694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.166365"], ["updated_at", "2018-12-18 21:56:25.166365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.168070"], ["updated_at", "2018-12-18 21:56:25.168070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.169753"], ["updated_at", "2018-12-18 21:56:25.169753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.171406"], ["updated_at", "2018-12-18 21:56:25.171406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.172998"], ["updated_at", "2018-12-18 21:56:25.172998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.177880"], ["updated_at", "2018-12-18 21:56:25.177880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.179619"], ["updated_at", "2018-12-18 21:56:25.179619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.181220"], ["updated_at", "2018-12-18 21:56:25.181220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.182807"], ["updated_at", "2018-12-18 21:56:25.182807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.184442"], ["updated_at", "2018-12-18 21:56:25.184442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.186021"], ["updated_at", "2018-12-18 21:56:25.186021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.187721"], ["updated_at", "2018-12-18 21:56:25.187721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.189353"], ["updated_at", "2018-12-18 21:56:25.189353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.191210"], ["updated_at", "2018-12-18 21:56:25.191210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.192976"], ["updated_at", "2018-12-18 21:56:25.192976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.194519"], ["updated_at", "2018-12-18 21:56:25.194519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.196034"], ["updated_at", "2018-12-18 21:56:25.196034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.197534"], ["updated_at", "2018-12-18 21:56:25.197534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.199178"], ["updated_at", "2018-12-18 21:56:25.199178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.200819"], ["updated_at", "2018-12-18 21:56:25.200819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.202368"], ["updated_at", "2018-12-18 21:56:25.202368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.203916"], ["updated_at", "2018-12-18 21:56:25.203916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.205410"], ["updated_at", "2018-12-18 21:56:25.205410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.207013"], ["updated_at", "2018-12-18 21:56:25.207013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.208986"], ["updated_at", "2018-12-18 21:56:25.208986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.210659"], ["updated_at", "2018-12-18 21:56:25.210659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.212319"], ["updated_at", "2018-12-18 21:56:25.212319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.213882"], ["updated_at", "2018-12-18 21:56:25.213882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.215410"], ["updated_at", "2018-12-18 21:56:25.215410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.216882"], ["updated_at", "2018-12-18 21:56:25.216882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.218376"], ["updated_at", "2018-12-18 21:56:25.218376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.219980"], ["updated_at", "2018-12-18 21:56:25.219980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.221528"], ["updated_at", "2018-12-18 21:56:25.221528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.223230"], ["updated_at", "2018-12-18 21:56:25.223230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.224956"], ["updated_at", "2018-12-18 21:56:25.224956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.226545"], ["updated_at", "2018-12-18 21:56:25.226545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.228033"], ["updated_at", "2018-12-18 21:56:25.228033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.229530"], ["updated_at", "2018-12-18 21:56:25.229530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.231084"], ["updated_at", "2018-12-18 21:56:25.231084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.232603"], ["updated_at", "2018-12-18 21:56:25.232603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.234229"], ["updated_at", "2018-12-18 21:56:25.234229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.235857"], ["updated_at", "2018-12-18 21:56:25.235857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.237420"], ["updated_at", "2018-12-18 21:56:25.237420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.238926"], ["updated_at", "2018-12-18 21:56:25.238926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.240439"], ["updated_at", "2018-12-18 21:56:25.240439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.242243"], ["updated_at", "2018-12-18 21:56:25.242243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.243788"], ["updated_at", "2018-12-18 21:56:25.243788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.245396"], ["updated_at", "2018-12-18 21:56:25.245396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.247183"], ["updated_at", "2018-12-18 21:56:25.247183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.248789"], ["updated_at", "2018-12-18 21:56:25.248789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.250310"], ["updated_at", "2018-12-18 21:56:25.250310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.251851"], ["updated_at", "2018-12-18 21:56:25.251851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.253406"], ["updated_at", "2018-12-18 21:56:25.253406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.254926"], ["updated_at", "2018-12-18 21:56:25.254926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.256485"], ["updated_at", "2018-12-18 21:56:25.256485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.258428"], ["updated_at", "2018-12-18 21:56:25.258428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.260069"], ["updated_at", "2018-12-18 21:56:25.260069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.261600"], ["updated_at", "2018-12-18 21:56:25.261600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.263116"], ["updated_at", "2018-12-18 21:56:25.263116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.264710"], ["updated_at", "2018-12-18 21:56:25.264710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.266518"], ["updated_at", "2018-12-18 21:56:25.266518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.268094"], ["updated_at", "2018-12-18 21:56:25.268094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.269894"], ["updated_at", "2018-12-18 21:56:25.269894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.271550"], ["updated_at", "2018-12-18 21:56:25.271550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.273059"], ["updated_at", "2018-12-18 21:56:25.273059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.275171"], ["updated_at", "2018-12-18 21:56:25.275171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.276886"], ["updated_at", "2018-12-18 21:56:25.276886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.278452"], ["updated_at", "2018-12-18 21:56:25.278452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.280123"], ["updated_at", "2018-12-18 21:56:25.280123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.281789"], ["updated_at", "2018-12-18 21:56:25.281789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.283378"], ["updated_at", "2018-12-18 21:56:25.283378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.284979"], ["updated_at", "2018-12-18 21:56:25.284979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.286568"], ["updated_at", "2018-12-18 21:56:25.286568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.288304"], ["updated_at", "2018-12-18 21:56:25.288304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.290019"], ["updated_at", "2018-12-18 21:56:25.290019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.292024"], ["updated_at", "2018-12-18 21:56:25.292024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.293790"], ["updated_at", "2018-12-18 21:56:25.293790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.295410"], ["updated_at", "2018-12-18 21:56:25.295410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.296973"], ["updated_at", "2018-12-18 21:56:25.296973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.302116"], ["updated_at", "2018-12-18 21:56:25.302116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.305137"], ["updated_at", "2018-12-18 21:56:25.305137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.307194"], ["updated_at", "2018-12-18 21:56:25.307194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.309202"], ["updated_at", "2018-12-18 21:56:25.309202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.310809"], ["updated_at", "2018-12-18 21:56:25.310809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.312327"], ["updated_at", "2018-12-18 21:56:25.312327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.314621"], ["updated_at", "2018-12-18 21:56:25.314621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.316729"], ["updated_at", "2018-12-18 21:56:25.316729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.318406"], ["updated_at", "2018-12-18 21:56:25.318406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.319969"], ["updated_at", "2018-12-18 21:56:25.319969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.321475"], ["updated_at", "2018-12-18 21:56:25.321475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.322993"], ["updated_at", "2018-12-18 21:56:25.322993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.324704"], ["updated_at", "2018-12-18 21:56:25.324704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.326357"], ["updated_at", "2018-12-18 21:56:25.326357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.328129"], ["updated_at", "2018-12-18 21:56:25.328129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.329669"], ["updated_at", "2018-12-18 21:56:25.329669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.331186"], ["updated_at", "2018-12-18 21:56:25.331186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.332706"], ["updated_at", "2018-12-18 21:56:25.332706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.334233"], ["updated_at", "2018-12-18 21:56:25.334233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.335834"], ["updated_at", "2018-12-18 21:56:25.335834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.337370"], ["updated_at", "2018-12-18 21:56:25.337370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.338999"], ["updated_at", "2018-12-18 21:56:25.338999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.340557"], ["updated_at", "2018-12-18 21:56:25.340557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.342453"], ["updated_at", "2018-12-18 21:56:25.342453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.344160"], ["updated_at", "2018-12-18 21:56:25.344160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.345700"], ["updated_at", "2018-12-18 21:56:25.345700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.347301"], ["updated_at", "2018-12-18 21:56:25.347301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.348853"], ["updated_at", "2018-12-18 21:56:25.348853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.350399"], ["updated_at", "2018-12-18 21:56:25.350399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.352067"], ["updated_at", "2018-12-18 21:56:25.352067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.354406"], ["updated_at", "2018-12-18 21:56:25.354406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.356207"], ["updated_at", "2018-12-18 21:56:25.356207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.357998"], ["updated_at", "2018-12-18 21:56:25.357998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.359656"], ["updated_at", "2018-12-18 21:56:25.359656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.361233"], ["updated_at", "2018-12-18 21:56:25.361233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.362868"], ["updated_at", "2018-12-18 21:56:25.362868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.364419"], ["updated_at", "2018-12-18 21:56:25.364419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.365963"], ["updated_at", "2018-12-18 21:56:25.365963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.367461"], ["updated_at", "2018-12-18 21:56:25.367461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.369033"], ["updated_at", "2018-12-18 21:56:25.369033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.370714"], ["updated_at", "2018-12-18 21:56:25.370714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.372255"], ["updated_at", "2018-12-18 21:56:25.372255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.374143"], ["updated_at", "2018-12-18 21:56:25.374143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.375912"], ["updated_at", "2018-12-18 21:56:25.375912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.377443"], ["updated_at", "2018-12-18 21:56:25.377443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.378931"], ["updated_at", "2018-12-18 21:56:25.378931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.380468"], ["updated_at", "2018-12-18 21:56:25.380468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.382053"], ["updated_at", "2018-12-18 21:56:25.382053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.383571"], ["updated_at", "2018-12-18 21:56:25.383571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.385307"], ["updated_at", "2018-12-18 21:56:25.385307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.387171"], ["updated_at", "2018-12-18 21:56:25.387171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.388868"], ["updated_at", "2018-12-18 21:56:25.388868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.390390"], ["updated_at", "2018-12-18 21:56:25.390390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.392380"], ["updated_at", "2018-12-18 21:56:25.392380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.393949"], ["updated_at", "2018-12-18 21:56:25.393949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.395471"], ["updated_at", "2018-12-18 21:56:25.395471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.397175"], ["updated_at", "2018-12-18 21:56:25.397175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.398779"], ["updated_at", "2018-12-18 21:56:25.398779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.400309"], ["updated_at", "2018-12-18 21:56:25.400309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.401823"], ["updated_at", "2018-12-18 21:56:25.401823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.403448"], ["updated_at", "2018-12-18 21:56:25.403448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.405076"], ["updated_at", "2018-12-18 21:56:25.405076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.406651"], ["updated_at", "2018-12-18 21:56:25.406651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.408713"], ["updated_at", "2018-12-18 21:56:25.408713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.411070"], ["updated_at", "2018-12-18 21:56:25.411070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.412977"], ["updated_at", "2018-12-18 21:56:25.412977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.414598"], ["updated_at", "2018-12-18 21:56:25.414598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.416199"], ["updated_at", "2018-12-18 21:56:25.416199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.418003"], ["updated_at", "2018-12-18 21:56:25.418003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.419907"], ["updated_at", "2018-12-18 21:56:25.419907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (2.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.422092"], ["updated_at", "2018-12-18 21:56:25.422092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.425958"], ["updated_at", "2018-12-18 21:56:25.425958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.427654"], ["updated_at", "2018-12-18 21:56:25.427654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.429193"], ["updated_at", "2018-12-18 21:56:25.429193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.430743"], ["updated_at", "2018-12-18 21:56:25.430743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.432415"], ["updated_at", "2018-12-18 21:56:25.432415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.433991"], ["updated_at", "2018-12-18 21:56:25.433991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.435540"], ["updated_at", "2018-12-18 21:56:25.435540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.437077"], ["updated_at", "2018-12-18 21:56:25.437077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.438620"], ["updated_at", "2018-12-18 21:56:25.438620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.440127"], ["updated_at", "2018-12-18 21:56:25.440127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.441914"], ["updated_at", "2018-12-18 21:56:25.441914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.443717"], ["updated_at", "2018-12-18 21:56:25.443717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.445339"], ["updated_at", "2018-12-18 21:56:25.445339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.446886"], ["updated_at", "2018-12-18 21:56:25.446886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.448384"], ["updated_at", "2018-12-18 21:56:25.448384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.449876"], ["updated_at", "2018-12-18 21:56:25.449876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.451463"], ["updated_at", "2018-12-18 21:56:25.451463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.453032"], ["updated_at", "2018-12-18 21:56:25.453032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.454674"], ["updated_at", "2018-12-18 21:56:25.454674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.456257"], ["updated_at", "2018-12-18 21:56:25.456257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.457927"], ["updated_at", "2018-12-18 21:56:25.457927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.459566"], ["updated_at", "2018-12-18 21:56:25.459566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.461115"], ["updated_at", "2018-12-18 21:56:25.461115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.462628"], ["updated_at", "2018-12-18 21:56:25.462628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.464128"], ["updated_at", "2018-12-18 21:56:25.464128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.465639"], ["updated_at", "2018-12-18 21:56:25.465639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.467330"], ["updated_at", "2018-12-18 21:56:25.467330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.468957"], ["updated_at", "2018-12-18 21:56:25.468957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.470530"], ["updated_at", "2018-12-18 21:56:25.470530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.472022"], ["updated_at", "2018-12-18 21:56:25.472022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.473864"], ["updated_at", "2018-12-18 21:56:25.473864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.475587"], ["updated_at", "2018-12-18 21:56:25.475587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.477169"], ["updated_at", "2018-12-18 21:56:25.477169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.478777"], ["updated_at", "2018-12-18 21:56:25.478777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.480386"], ["updated_at", "2018-12-18 21:56:25.480386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.481907"], ["updated_at", "2018-12-18 21:56:25.481907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.483435"], ["updated_at", "2018-12-18 21:56:25.483435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.484971"], ["updated_at", "2018-12-18 21:56:25.484971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.486599"], ["updated_at", "2018-12-18 21:56:25.486599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.488185"], ["updated_at", "2018-12-18 21:56:25.488185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.490619"], ["updated_at", "2018-12-18 21:56:25.490619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.492596"], ["updated_at", "2018-12-18 21:56:25.492596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.494147"], ["updated_at", "2018-12-18 21:56:25.494147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.495658"], ["updated_at", "2018-12-18 21:56:25.495658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.497240"], ["updated_at", "2018-12-18 21:56:25.497240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.498839"], ["updated_at", "2018-12-18 21:56:25.498839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.500410"], ["updated_at", "2018-12-18 21:56:25.500410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.502156"], ["updated_at", "2018-12-18 21:56:25.502156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.503827"], ["updated_at", "2018-12-18 21:56:25.503827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.505375"], ["updated_at", "2018-12-18 21:56:25.505375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.506887"], ["updated_at", "2018-12-18 21:56:25.506887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.508797"], ["updated_at", "2018-12-18 21:56:25.508797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.510415"], ["updated_at", "2018-12-18 21:56:25.510415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.511975"], ["updated_at", "2018-12-18 21:56:25.511975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.513594"], ["updated_at", "2018-12-18 21:56:25.513594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.516107"], ["updated_at", "2018-12-18 21:56:25.516107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.518414"], ["updated_at", "2018-12-18 21:56:25.518414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.520425"], ["updated_at", "2018-12-18 21:56:25.520425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.522067"], ["updated_at", "2018-12-18 21:56:25.522067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.523646"], ["updated_at", "2018-12-18 21:56:25.523646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.525894"], ["updated_at", "2018-12-18 21:56:25.525894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.527934"], ["updated_at", "2018-12-18 21:56:25.527934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.529530"], ["updated_at", "2018-12-18 21:56:25.529530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.531101"], ["updated_at", "2018-12-18 21:56:25.531101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.532838"], ["updated_at", "2018-12-18 21:56:25.532838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.534483"], ["updated_at", "2018-12-18 21:56:25.534483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.536169"], ["updated_at", "2018-12-18 21:56:25.536169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.540016"], ["updated_at", "2018-12-18 21:56:25.540016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.541974"], ["updated_at", "2018-12-18 21:56:25.541974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.543784"], ["updated_at", "2018-12-18 21:56:25.543784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.545380"], ["updated_at", "2018-12-18 21:56:25.545380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.546887"], ["updated_at", "2018-12-18 21:56:25.546887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.548579"], ["updated_at", "2018-12-18 21:56:25.548579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.550123"], ["updated_at", "2018-12-18 21:56:25.550123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.551642"], ["updated_at", "2018-12-18 21:56:25.551642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.553170"], ["updated_at", "2018-12-18 21:56:25.553170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.554704"], ["updated_at", "2018-12-18 21:56:25.554704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.556205"], ["updated_at", "2018-12-18 21:56:25.556205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.558075"], ["updated_at", "2018-12-18 21:56:25.558075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.560083"], ["updated_at", "2018-12-18 21:56:25.560083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.561728"], ["updated_at", "2018-12-18 21:56:25.561728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.563264"], ["updated_at", "2018-12-18 21:56:25.563264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.564791"], ["updated_at", "2018-12-18 21:56:25.564791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.566297"], ["updated_at", "2018-12-18 21:56:25.566297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.567899"], ["updated_at", "2018-12-18 21:56:25.567899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.569448"], ["updated_at", "2018-12-18 21:56:25.569448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.571078"], ["updated_at", "2018-12-18 21:56:25.571078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.572632"], ["updated_at", "2018-12-18 21:56:25.572632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.574233"], ["updated_at", "2018-12-18 21:56:25.574233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.575917"], ["updated_at", "2018-12-18 21:56:25.575917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.577392"], ["updated_at", "2018-12-18 21:56:25.577392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.579231"], ["updated_at", "2018-12-18 21:56:25.579231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.585009"], ["updated_at", "2018-12-18 21:56:25.585009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.590534"], ["updated_at", "2018-12-18 21:56:25.590534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.596615"], ["updated_at", "2018-12-18 21:56:25.596615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.608785"], ["updated_at", "2018-12-18 21:56:25.608785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.612558"], ["updated_at", "2018-12-18 21:56:25.612558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.616550"], ["updated_at", "2018-12-18 21:56:25.616550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.621453"], ["updated_at", "2018-12-18 21:56:25.621453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.624756"], ["updated_at", "2018-12-18 21:56:25.624756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.629327"], ["updated_at", "2018-12-18 21:56:25.629327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.633952"], ["updated_at", "2018-12-18 21:56:25.633952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.638311"], ["updated_at", "2018-12-18 21:56:25.638311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2018-12-18 21:56:25.639105"], ["updated_at", "2018-12-18 21:56:25.639907"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.645010"], ["updated_at", "2018-12-18 21:56:25.645010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2018-12-18 21:56:25.653041"], ["updated_at", "2018-12-18 21:56:25.653041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2018-12-18 21:56:25.655452"], ["updated_at", "2018-12-18 21:56:25.655452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 409 Conflict in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (2.2ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.3ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 21ms (Views: 0.2ms | ActiveRecord: 2.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.765901"], ["updated_at", "2019-02-12 21:17:58.765901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.789313"], ["updated_at", "2019-02-12 21:17:58.789313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.804997"], ["updated_at", "2019-02-12 21:17:58.804997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.811826"], ["updated_at", "2019-02-12 21:17:58.811826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.813398"], ["updated_at", "2019-02-12 21:17:58.813398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:17:58.815535"], ["updated_at", "2019-02-12 21:17:58.815535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.820544"], ["updated_at", "2019-02-12 21:17:58.820544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.839437"], ["updated_at", "2019-02-12 21:17:58.839437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.853473"], ["updated_at", "2019-02-12 21:17:58.853473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 11ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.858886"], ["updated_at", "2019-02-12 21:17:58.858886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.865346"], ["updated_at", "2019-02-12 21:17:58.865346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.869397"], ["updated_at", "2019-02-12 21:17:58.869397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.876024"], ["updated_at", "2019-02-12 21:17:58.876024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.880787"], ["updated_at", "2019-02-12 21:17:58.880787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.891708"], ["updated_at", "2019-02-12 21:17:58.891708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.894950"], ["updated_at", "2019-02-12 21:17:58.894950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 21:17:58.898918"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.914358"], ["updated_at", "2019-02-12 21:17:58.914358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.929776"], ["updated_at", "2019-02-12 21:17:58.929776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:58.939805"], ["updated_at", "2019-02-12 21:17:58.939805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.951839"], ["updated_at", "2019-02-12 21:17:58.951839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.953735"], ["updated_at", "2019-02-12 21:17:58.953735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.955232"], ["updated_at", "2019-02-12 21:17:58.955232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.957657"], ["updated_at", "2019-02-12 21:17:58.957657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.960248"], ["updated_at", "2019-02-12 21:17:58.960248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.961844"], ["updated_at", "2019-02-12 21:17:58.961844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.963334"], ["updated_at", "2019-02-12 21:17:58.963334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.964930"], ["updated_at", "2019-02-12 21:17:58.964930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.966478"], ["updated_at", "2019-02-12 21:17:58.966478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.968014"], ["updated_at", "2019-02-12 21:17:58.968014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.969546"], ["updated_at", "2019-02-12 21:17:58.969546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.971315"], ["updated_at", "2019-02-12 21:17:58.971315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.974189"], ["updated_at", "2019-02-12 21:17:58.974189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.976157"], ["updated_at", "2019-02-12 21:17:58.976157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.977737"], ["updated_at", "2019-02-12 21:17:58.977737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.979279"], ["updated_at", "2019-02-12 21:17:58.979279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.981321"], ["updated_at", "2019-02-12 21:17:58.981321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.983081"], ["updated_at", "2019-02-12 21:17:58.983081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.984632"], ["updated_at", "2019-02-12 21:17:58.984632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.986124"], ["updated_at", "2019-02-12 21:17:58.986124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.987762"], ["updated_at", "2019-02-12 21:17:58.987762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.989286"], ["updated_at", "2019-02-12 21:17:58.989286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.991568"], ["updated_at", "2019-02-12 21:17:58.991568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.993651"], ["updated_at", "2019-02-12 21:17:58.993651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.995231"], ["updated_at", "2019-02-12 21:17:58.995231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.996772"], ["updated_at", "2019-02-12 21:17:58.996772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:58.998363"], ["updated_at", "2019-02-12 21:17:58.998363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.000021"], ["updated_at", "2019-02-12 21:17:59.000021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.001522"], ["updated_at", "2019-02-12 21:17:59.001522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.003121"], ["updated_at", "2019-02-12 21:17:59.003121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.004735"], ["updated_at", "2019-02-12 21:17:59.004735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.006308"], ["updated_at", "2019-02-12 21:17:59.006308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.008376"], ["updated_at", "2019-02-12 21:17:59.008376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.010884"], ["updated_at", "2019-02-12 21:17:59.010884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.012513"], ["updated_at", "2019-02-12 21:17:59.012513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.014037"], ["updated_at", "2019-02-12 21:17:59.014037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.015549"], ["updated_at", "2019-02-12 21:17:59.015549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.017064"], ["updated_at", "2019-02-12 21:17:59.017064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.018595"], ["updated_at", "2019-02-12 21:17:59.018595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.020108"], ["updated_at", "2019-02-12 21:17:59.020108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.021628"], ["updated_at", "2019-02-12 21:17:59.021628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.023560"], ["updated_at", "2019-02-12 21:17:59.023560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.025893"], ["updated_at", "2019-02-12 21:17:59.025893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.027964"], ["updated_at", "2019-02-12 21:17:59.027964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.029557"], ["updated_at", "2019-02-12 21:17:59.029557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.031087"], ["updated_at", "2019-02-12 21:17:59.031087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.032678"], ["updated_at", "2019-02-12 21:17:59.032678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.034362"], ["updated_at", "2019-02-12 21:17:59.034362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.036034"], ["updated_at", "2019-02-12 21:17:59.036034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.038083"], ["updated_at", "2019-02-12 21:17:59.038083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.039830"], ["updated_at", "2019-02-12 21:17:59.039830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.041879"], ["updated_at", "2019-02-12 21:17:59.041879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.043522"], ["updated_at", "2019-02-12 21:17:59.043522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.045694"], ["updated_at", "2019-02-12 21:17:59.045694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.047453"], ["updated_at", "2019-02-12 21:17:59.047453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.049098"], ["updated_at", "2019-02-12 21:17:59.049098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.050645"], ["updated_at", "2019-02-12 21:17:59.050645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.052197"], ["updated_at", "2019-02-12 21:17:59.052197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.054287"], ["updated_at", "2019-02-12 21:17:59.054287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.056075"], ["updated_at", "2019-02-12 21:17:59.056075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.058037"], ["updated_at", "2019-02-12 21:17:59.058037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.059742"], ["updated_at", "2019-02-12 21:17:59.059742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.061285"], ["updated_at", "2019-02-12 21:17:59.061285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.063104"], ["updated_at", "2019-02-12 21:17:59.063104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.064859"], ["updated_at", "2019-02-12 21:17:59.064859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.066380"], ["updated_at", "2019-02-12 21:17:59.066380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.067869"], ["updated_at", "2019-02-12 21:17:59.067869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.069712"], ["updated_at", "2019-02-12 21:17:59.069712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.071344"], ["updated_at", "2019-02-12 21:17:59.071344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.073836"], ["updated_at", "2019-02-12 21:17:59.073836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.075958"], ["updated_at", "2019-02-12 21:17:59.075958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.077593"], ["updated_at", "2019-02-12 21:17:59.077593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.079214"], ["updated_at", "2019-02-12 21:17:59.079214"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.081844"], ["updated_at", "2019-02-12 21:17:59.081844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.083596"], ["updated_at", "2019-02-12 21:17:59.083596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.085182"], ["updated_at", "2019-02-12 21:17:59.085182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.086793"], ["updated_at", "2019-02-12 21:17:59.086793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.088366"], ["updated_at", "2019-02-12 21:17:59.088366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.090038"], ["updated_at", "2019-02-12 21:17:59.090038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.092100"], ["updated_at", "2019-02-12 21:17:59.092100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.093907"], ["updated_at", "2019-02-12 21:17:59.093907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.095540"], ["updated_at", "2019-02-12 21:17:59.095540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.097099"], ["updated_at", "2019-02-12 21:17:59.097099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.099114"], ["updated_at", "2019-02-12 21:17:59.099114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.100880"], ["updated_at", "2019-02-12 21:17:59.100880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.102560"], ["updated_at", "2019-02-12 21:17:59.102560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.104188"], ["updated_at", "2019-02-12 21:17:59.104188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.105787"], ["updated_at", "2019-02-12 21:17:59.105787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.107447"], ["updated_at", "2019-02-12 21:17:59.107447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.109498"], ["updated_at", "2019-02-12 21:17:59.109498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.111181"], ["updated_at", "2019-02-12 21:17:59.111181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.112775"], ["updated_at", "2019-02-12 21:17:59.112775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.114384"], ["updated_at", "2019-02-12 21:17:59.114384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.116180"], ["updated_at", "2019-02-12 21:17:59.116180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.118170"], ["updated_at", "2019-02-12 21:17:59.118170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.119752"], ["updated_at", "2019-02-12 21:17:59.119752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.121413"], ["updated_at", "2019-02-12 21:17:59.121413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.122988"], ["updated_at", "2019-02-12 21:17:59.122988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.124836"], ["updated_at", "2019-02-12 21:17:59.124836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.126677"], ["updated_at", "2019-02-12 21:17:59.126677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.131320"], ["updated_at", "2019-02-12 21:17:59.131320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.132901"], ["updated_at", "2019-02-12 21:17:59.132901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.134601"], ["updated_at", "2019-02-12 21:17:59.134601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.136411"], ["updated_at", "2019-02-12 21:17:59.136411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.138139"], ["updated_at", "2019-02-12 21:17:59.138139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.139861"], ["updated_at", "2019-02-12 21:17:59.139861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.141879"], ["updated_at", "2019-02-12 21:17:59.141879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.143522"], ["updated_at", "2019-02-12 21:17:59.143522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.145065"], ["updated_at", "2019-02-12 21:17:59.145065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.146616"], ["updated_at", "2019-02-12 21:17:59.146616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.148171"], ["updated_at", "2019-02-12 21:17:59.148171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.149712"], ["updated_at", "2019-02-12 21:17:59.149712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.151333"], ["updated_at", "2019-02-12 21:17:59.151333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.153267"], ["updated_at", "2019-02-12 21:17:59.153267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.154900"], ["updated_at", "2019-02-12 21:17:59.154900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.156394"], ["updated_at", "2019-02-12 21:17:59.156394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.158171"], ["updated_at", "2019-02-12 21:17:59.158171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.159794"], ["updated_at", "2019-02-12 21:17:59.159794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.161387"], ["updated_at", "2019-02-12 21:17:59.161387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.162970"], ["updated_at", "2019-02-12 21:17:59.162970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.164486"], ["updated_at", "2019-02-12 21:17:59.164486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.166029"], ["updated_at", "2019-02-12 21:17:59.166029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.167574"], ["updated_at", "2019-02-12 21:17:59.167574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.169051"], ["updated_at", "2019-02-12 21:17:59.169051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.170971"], ["updated_at", "2019-02-12 21:17:59.170971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.173798"], ["updated_at", "2019-02-12 21:17:59.173798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.176880"], ["updated_at", "2019-02-12 21:17:59.176880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.178811"], ["updated_at", "2019-02-12 21:17:59.178811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.180357"], ["updated_at", "2019-02-12 21:17:59.180357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.181876"], ["updated_at", "2019-02-12 21:17:59.181876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.183361"], ["updated_at", "2019-02-12 21:17:59.183361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.185003"], ["updated_at", "2019-02-12 21:17:59.185003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.186532"], ["updated_at", "2019-02-12 21:17:59.186532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.188018"], ["updated_at", "2019-02-12 21:17:59.188018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.190193"], ["updated_at", "2019-02-12 21:17:59.190193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.192004"], ["updated_at", "2019-02-12 21:17:59.192004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.193684"], ["updated_at", "2019-02-12 21:17:59.193684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.195231"], ["updated_at", "2019-02-12 21:17:59.195231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.196874"], ["updated_at", "2019-02-12 21:17:59.196874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.198360"], ["updated_at", "2019-02-12 21:17:59.198360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.199862"], ["updated_at", "2019-02-12 21:17:59.199862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.201322"], ["updated_at", "2019-02-12 21:17:59.201322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.202754"], ["updated_at", "2019-02-12 21:17:59.202754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.204184"], ["updated_at", "2019-02-12 21:17:59.204184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.205658"], ["updated_at", "2019-02-12 21:17:59.205658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.208105"], ["updated_at", "2019-02-12 21:17:59.208105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.209815"], ["updated_at", "2019-02-12 21:17:59.209815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.211306"], ["updated_at", "2019-02-12 21:17:59.211306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.212881"], ["updated_at", "2019-02-12 21:17:59.212881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.214443"], ["updated_at", "2019-02-12 21:17:59.214443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.215942"], ["updated_at", "2019-02-12 21:17:59.215942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.217386"], ["updated_at", "2019-02-12 21:17:59.217386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.218874"], ["updated_at", "2019-02-12 21:17:59.218874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.220507"], ["updated_at", "2019-02-12 21:17:59.220507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.222010"], ["updated_at", "2019-02-12 21:17:59.222010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.223481"], ["updated_at", "2019-02-12 21:17:59.223481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.225681"], ["updated_at", "2019-02-12 21:17:59.225681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.227278"], ["updated_at", "2019-02-12 21:17:59.227278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.228779"], ["updated_at", "2019-02-12 21:17:59.228779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.230255"], ["updated_at", "2019-02-12 21:17:59.230255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.231864"], ["updated_at", "2019-02-12 21:17:59.231864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.233683"], ["updated_at", "2019-02-12 21:17:59.233683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.235161"], ["updated_at", "2019-02-12 21:17:59.235161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.236673"], ["updated_at", "2019-02-12 21:17:59.236673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.238164"], ["updated_at", "2019-02-12 21:17:59.238164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.239639"], ["updated_at", "2019-02-12 21:17:59.239639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.241546"], ["updated_at", "2019-02-12 21:17:59.241546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.243825"], ["updated_at", "2019-02-12 21:17:59.243825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.245446"], ["updated_at", "2019-02-12 21:17:59.245446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.246996"], ["updated_at", "2019-02-12 21:17:59.246996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.248545"], ["updated_at", "2019-02-12 21:17:59.248545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.250220"], ["updated_at", "2019-02-12 21:17:59.250220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.252121"], ["updated_at", "2019-02-12 21:17:59.252121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.253740"], ["updated_at", "2019-02-12 21:17:59.253740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.255431"], ["updated_at", "2019-02-12 21:17:59.255431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.257016"], ["updated_at", "2019-02-12 21:17:59.257016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.259033"], ["updated_at", "2019-02-12 21:17:59.259033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.261065"], ["updated_at", "2019-02-12 21:17:59.261065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.262811"], ["updated_at", "2019-02-12 21:17:59.262811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.264878"], ["updated_at", "2019-02-12 21:17:59.264878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.266721"], ["updated_at", "2019-02-12 21:17:59.266721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.268313"], ["updated_at", "2019-02-12 21:17:59.268313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.269913"], ["updated_at", "2019-02-12 21:17:59.269913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.271462"], ["updated_at", "2019-02-12 21:17:59.271462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.273056"], ["updated_at", "2019-02-12 21:17:59.273056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.275128"], ["updated_at", "2019-02-12 21:17:59.275128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.276864"], ["updated_at", "2019-02-12 21:17:59.276864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.279619"], ["updated_at", "2019-02-12 21:17:59.279619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.281704"], ["updated_at", "2019-02-12 21:17:59.281704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.283282"], ["updated_at", "2019-02-12 21:17:59.283282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.284817"], ["updated_at", "2019-02-12 21:17:59.284817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.286369"], ["updated_at", "2019-02-12 21:17:59.286369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.287907"], ["updated_at", "2019-02-12 21:17:59.287907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.289558"], ["updated_at", "2019-02-12 21:17:59.289558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.291547"], ["updated_at", "2019-02-12 21:17:59.291547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.293333"], ["updated_at", "2019-02-12 21:17:59.293333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.294928"], ["updated_at", "2019-02-12 21:17:59.294928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.296739"], ["updated_at", "2019-02-12 21:17:59.296739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.298810"], ["updated_at", "2019-02-12 21:17:59.298810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.300661"], ["updated_at", "2019-02-12 21:17:59.300661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.302365"], ["updated_at", "2019-02-12 21:17:59.302365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.303983"], ["updated_at", "2019-02-12 21:17:59.303983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.305533"], ["updated_at", "2019-02-12 21:17:59.305533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.307048"], ["updated_at", "2019-02-12 21:17:59.307048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.312356"], ["updated_at", "2019-02-12 21:17:59.312356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.314031"], ["updated_at", "2019-02-12 21:17:59.314031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.316193"], ["updated_at", "2019-02-12 21:17:59.316193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.317700"], ["updated_at", "2019-02-12 21:17:59.317700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.319176"], ["updated_at", "2019-02-12 21:17:59.319176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.320673"], ["updated_at", "2019-02-12 21:17:59.320673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.322185"], ["updated_at", "2019-02-12 21:17:59.322185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.324040"], ["updated_at", "2019-02-12 21:17:59.324040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.325854"], ["updated_at", "2019-02-12 21:17:59.325854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.327386"], ["updated_at", "2019-02-12 21:17:59.327386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.328888"], ["updated_at", "2019-02-12 21:17:59.328888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.330375"], ["updated_at", "2019-02-12 21:17:59.330375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.331825"], ["updated_at", "2019-02-12 21:17:59.331825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.333723"], ["updated_at", "2019-02-12 21:17:59.333723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.335416"], ["updated_at", "2019-02-12 21:17:59.335416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.336987"], ["updated_at", "2019-02-12 21:17:59.336987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.338486"], ["updated_at", "2019-02-12 21:17:59.338486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.340137"], ["updated_at", "2019-02-12 21:17:59.340137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.342262"], ["updated_at", "2019-02-12 21:17:59.342262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.343898"], ["updated_at", "2019-02-12 21:17:59.343898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.345433"], ["updated_at", "2019-02-12 21:17:59.345433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.347022"], ["updated_at", "2019-02-12 21:17:59.347022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.348607"], ["updated_at", "2019-02-12 21:17:59.348607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.350077"], ["updated_at", "2019-02-12 21:17:59.350077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.351956"], ["updated_at", "2019-02-12 21:17:59.351956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.353566"], ["updated_at", "2019-02-12 21:17:59.353566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.355168"], ["updated_at", "2019-02-12 21:17:59.355168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.356814"], ["updated_at", "2019-02-12 21:17:59.356814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.358891"], ["updated_at", "2019-02-12 21:17:59.358891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.360580"], ["updated_at", "2019-02-12 21:17:59.360580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.362364"], ["updated_at", "2019-02-12 21:17:59.362364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.363965"], ["updated_at", "2019-02-12 21:17:59.363965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.365513"], ["updated_at", "2019-02-12 21:17:59.365513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.367096"], ["updated_at", "2019-02-12 21:17:59.367096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.369114"], ["updated_at", "2019-02-12 21:17:59.369114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.371055"], ["updated_at", "2019-02-12 21:17:59.371055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.372695"], ["updated_at", "2019-02-12 21:17:59.372695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.374557"], ["updated_at", "2019-02-12 21:17:59.374557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.376568"], ["updated_at", "2019-02-12 21:17:59.376568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.378153"], ["updated_at", "2019-02-12 21:17:59.378153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.379616"], ["updated_at", "2019-02-12 21:17:59.379616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.381520"], ["updated_at", "2019-02-12 21:17:59.381520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.383581"], ["updated_at", "2019-02-12 21:17:59.383581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.385102"], ["updated_at", "2019-02-12 21:17:59.385102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.386877"], ["updated_at", "2019-02-12 21:17:59.386877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.388635"], ["updated_at", "2019-02-12 21:17:59.388635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.390156"], ["updated_at", "2019-02-12 21:17:59.390156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.392074"], ["updated_at", "2019-02-12 21:17:59.392074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.393959"], ["updated_at", "2019-02-12 21:17:59.393959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.395612"], ["updated_at", "2019-02-12 21:17:59.395612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.397148"], ["updated_at", "2019-02-12 21:17:59.397148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.398707"], ["updated_at", "2019-02-12 21:17:59.398707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.400199"], ["updated_at", "2019-02-12 21:17:59.400199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.401702"], ["updated_at", "2019-02-12 21:17:59.401702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.403168"], ["updated_at", "2019-02-12 21:17:59.403168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.405066"], ["updated_at", "2019-02-12 21:17:59.405066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.406887"], ["updated_at", "2019-02-12 21:17:59.406887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.408796"], ["updated_at", "2019-02-12 21:17:59.408796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.410395"], ["updated_at", "2019-02-12 21:17:59.410395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.411936"], ["updated_at", "2019-02-12 21:17:59.411936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.413418"], ["updated_at", "2019-02-12 21:17:59.413418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.414880"], ["updated_at", "2019-02-12 21:17:59.414880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.416421"], ["updated_at", "2019-02-12 21:17:59.416421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.418073"], ["updated_at", "2019-02-12 21:17:59.418073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.419570"], ["updated_at", "2019-02-12 21:17:59.419570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.421058"], ["updated_at", "2019-02-12 21:17:59.421058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.422667"], ["updated_at", "2019-02-12 21:17:59.422667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.424806"], ["updated_at", "2019-02-12 21:17:59.424806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.426507"], ["updated_at", "2019-02-12 21:17:59.426507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.428230"], ["updated_at", "2019-02-12 21:17:59.428230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.429883"], ["updated_at", "2019-02-12 21:17:59.429883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.431408"], ["updated_at", "2019-02-12 21:17:59.431408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.432921"], ["updated_at", "2019-02-12 21:17:59.432921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.434459"], ["updated_at", "2019-02-12 21:17:59.434459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.436017"], ["updated_at", "2019-02-12 21:17:59.436017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.437561"], ["updated_at", "2019-02-12 21:17:59.437561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.439058"], ["updated_at", "2019-02-12 21:17:59.439058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.441697"], ["updated_at", "2019-02-12 21:17:59.441697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.443712"], ["updated_at", "2019-02-12 21:17:59.443712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.445508"], ["updated_at", "2019-02-12 21:17:59.445508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.447227"], ["updated_at", "2019-02-12 21:17:59.447227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.448931"], ["updated_at", "2019-02-12 21:17:59.448931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.450578"], ["updated_at", "2019-02-12 21:17:59.450578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.452538"], ["updated_at", "2019-02-12 21:17:59.452538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.454206"], ["updated_at", "2019-02-12 21:17:59.454206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.455728"], ["updated_at", "2019-02-12 21:17:59.455728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.457590"], ["updated_at", "2019-02-12 21:17:59.457590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.459774"], ["updated_at", "2019-02-12 21:17:59.459774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.461385"], ["updated_at", "2019-02-12 21:17:59.461385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.463010"], ["updated_at", "2019-02-12 21:17:59.463010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.464646"], ["updated_at", "2019-02-12 21:17:59.464646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.466237"], ["updated_at", "2019-02-12 21:17:59.466237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.468016"], ["updated_at", "2019-02-12 21:17:59.468016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.469656"], ["updated_at", "2019-02-12 21:17:59.469656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.471245"], ["updated_at", "2019-02-12 21:17:59.471245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.472834"], ["updated_at", "2019-02-12 21:17:59.472834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.475380"], ["updated_at", "2019-02-12 21:17:59.475380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.477635"], ["updated_at", "2019-02-12 21:17:59.477635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.479502"], ["updated_at", "2019-02-12 21:17:59.479502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.481251"], ["updated_at", "2019-02-12 21:17:59.481251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.486230"], ["updated_at", "2019-02-12 21:17:59.486230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.488615"], ["updated_at", "2019-02-12 21:17:59.488615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.490229"], ["updated_at", "2019-02-12 21:17:59.490229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.492168"], ["updated_at", "2019-02-12 21:17:59.492168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.494293"], ["updated_at", "2019-02-12 21:17:59.494293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.495929"], ["updated_at", "2019-02-12 21:17:59.495929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.497409"], ["updated_at", "2019-02-12 21:17:59.497409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.499195"], ["updated_at", "2019-02-12 21:17:59.499195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.500845"], ["updated_at", "2019-02-12 21:17:59.500845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.502372"], ["updated_at", "2019-02-12 21:17:59.502372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.503907"], ["updated_at", "2019-02-12 21:17:59.503907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.505453"], ["updated_at", "2019-02-12 21:17:59.505453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.507211"], ["updated_at", "2019-02-12 21:17:59.507211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.509034"], ["updated_at", "2019-02-12 21:17:59.509034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.510809"], ["updated_at", "2019-02-12 21:17:59.510809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.512865"], ["updated_at", "2019-02-12 21:17:59.512865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.514422"], ["updated_at", "2019-02-12 21:17:59.514422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.515950"], ["updated_at", "2019-02-12 21:17:59.515950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.517482"], ["updated_at", "2019-02-12 21:17:59.517482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.518992"], ["updated_at", "2019-02-12 21:17:59.518992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.520468"], ["updated_at", "2019-02-12 21:17:59.520468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.522068"], ["updated_at", "2019-02-12 21:17:59.522068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.523614"], ["updated_at", "2019-02-12 21:17:59.523614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.525518"], ["updated_at", "2019-02-12 21:17:59.525518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.527169"], ["updated_at", "2019-02-12 21:17:59.527169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.528715"], ["updated_at", "2019-02-12 21:17:59.528715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.530956"], ["updated_at", "2019-02-12 21:17:59.530956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.532653"], ["updated_at", "2019-02-12 21:17:59.532653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.534284"], ["updated_at", "2019-02-12 21:17:59.534284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.535809"], ["updated_at", "2019-02-12 21:17:59.535809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.537337"], ["updated_at", "2019-02-12 21:17:59.537337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.538951"], ["updated_at", "2019-02-12 21:17:59.538951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.540628"], ["updated_at", "2019-02-12 21:17:59.540628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.542548"], ["updated_at", "2019-02-12 21:17:59.542548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.544296"], ["updated_at", "2019-02-12 21:17:59.544296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.545920"], ["updated_at", "2019-02-12 21:17:59.545920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.547645"], ["updated_at", "2019-02-12 21:17:59.547645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.549393"], ["updated_at", "2019-02-12 21:17:59.549393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.550888"], ["updated_at", "2019-02-12 21:17:59.550888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.552391"], ["updated_at", "2019-02-12 21:17:59.552391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.553884"], ["updated_at", "2019-02-12 21:17:59.553884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.555341"], ["updated_at", "2019-02-12 21:17:59.555341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.557399"], ["updated_at", "2019-02-12 21:17:59.557399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.559231"], ["updated_at", "2019-02-12 21:17:59.559231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.560859"], ["updated_at", "2019-02-12 21:17:59.560859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.562365"], ["updated_at", "2019-02-12 21:17:59.562365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.563898"], ["updated_at", "2019-02-12 21:17:59.563898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.565583"], ["updated_at", "2019-02-12 21:17:59.565583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.567551"], ["updated_at", "2019-02-12 21:17:59.567551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.569240"], ["updated_at", "2019-02-12 21:17:59.569240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.570787"], ["updated_at", "2019-02-12 21:17:59.570787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.572273"], ["updated_at", "2019-02-12 21:17:59.572273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.573995"], ["updated_at", "2019-02-12 21:17:59.573995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.575795"], ["updated_at", "2019-02-12 21:17:59.575795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.577334"], ["updated_at", "2019-02-12 21:17:59.577334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.578869"], ["updated_at", "2019-02-12 21:17:59.578869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.580614"], ["updated_at", "2019-02-12 21:17:59.580614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.582168"], ["updated_at", "2019-02-12 21:17:59.582168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.584189"], ["updated_at", "2019-02-12 21:17:59.584189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.586007"], ["updated_at", "2019-02-12 21:17:59.586007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.587606"], ["updated_at", "2019-02-12 21:17:59.587606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.589131"], ["updated_at", "2019-02-12 21:17:59.589131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.591375"], ["updated_at", "2019-02-12 21:17:59.591375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.593733"], ["updated_at", "2019-02-12 21:17:59.593733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.595662"], ["updated_at", "2019-02-12 21:17:59.595662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.597190"], ["updated_at", "2019-02-12 21:17:59.597190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.598735"], ["updated_at", "2019-02-12 21:17:59.598735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.600261"], ["updated_at", "2019-02-12 21:17:59.600261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.602058"], ["updated_at", "2019-02-12 21:17:59.602058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.603959"], ["updated_at", "2019-02-12 21:17:59.603959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.605571"], ["updated_at", "2019-02-12 21:17:59.605571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.607121"], ["updated_at", "2019-02-12 21:17:59.607121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.609233"], ["updated_at", "2019-02-12 21:17:59.609233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.610930"], ["updated_at", "2019-02-12 21:17:59.610930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.612499"], ["updated_at", "2019-02-12 21:17:59.612499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.614083"], ["updated_at", "2019-02-12 21:17:59.614083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.615684"], ["updated_at", "2019-02-12 21:17:59.615684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.617230"], ["updated_at", "2019-02-12 21:17:59.617230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.618785"], ["updated_at", "2019-02-12 21:17:59.618785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.620737"], ["updated_at", "2019-02-12 21:17:59.620737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.622382"], ["updated_at", "2019-02-12 21:17:59.622382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.624403"], ["updated_at", "2019-02-12 21:17:59.624403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.626316"], ["updated_at", "2019-02-12 21:17:59.626316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.627990"], ["updated_at", "2019-02-12 21:17:59.627990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.629650"], ["updated_at", "2019-02-12 21:17:59.629650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.631314"], ["updated_at", "2019-02-12 21:17:59.631314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.632914"], ["updated_at", "2019-02-12 21:17:59.632914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.634437"], ["updated_at", "2019-02-12 21:17:59.634437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.636031"], ["updated_at", "2019-02-12 21:17:59.636031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.638248"], ["updated_at", "2019-02-12 21:17:59.638248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.640202"], ["updated_at", "2019-02-12 21:17:59.640202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.642204"], ["updated_at", "2019-02-12 21:17:59.642204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.643897"], ["updated_at", "2019-02-12 21:17:59.643897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.645456"], ["updated_at", "2019-02-12 21:17:59.645456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.649369"], ["updated_at", "2019-02-12 21:17:59.649369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.651051"], ["updated_at", "2019-02-12 21:17:59.651051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.6ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:59.660522"], ["updated_at", "2019-02-12 21:17:59.660522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:17:59.665130"], ["updated_at", "2019-02-12 21:17:59.665130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.667499"], ["updated_at", "2019-02-12 21:17:59.667499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.669545"], ["updated_at", "2019-02-12 21:17:59.669545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.671130"], ["updated_at", "2019-02-12 21:17:59.671130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.672819"], ["updated_at", "2019-02-12 21:17:59.672819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.675154"], ["updated_at", "2019-02-12 21:17:59.675154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.676704"], ["updated_at", "2019-02-12 21:17:59.676704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.678409"], ["updated_at", "2019-02-12 21:17:59.678409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.680567"], ["updated_at", "2019-02-12 21:17:59.680567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.682126"], ["updated_at", "2019-02-12 21:17:59.682126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.683647"], ["updated_at", "2019-02-12 21:17:59.683647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.685202"], ["updated_at", "2019-02-12 21:17:59.685202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.686650"], ["updated_at", "2019-02-12 21:17:59.686650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.688128"], ["updated_at", "2019-02-12 21:17:59.688128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.689574"], ["updated_at", "2019-02-12 21:17:59.689574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.693059"], ["updated_at", "2019-02-12 21:17:59.693059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.696126"], ["updated_at", "2019-02-12 21:17:59.696126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.697904"], ["updated_at", "2019-02-12 21:17:59.697904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.699385"], ["updated_at", "2019-02-12 21:17:59.699385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.700948"], ["updated_at", "2019-02-12 21:17:59.700948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.702540"], ["updated_at", "2019-02-12 21:17:59.702540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.704001"], ["updated_at", "2019-02-12 21:17:59.704001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.705511"], ["updated_at", "2019-02-12 21:17:59.705511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.707335"], ["updated_at", "2019-02-12 21:17:59.707335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.710295"], ["updated_at", "2019-02-12 21:17:59.710295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.712247"], ["updated_at", "2019-02-12 21:17:59.712247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.713801"], ["updated_at", "2019-02-12 21:17:59.713801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.715304"], ["updated_at", "2019-02-12 21:17:59.715304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.716746"], ["updated_at", "2019-02-12 21:17:59.716746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.718199"], ["updated_at", "2019-02-12 21:17:59.718199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.719763"], ["updated_at", "2019-02-12 21:17:59.719763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.721224"], ["updated_at", "2019-02-12 21:17:59.721224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.722704"], ["updated_at", "2019-02-12 21:17:59.722704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.724691"], ["updated_at", "2019-02-12 21:17:59.724691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.726415"], ["updated_at", "2019-02-12 21:17:59.726415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.728307"], ["updated_at", "2019-02-12 21:17:59.728307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.730119"], ["updated_at", "2019-02-12 21:17:59.730119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.731802"], ["updated_at", "2019-02-12 21:17:59.731802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.733322"], ["updated_at", "2019-02-12 21:17:59.733322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.734796"], ["updated_at", "2019-02-12 21:17:59.734796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.736237"], ["updated_at", "2019-02-12 21:17:59.736237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.737760"], ["updated_at", "2019-02-12 21:17:59.737760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.739254"], ["updated_at", "2019-02-12 21:17:59.739254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.741075"], ["updated_at", "2019-02-12 21:17:59.741075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.743021"], ["updated_at", "2019-02-12 21:17:59.743021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.744600"], ["updated_at", "2019-02-12 21:17:59.744600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.746442"], ["updated_at", "2019-02-12 21:17:59.746442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.748069"], ["updated_at", "2019-02-12 21:17:59.748069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.749628"], ["updated_at", "2019-02-12 21:17:59.749628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.751075"], ["updated_at", "2019-02-12 21:17:59.751075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.752520"], ["updated_at", "2019-02-12 21:17:59.752520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.754091"], ["updated_at", "2019-02-12 21:17:59.754091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.755580"], ["updated_at", "2019-02-12 21:17:59.755580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.757317"], ["updated_at", "2019-02-12 21:17:59.757317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.759211"], ["updated_at", "2019-02-12 21:17:59.759211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.760859"], ["updated_at", "2019-02-12 21:17:59.760859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.762381"], ["updated_at", "2019-02-12 21:17:59.762381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.764334"], ["updated_at", "2019-02-12 21:17:59.764334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.766189"], ["updated_at", "2019-02-12 21:17:59.766189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.767742"], ["updated_at", "2019-02-12 21:17:59.767742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.769237"], ["updated_at", "2019-02-12 21:17:59.769237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.771289"], ["updated_at", "2019-02-12 21:17:59.771289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.772889"], ["updated_at", "2019-02-12 21:17:59.772889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.774826"], ["updated_at", "2019-02-12 21:17:59.774826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.776624"], ["updated_at", "2019-02-12 21:17:59.776624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.778280"], ["updated_at", "2019-02-12 21:17:59.778280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.779755"], ["updated_at", "2019-02-12 21:17:59.779755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.781930"], ["updated_at", "2019-02-12 21:17:59.781930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.783695"], ["updated_at", "2019-02-12 21:17:59.783695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.785218"], ["updated_at", "2019-02-12 21:17:59.785218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.786816"], ["updated_at", "2019-02-12 21:17:59.786816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.788410"], ["updated_at", "2019-02-12 21:17:59.788410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.789998"], ["updated_at", "2019-02-12 21:17:59.789998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.791828"], ["updated_at", "2019-02-12 21:17:59.791828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.793568"], ["updated_at", "2019-02-12 21:17:59.793568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.795156"], ["updated_at", "2019-02-12 21:17:59.795156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.797027"], ["updated_at", "2019-02-12 21:17:59.797027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.798714"], ["updated_at", "2019-02-12 21:17:59.798714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.801379"], ["updated_at", "2019-02-12 21:17:59.801379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.803144"], ["updated_at", "2019-02-12 21:17:59.803144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.804715"], ["updated_at", "2019-02-12 21:17:59.804715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.806289"], ["updated_at", "2019-02-12 21:17:59.806289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.810639"], ["updated_at", "2019-02-12 21:17:59.810639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.812360"], ["updated_at", "2019-02-12 21:17:59.812360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.813936"], ["updated_at", "2019-02-12 21:17:59.813936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.815448"], ["updated_at", "2019-02-12 21:17:59.815448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.816950"], ["updated_at", "2019-02-12 21:17:59.816950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.818974"], ["updated_at", "2019-02-12 21:17:59.818974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.820542"], ["updated_at", "2019-02-12 21:17:59.820542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.822022"], ["updated_at", "2019-02-12 21:17:59.822022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.823953"], ["updated_at", "2019-02-12 21:17:59.823953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.825713"], ["updated_at", "2019-02-12 21:17:59.825713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.827327"], ["updated_at", "2019-02-12 21:17:59.827327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.828885"], ["updated_at", "2019-02-12 21:17:59.828885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.831305"], ["updated_at", "2019-02-12 21:17:59.831305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.833413"], ["updated_at", "2019-02-12 21:17:59.833413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.835442"], ["updated_at", "2019-02-12 21:17:59.835442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.837415"], ["updated_at", "2019-02-12 21:17:59.837415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.839055"], ["updated_at", "2019-02-12 21:17:59.839055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.840784"], ["updated_at", "2019-02-12 21:17:59.840784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.842613"], ["updated_at", "2019-02-12 21:17:59.842613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.844120"], ["updated_at", "2019-02-12 21:17:59.844120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.845599"], ["updated_at", "2019-02-12 21:17:59.845599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.847160"], ["updated_at", "2019-02-12 21:17:59.847160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.848671"], ["updated_at", "2019-02-12 21:17:59.848671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.850139"], ["updated_at", "2019-02-12 21:17:59.850139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.851573"], ["updated_at", "2019-02-12 21:17:59.851573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.853882"], ["updated_at", "2019-02-12 21:17:59.853882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.855989"], ["updated_at", "2019-02-12 21:17:59.855989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.857715"], ["updated_at", "2019-02-12 21:17:59.857715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.859663"], ["updated_at", "2019-02-12 21:17:59.859663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.861226"], ["updated_at", "2019-02-12 21:17:59.861226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.862823"], ["updated_at", "2019-02-12 21:17:59.862823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.864518"], ["updated_at", "2019-02-12 21:17:59.864518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.866044"], ["updated_at", "2019-02-12 21:17:59.866044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.867466"], ["updated_at", "2019-02-12 21:17:59.867466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.868887"], ["updated_at", "2019-02-12 21:17:59.868887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.870567"], ["updated_at", "2019-02-12 21:17:59.870567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.872771"], ["updated_at", "2019-02-12 21:17:59.872771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.874505"], ["updated_at", "2019-02-12 21:17:59.874505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.876249"], ["updated_at", "2019-02-12 21:17:59.876249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.877846"], ["updated_at", "2019-02-12 21:17:59.877846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.879374"], ["updated_at", "2019-02-12 21:17:59.879374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.881223"], ["updated_at", "2019-02-12 21:17:59.881223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.882988"], ["updated_at", "2019-02-12 21:17:59.882988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.884547"], ["updated_at", "2019-02-12 21:17:59.884547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.886041"], ["updated_at", "2019-02-12 21:17:59.886041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.887529"], ["updated_at", "2019-02-12 21:17:59.887529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.889560"], ["updated_at", "2019-02-12 21:17:59.889560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.891528"], ["updated_at", "2019-02-12 21:17:59.891528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.893310"], ["updated_at", "2019-02-12 21:17:59.893310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.895127"], ["updated_at", "2019-02-12 21:17:59.895127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.896822"], ["updated_at", "2019-02-12 21:17:59.896822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.898388"], ["updated_at", "2019-02-12 21:17:59.898388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.900012"], ["updated_at", "2019-02-12 21:17:59.900012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.902376"], ["updated_at", "2019-02-12 21:17:59.902376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.904145"], ["updated_at", "2019-02-12 21:17:59.904145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.905833"], ["updated_at", "2019-02-12 21:17:59.905833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.907962"], ["updated_at", "2019-02-12 21:17:59.907962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.909751"], ["updated_at", "2019-02-12 21:17:59.909751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.911374"], ["updated_at", "2019-02-12 21:17:59.911374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.912909"], ["updated_at", "2019-02-12 21:17:59.912909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.914416"], ["updated_at", "2019-02-12 21:17:59.914416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.916019"], ["updated_at", "2019-02-12 21:17:59.916019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.917623"], ["updated_at", "2019-02-12 21:17:59.917623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.919200"], ["updated_at", "2019-02-12 21:17:59.919200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.920708"], ["updated_at", "2019-02-12 21:17:59.920708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.922200"], ["updated_at", "2019-02-12 21:17:59.922200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.923948"], ["updated_at", "2019-02-12 21:17:59.923948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.926280"], ["updated_at", "2019-02-12 21:17:59.926280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.927998"], ["updated_at", "2019-02-12 21:17:59.927998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.929577"], ["updated_at", "2019-02-12 21:17:59.929577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.931100"], ["updated_at", "2019-02-12 21:17:59.931100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.932616"], ["updated_at", "2019-02-12 21:17:59.932616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.934137"], ["updated_at", "2019-02-12 21:17:59.934137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.935727"], ["updated_at", "2019-02-12 21:17:59.935727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.937318"], ["updated_at", "2019-02-12 21:17:59.937318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.938838"], ["updated_at", "2019-02-12 21:17:59.938838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.940935"], ["updated_at", "2019-02-12 21:17:59.940935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.943426"], ["updated_at", "2019-02-12 21:17:59.943426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.945145"], ["updated_at", "2019-02-12 21:17:59.945145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.946686"], ["updated_at", "2019-02-12 21:17:59.946686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.948221"], ["updated_at", "2019-02-12 21:17:59.948221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.949828"], ["updated_at", "2019-02-12 21:17:59.949828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.951623"], ["updated_at", "2019-02-12 21:17:59.951623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.953261"], ["updated_at", "2019-02-12 21:17:59.953261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.954865"], ["updated_at", "2019-02-12 21:17:59.954865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.959711"], ["updated_at", "2019-02-12 21:17:59.959711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.961971"], ["updated_at", "2019-02-12 21:17:59.961971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.963748"], ["updated_at", "2019-02-12 21:17:59.963748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.965229"], ["updated_at", "2019-02-12 21:17:59.965229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.966720"], ["updated_at", "2019-02-12 21:17:59.966720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.968214"], ["updated_at", "2019-02-12 21:17:59.968214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.969687"], ["updated_at", "2019-02-12 21:17:59.969687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.971316"], ["updated_at", "2019-02-12 21:17:59.971316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.972948"], ["updated_at", "2019-02-12 21:17:59.972948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.975018"], ["updated_at", "2019-02-12 21:17:59.975018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.976705"], ["updated_at", "2019-02-12 21:17:59.976705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.978249"], ["updated_at", "2019-02-12 21:17:59.978249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.980191"], ["updated_at", "2019-02-12 21:17:59.980191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.981928"], ["updated_at", "2019-02-12 21:17:59.981928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.983772"], ["updated_at", "2019-02-12 21:17:59.983772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.985623"], ["updated_at", "2019-02-12 21:17:59.985623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.987236"], ["updated_at", "2019-02-12 21:17:59.987236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.988716"], ["updated_at", "2019-02-12 21:17:59.988716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.990172"], ["updated_at", "2019-02-12 21:17:59.990172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.992225"], ["updated_at", "2019-02-12 21:17:59.992225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.994520"], ["updated_at", "2019-02-12 21:17:59.994520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.996570"], ["updated_at", "2019-02-12 21:17:59.996570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:17:59.998594"], ["updated_at", "2019-02-12 21:17:59.998594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.000084"], ["updated_at", "2019-02-12 21:18:00.000084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.001545"], ["updated_at", "2019-02-12 21:18:00.001545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.004786"], ["updated_at", "2019-02-12 21:18:00.004786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.009256"], ["updated_at", "2019-02-12 21:18:00.009256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.012650"], ["updated_at", "2019-02-12 21:18:00.012650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.014446"], ["updated_at", "2019-02-12 21:18:00.014446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.016203"], ["updated_at", "2019-02-12 21:18:00.016203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.017718"], ["updated_at", "2019-02-12 21:18:00.017718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.019283"], ["updated_at", "2019-02-12 21:18:00.019283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.021098"], ["updated_at", "2019-02-12 21:18:00.021098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.022709"], ["updated_at", "2019-02-12 21:18:00.022709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.024619"], ["updated_at", "2019-02-12 21:18:00.024619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.026414"], ["updated_at", "2019-02-12 21:18:00.026414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.027974"], ["updated_at", "2019-02-12 21:18:00.027974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.029494"], ["updated_at", "2019-02-12 21:18:00.029494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.030964"], ["updated_at", "2019-02-12 21:18:00.030964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.033011"], ["updated_at", "2019-02-12 21:18:00.033011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.034747"], ["updated_at", "2019-02-12 21:18:00.034747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.036264"], ["updated_at", "2019-02-12 21:18:00.036264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.037762"], ["updated_at", "2019-02-12 21:18:00.037762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.039303"], ["updated_at", "2019-02-12 21:18:00.039303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.040803"], ["updated_at", "2019-02-12 21:18:00.040803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.042641"], ["updated_at", "2019-02-12 21:18:00.042641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.044634"], ["updated_at", "2019-02-12 21:18:00.044634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.046257"], ["updated_at", "2019-02-12 21:18:00.046257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.047779"], ["updated_at", "2019-02-12 21:18:00.047779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.049253"], ["updated_at", "2019-02-12 21:18:00.049253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.051515"], ["updated_at", "2019-02-12 21:18:00.051515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.053161"], ["updated_at", "2019-02-12 21:18:00.053161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.054704"], ["updated_at", "2019-02-12 21:18:00.054704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.056341"], ["updated_at", "2019-02-12 21:18:00.056341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.058217"], ["updated_at", "2019-02-12 21:18:00.058217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.059995"], ["updated_at", "2019-02-12 21:18:00.059995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.061609"], ["updated_at", "2019-02-12 21:18:00.061609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.063220"], ["updated_at", "2019-02-12 21:18:00.063220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.065101"], ["updated_at", "2019-02-12 21:18:00.065101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.066846"], ["updated_at", "2019-02-12 21:18:00.066846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.068914"], ["updated_at", "2019-02-12 21:18:00.068914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.070789"], ["updated_at", "2019-02-12 21:18:00.070789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.072513"], ["updated_at", "2019-02-12 21:18:00.072513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.074426"], ["updated_at", "2019-02-12 21:18:00.074426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.076488"], ["updated_at", "2019-02-12 21:18:00.076488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.078106"], ["updated_at", "2019-02-12 21:18:00.078106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.079829"], ["updated_at", "2019-02-12 21:18:00.079829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.081389"], ["updated_at", "2019-02-12 21:18:00.081389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.082919"], ["updated_at", "2019-02-12 21:18:00.082919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.084429"], ["updated_at", "2019-02-12 21:18:00.084429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.085921"], ["updated_at", "2019-02-12 21:18:00.085921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.087871"], ["updated_at", "2019-02-12 21:18:00.087871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.089511"], ["updated_at", "2019-02-12 21:18:00.089511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.091511"], ["updated_at", "2019-02-12 21:18:00.091511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.093293"], ["updated_at", "2019-02-12 21:18:00.093293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.094914"], ["updated_at", "2019-02-12 21:18:00.094914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.096482"], ["updated_at", "2019-02-12 21:18:00.096482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.098029"], ["updated_at", "2019-02-12 21:18:00.098029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.099832"], ["updated_at", "2019-02-12 21:18:00.099832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.101519"], ["updated_at", "2019-02-12 21:18:00.101519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.103170"], ["updated_at", "2019-02-12 21:18:00.103170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.108808"], ["updated_at", "2019-02-12 21:18:00.108808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.110665"], ["updated_at", "2019-02-12 21:18:00.110665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.112337"], ["updated_at", "2019-02-12 21:18:00.112337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.114049"], ["updated_at", "2019-02-12 21:18:00.114049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.115720"], ["updated_at", "2019-02-12 21:18:00.115720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.117310"], ["updated_at", "2019-02-12 21:18:00.117310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.118930"], ["updated_at", "2019-02-12 21:18:00.118930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.120456"], ["updated_at", "2019-02-12 21:18:00.120456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.122006"], ["updated_at", "2019-02-12 21:18:00.122006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.124427"], ["updated_at", "2019-02-12 21:18:00.124427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.126425"], ["updated_at", "2019-02-12 21:18:00.126425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.128262"], ["updated_at", "2019-02-12 21:18:00.128262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.130235"], ["updated_at", "2019-02-12 21:18:00.130235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.132090"], ["updated_at", "2019-02-12 21:18:00.132090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.133990"], ["updated_at", "2019-02-12 21:18:00.133990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.135790"], ["updated_at", "2019-02-12 21:18:00.135790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.137659"], ["updated_at", "2019-02-12 21:18:00.137659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.140725"], ["updated_at", "2019-02-12 21:18:00.140725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.142951"], ["updated_at", "2019-02-12 21:18:00.142951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.145067"], ["updated_at", "2019-02-12 21:18:00.145067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.147113"], ["updated_at", "2019-02-12 21:18:00.147113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.149407"], ["updated_at", "2019-02-12 21:18:00.149407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.151571"], ["updated_at", "2019-02-12 21:18:00.151571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.153743"], ["updated_at", "2019-02-12 21:18:00.153743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.155794"], ["updated_at", "2019-02-12 21:18:00.155794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.158502"], ["updated_at", "2019-02-12 21:18:00.158502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.160991"], ["updated_at", "2019-02-12 21:18:00.160991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.163387"], ["updated_at", "2019-02-12 21:18:00.163387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.165714"], ["updated_at", "2019-02-12 21:18:00.165714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.167919"], ["updated_at", "2019-02-12 21:18:00.167919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.170070"], ["updated_at", "2019-02-12 21:18:00.170070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.172310"], ["updated_at", "2019-02-12 21:18:00.172310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.174763"], ["updated_at", "2019-02-12 21:18:00.174763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.177332"], ["updated_at", "2019-02-12 21:18:00.177332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.179559"], ["updated_at", "2019-02-12 21:18:00.179559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.181410"], ["updated_at", "2019-02-12 21:18:00.181410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.185104"], ["updated_at", "2019-02-12 21:18:00.185104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.187250"], ["updated_at", "2019-02-12 21:18:00.187250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.190799"], ["updated_at", "2019-02-12 21:18:00.190799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.193571"], ["updated_at", "2019-02-12 21:18:00.193571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.197070"], ["updated_at", "2019-02-12 21:18:00.197070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.200418"], ["updated_at", "2019-02-12 21:18:00.200418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.203062"], ["updated_at", "2019-02-12 21:18:00.203062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.205438"], ["updated_at", "2019-02-12 21:18:00.205438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.208533"], ["updated_at", "2019-02-12 21:18:00.208533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.213666"], ["updated_at", "2019-02-12 21:18:00.213666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.216522"], ["updated_at", "2019-02-12 21:18:00.216522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.219248"], ["updated_at", "2019-02-12 21:18:00.219248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.221927"], ["updated_at", "2019-02-12 21:18:00.221927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.224838"], ["updated_at", "2019-02-12 21:18:00.224838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.227953"], ["updated_at", "2019-02-12 21:18:00.227953"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.231127"], ["updated_at", "2019-02-12 21:18:00.231127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.234153"], ["updated_at", "2019-02-12 21:18:00.234153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.236754"], ["updated_at", "2019-02-12 21:18:00.236754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.239837"], ["updated_at", "2019-02-12 21:18:00.239837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.243224"], ["updated_at", "2019-02-12 21:18:00.243224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.246088"], ["updated_at", "2019-02-12 21:18:00.246088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.249182"], ["updated_at", "2019-02-12 21:18:00.249182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.252092"], ["updated_at", "2019-02-12 21:18:00.252092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.255170"], ["updated_at", "2019-02-12 21:18:00.255170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.258729"], ["updated_at", "2019-02-12 21:18:00.258729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.262380"], ["updated_at", "2019-02-12 21:18:00.262380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.266289"], ["updated_at", "2019-02-12 21:18:00.266289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.269494"], ["updated_at", "2019-02-12 21:18:00.269494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.272441"], ["updated_at", "2019-02-12 21:18:00.272441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.276541"], ["updated_at", "2019-02-12 21:18:00.276541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.279909"], ["updated_at", "2019-02-12 21:18:00.279909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.284159"], ["updated_at", "2019-02-12 21:18:00.284159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.287694"], ["updated_at", "2019-02-12 21:18:00.287694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.291224"], ["updated_at", "2019-02-12 21:18:00.291224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.294043"], ["updated_at", "2019-02-12 21:18:00.294043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.296856"], ["updated_at", "2019-02-12 21:18:00.296856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.300095"], ["updated_at", "2019-02-12 21:18:00.300095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.302807"], ["updated_at", "2019-02-12 21:18:00.302807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.305290"], ["updated_at", "2019-02-12 21:18:00.305290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.308030"], ["updated_at", "2019-02-12 21:18:00.308030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.310943"], ["updated_at", "2019-02-12 21:18:00.310943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.314423"], ["updated_at", "2019-02-12 21:18:00.314423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.321636"], ["updated_at", "2019-02-12 21:18:00.321636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.324456"], ["updated_at", "2019-02-12 21:18:00.324456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.326334"], ["updated_at", "2019-02-12 21:18:00.326334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.328152"], ["updated_at", "2019-02-12 21:18:00.328152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.329929"], ["updated_at", "2019-02-12 21:18:00.329929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.331648"], ["updated_at", "2019-02-12 21:18:00.331648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.333415"], ["updated_at", "2019-02-12 21:18:00.333415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.335402"], ["updated_at", "2019-02-12 21:18:00.335402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.337531"], ["updated_at", "2019-02-12 21:18:00.337531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.340004"], ["updated_at", "2019-02-12 21:18:00.340004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.342562"], ["updated_at", "2019-02-12 21:18:00.342562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.344458"], ["updated_at", "2019-02-12 21:18:00.344458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.346373"], ["updated_at", "2019-02-12 21:18:00.346373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.348015"], ["updated_at", "2019-02-12 21:18:00.348015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.349643"], ["updated_at", "2019-02-12 21:18:00.349643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.351253"], ["updated_at", "2019-02-12 21:18:00.351253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.353354"], ["updated_at", "2019-02-12 21:18:00.353354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.355349"], ["updated_at", "2019-02-12 21:18:00.355349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.357480"], ["updated_at", "2019-02-12 21:18:00.357480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.359570"], ["updated_at", "2019-02-12 21:18:00.359570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.361449"], ["updated_at", "2019-02-12 21:18:00.361449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.363550"], ["updated_at", "2019-02-12 21:18:00.363550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.365214"], ["updated_at", "2019-02-12 21:18:00.365214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.366844"], ["updated_at", "2019-02-12 21:18:00.366844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.368971"], ["updated_at", "2019-02-12 21:18:00.368971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.371515"], ["updated_at", "2019-02-12 21:18:00.371515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.373920"], ["updated_at", "2019-02-12 21:18:00.373920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.376105"], ["updated_at", "2019-02-12 21:18:00.376105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.377880"], ["updated_at", "2019-02-12 21:18:00.377880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.379523"], ["updated_at", "2019-02-12 21:18:00.379523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.381375"], ["updated_at", "2019-02-12 21:18:00.381375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.383220"], ["updated_at", "2019-02-12 21:18:00.383220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.385549"], ["updated_at", "2019-02-12 21:18:00.385549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.388769"], ["updated_at", "2019-02-12 21:18:00.388769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.391376"], ["updated_at", "2019-02-12 21:18:00.391376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.393442"], ["updated_at", "2019-02-12 21:18:00.393442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.395207"], ["updated_at", "2019-02-12 21:18:00.395207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.396982"], ["updated_at", "2019-02-12 21:18:00.396982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.398649"], ["updated_at", "2019-02-12 21:18:00.398649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.400574"], ["updated_at", "2019-02-12 21:18:00.400574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.402563"], ["updated_at", "2019-02-12 21:18:00.402563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.404435"], ["updated_at", "2019-02-12 21:18:00.404435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.406632"], ["updated_at", "2019-02-12 21:18:00.406632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.408888"], ["updated_at", "2019-02-12 21:18:00.408888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.410887"], ["updated_at", "2019-02-12 21:18:00.410887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.412859"], ["updated_at", "2019-02-12 21:18:00.412859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.415295"], ["updated_at", "2019-02-12 21:18:00.415295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.417963"], ["updated_at", "2019-02-12 21:18:00.417963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.419723"], ["updated_at", "2019-02-12 21:18:00.419723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.421433"], ["updated_at", "2019-02-12 21:18:00.421433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.423001"], ["updated_at", "2019-02-12 21:18:00.423001"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.425456"], ["updated_at", "2019-02-12 21:18:00.425456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.427884"], ["updated_at", "2019-02-12 21:18:00.427884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.429600"], ["updated_at", "2019-02-12 21:18:00.429600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.431123"], ["updated_at", "2019-02-12 21:18:00.431123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.432639"], ["updated_at", "2019-02-12 21:18:00.432639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.435506"], ["updated_at", "2019-02-12 21:18:00.435506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.437427"], ["updated_at", "2019-02-12 21:18:00.437427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.439319"], ["updated_at", "2019-02-12 21:18:00.439319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.441544"], ["updated_at", "2019-02-12 21:18:00.441544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.444052"], ["updated_at", "2019-02-12 21:18:00.444052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.445837"], ["updated_at", "2019-02-12 21:18:00.445837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.447504"], ["updated_at", "2019-02-12 21:18:00.447504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.449067"], ["updated_at", "2019-02-12 21:18:00.449067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.450853"], ["updated_at", "2019-02-12 21:18:00.450853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.452492"], ["updated_at", "2019-02-12 21:18:00.452492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.454053"], ["updated_at", "2019-02-12 21:18:00.454053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.455637"], ["updated_at", "2019-02-12 21:18:00.455637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.457385"], ["updated_at", "2019-02-12 21:18:00.457385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.459741"], ["updated_at", "2019-02-12 21:18:00.459741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.462344"], ["updated_at", "2019-02-12 21:18:00.462344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.464453"], ["updated_at", "2019-02-12 21:18:00.464453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.466434"], ["updated_at", "2019-02-12 21:18:00.466434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.468169"], ["updated_at", "2019-02-12 21:18:00.468169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.469793"], ["updated_at", "2019-02-12 21:18:00.469793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 32ms (Views: 19.2ms | ActiveRecord: 0.9ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:00.508472"], ["updated_at", "2019-02-12 21:18:00.508472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.511078"], ["updated_at", "2019-02-12 21:18:00.511078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.512766"], ["updated_at", "2019-02-12 21:18:00.512766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.514621"], ["updated_at", "2019-02-12 21:18:00.514621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.516977"], ["updated_at", "2019-02-12 21:18:00.516977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.519674"], ["updated_at", "2019-02-12 21:18:00.519674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.521449"], ["updated_at", "2019-02-12 21:18:00.521449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.522974"], ["updated_at", "2019-02-12 21:18:00.522974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.525161"], ["updated_at", "2019-02-12 21:18:00.525161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.527079"], ["updated_at", "2019-02-12 21:18:00.527079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.528830"], ["updated_at", "2019-02-12 21:18:00.528830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:00.536367"], ["updated_at", "2019-02-12 21:18:00.536367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:00.543026"], ["updated_at", "2019-02-12 21:18:00.543026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.545390"], ["updated_at", "2019-02-12 21:18:00.545390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.547531"], ["updated_at", "2019-02-12 21:18:00.547531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.549250"], ["updated_at", "2019-02-12 21:18:00.549250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.551216"], ["updated_at", "2019-02-12 21:18:00.551216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.552758"], ["updated_at", "2019-02-12 21:18:00.552758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.554383"], ["updated_at", "2019-02-12 21:18:00.554383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.555990"], ["updated_at", "2019-02-12 21:18:00.555990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.557806"], ["updated_at", "2019-02-12 21:18:00.557806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.560417"], ["updated_at", "2019-02-12 21:18:00.560417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.562396"], ["updated_at", "2019-02-12 21:18:00.562396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.564140"], ["updated_at", "2019-02-12 21:18:00.564140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.565841"], ["updated_at", "2019-02-12 21:18:00.565841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.567524"], ["updated_at", "2019-02-12 21:18:00.567524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.569398"], ["updated_at", "2019-02-12 21:18:00.569398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.570918"], ["updated_at", "2019-02-12 21:18:00.570918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.572530"], ["updated_at", "2019-02-12 21:18:00.572530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.574663"], ["updated_at", "2019-02-12 21:18:00.574663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.577457"], ["updated_at", "2019-02-12 21:18:00.577457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.579296"], ["updated_at", "2019-02-12 21:18:00.579296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.580866"], ["updated_at", "2019-02-12 21:18:00.580866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.582375"], ["updated_at", "2019-02-12 21:18:00.582375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.583954"], ["updated_at", "2019-02-12 21:18:00.583954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.585933"], ["updated_at", "2019-02-12 21:18:00.585933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.588003"], ["updated_at", "2019-02-12 21:18:00.588003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.589977"], ["updated_at", "2019-02-12 21:18:00.589977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.592842"], ["updated_at", "2019-02-12 21:18:00.592842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.594969"], ["updated_at", "2019-02-12 21:18:00.594969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.596876"], ["updated_at", "2019-02-12 21:18:00.596876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.598417"], ["updated_at", "2019-02-12 21:18:00.598417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.599949"], ["updated_at", "2019-02-12 21:18:00.599949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.601759"], ["updated_at", "2019-02-12 21:18:00.601759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.603403"], ["updated_at", "2019-02-12 21:18:00.603403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.605472"], ["updated_at", "2019-02-12 21:18:00.605472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.607642"], ["updated_at", "2019-02-12 21:18:00.607642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.609548"], ["updated_at", "2019-02-12 21:18:00.609548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.611305"], ["updated_at", "2019-02-12 21:18:00.611305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.613120"], ["updated_at", "2019-02-12 21:18:00.613120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.614839"], ["updated_at", "2019-02-12 21:18:00.614839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.618916"], ["updated_at", "2019-02-12 21:18:00.618916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.620752"], ["updated_at", "2019-02-12 21:18:00.620752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.623508"], ["updated_at", "2019-02-12 21:18:00.623508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.625666"], ["updated_at", "2019-02-12 21:18:00.625666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.627274"], ["updated_at", "2019-02-12 21:18:00.627274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.628742"], ["updated_at", "2019-02-12 21:18:00.628742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.630400"], ["updated_at", "2019-02-12 21:18:00.630400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.631919"], ["updated_at", "2019-02-12 21:18:00.631919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.633392"], ["updated_at", "2019-02-12 21:18:00.633392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.634856"], ["updated_at", "2019-02-12 21:18:00.634856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.636515"], ["updated_at", "2019-02-12 21:18:00.636515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.638041"], ["updated_at", "2019-02-12 21:18:00.638041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.639495"], ["updated_at", "2019-02-12 21:18:00.639495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.642108"], ["updated_at", "2019-02-12 21:18:00.642108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.643739"], ["updated_at", "2019-02-12 21:18:00.643739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.645164"], ["updated_at", "2019-02-12 21:18:00.645164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.646589"], ["updated_at", "2019-02-12 21:18:00.646589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.648118"], ["updated_at", "2019-02-12 21:18:00.648118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.649597"], ["updated_at", "2019-02-12 21:18:00.649597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.651072"], ["updated_at", "2019-02-12 21:18:00.651072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.652527"], ["updated_at", "2019-02-12 21:18:00.652527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.654017"], ["updated_at", "2019-02-12 21:18:00.654017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.655495"], ["updated_at", "2019-02-12 21:18:00.655495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.656947"], ["updated_at", "2019-02-12 21:18:00.656947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.659405"], ["updated_at", "2019-02-12 21:18:00.659405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.661065"], ["updated_at", "2019-02-12 21:18:00.661065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.662556"], ["updated_at", "2019-02-12 21:18:00.662556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.664038"], ["updated_at", "2019-02-12 21:18:00.664038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.665527"], ["updated_at", "2019-02-12 21:18:00.665527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.667077"], ["updated_at", "2019-02-12 21:18:00.667077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.668590"], ["updated_at", "2019-02-12 21:18:00.668590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.670109"], ["updated_at", "2019-02-12 21:18:00.670109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.671819"], ["updated_at", "2019-02-12 21:18:00.671819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.674111"], ["updated_at", "2019-02-12 21:18:00.674111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.676799"], ["updated_at", "2019-02-12 21:18:00.676799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.678877"], ["updated_at", "2019-02-12 21:18:00.678877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.680640"], ["updated_at", "2019-02-12 21:18:00.680640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.682845"], ["updated_at", "2019-02-12 21:18:00.682845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.686307"], ["updated_at", "2019-02-12 21:18:00.686307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.688277"], ["updated_at", "2019-02-12 21:18:00.688277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.691191"], ["updated_at", "2019-02-12 21:18:00.691191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.693663"], ["updated_at", "2019-02-12 21:18:00.693663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.695605"], ["updated_at", "2019-02-12 21:18:00.695605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.697198"], ["updated_at", "2019-02-12 21:18:00.697198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.698742"], ["updated_at", "2019-02-12 21:18:00.698742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.700395"], ["updated_at", "2019-02-12 21:18:00.700395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.702159"], ["updated_at", "2019-02-12 21:18:00.702159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.703761"], ["updated_at", "2019-02-12 21:18:00.703761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.705830"], ["updated_at", "2019-02-12 21:18:00.705830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.708370"], ["updated_at", "2019-02-12 21:18:00.708370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.710300"], ["updated_at", "2019-02-12 21:18:00.710300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.712598"], ["updated_at", "2019-02-12 21:18:00.712598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.714318"], ["updated_at", "2019-02-12 21:18:00.714318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.715990"], ["updated_at", "2019-02-12 21:18:00.715990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.718063"], ["updated_at", "2019-02-12 21:18:00.718063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.719815"], ["updated_at", "2019-02-12 21:18:00.719815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.721819"], ["updated_at", "2019-02-12 21:18:00.721819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.724449"], ["updated_at", "2019-02-12 21:18:00.724449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.727087"], ["updated_at", "2019-02-12 21:18:00.727087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.730053"], ["updated_at", "2019-02-12 21:18:00.730053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.732399"], ["updated_at", "2019-02-12 21:18:00.732399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.734941"], ["updated_at", "2019-02-12 21:18:00.734941"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.737265"], ["updated_at", "2019-02-12 21:18:00.737265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.739743"], ["updated_at", "2019-02-12 21:18:00.739743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.743096"], ["updated_at", "2019-02-12 21:18:00.743096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.746163"], ["updated_at", "2019-02-12 21:18:00.746163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.749087"], ["updated_at", "2019-02-12 21:18:00.749087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.751545"], ["updated_at", "2019-02-12 21:18:00.751545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.753831"], ["updated_at", "2019-02-12 21:18:00.753831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.755721"], ["updated_at", "2019-02-12 21:18:00.755721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.758500"], ["updated_at", "2019-02-12 21:18:00.758500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.761144"], ["updated_at", "2019-02-12 21:18:00.761144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.764129"], ["updated_at", "2019-02-12 21:18:00.764129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.766860"], ["updated_at", "2019-02-12 21:18:00.766860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.769029"], ["updated_at", "2019-02-12 21:18:00.769029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.771926"], ["updated_at", "2019-02-12 21:18:00.771926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.774766"], ["updated_at", "2019-02-12 21:18:00.774766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.777438"], ["updated_at", "2019-02-12 21:18:00.777438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.779547"], ["updated_at", "2019-02-12 21:18:00.779547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.782003"], ["updated_at", "2019-02-12 21:18:00.782003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.784159"], ["updated_at", "2019-02-12 21:18:00.784159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.785998"], ["updated_at", "2019-02-12 21:18:00.785998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.789537"], ["updated_at", "2019-02-12 21:18:00.789537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.791724"], ["updated_at", "2019-02-12 21:18:00.791724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.793644"], ["updated_at", "2019-02-12 21:18:00.793644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.795845"], ["updated_at", "2019-02-12 21:18:00.795845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.797732"], ["updated_at", "2019-02-12 21:18:00.797732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.800126"], ["updated_at", "2019-02-12 21:18:00.800126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.804531"], ["updated_at", "2019-02-12 21:18:00.804531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.806783"], ["updated_at", "2019-02-12 21:18:00.806783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.809122"], ["updated_at", "2019-02-12 21:18:00.809122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.811393"], ["updated_at", "2019-02-12 21:18:00.811393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.813100"], ["updated_at", "2019-02-12 21:18:00.813100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.814710"], ["updated_at", "2019-02-12 21:18:00.814710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.816323"], ["updated_at", "2019-02-12 21:18:00.816323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.818343"], ["updated_at", "2019-02-12 21:18:00.818343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.819961"], ["updated_at", "2019-02-12 21:18:00.819961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.822031"], ["updated_at", "2019-02-12 21:18:00.822031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.824430"], ["updated_at", "2019-02-12 21:18:00.824430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.827990"], ["updated_at", "2019-02-12 21:18:00.827990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.830073"], ["updated_at", "2019-02-12 21:18:00.830073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.833475"], ["updated_at", "2019-02-12 21:18:00.833475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.836490"], ["updated_at", "2019-02-12 21:18:00.836490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.838458"], ["updated_at", "2019-02-12 21:18:00.838458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.840522"], ["updated_at", "2019-02-12 21:18:00.840522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.842664"], ["updated_at", "2019-02-12 21:18:00.842664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.844618"], ["updated_at", "2019-02-12 21:18:00.844618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.846476"], ["updated_at", "2019-02-12 21:18:00.846476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.848267"], ["updated_at", "2019-02-12 21:18:00.848267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.849922"], ["updated_at", "2019-02-12 21:18:00.849922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.852161"], ["updated_at", "2019-02-12 21:18:00.852161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.853986"], ["updated_at", "2019-02-12 21:18:00.853986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.855594"], ["updated_at", "2019-02-12 21:18:00.855594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.857680"], ["updated_at", "2019-02-12 21:18:00.857680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.859426"], ["updated_at", "2019-02-12 21:18:00.859426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.861294"], ["updated_at", "2019-02-12 21:18:00.861294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.863158"], ["updated_at", "2019-02-12 21:18:00.863158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.864897"], ["updated_at", "2019-02-12 21:18:00.864897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.866736"], ["updated_at", "2019-02-12 21:18:00.866736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.868732"], ["updated_at", "2019-02-12 21:18:00.868732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.871703"], ["updated_at", "2019-02-12 21:18:00.871703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.873717"], ["updated_at", "2019-02-12 21:18:00.873717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.875841"], ["updated_at", "2019-02-12 21:18:00.875841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.877690"], ["updated_at", "2019-02-12 21:18:00.877690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.879622"], ["updated_at", "2019-02-12 21:18:00.879622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.881382"], ["updated_at", "2019-02-12 21:18:00.881382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.883414"], ["updated_at", "2019-02-12 21:18:00.883414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.885147"], ["updated_at", "2019-02-12 21:18:00.885147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.886790"], ["updated_at", "2019-02-12 21:18:00.886790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.889426"], ["updated_at", "2019-02-12 21:18:00.889426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.892320"], ["updated_at", "2019-02-12 21:18:00.892320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.894578"], ["updated_at", "2019-02-12 21:18:00.894578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.896549"], ["updated_at", "2019-02-12 21:18:00.896549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.898403"], ["updated_at", "2019-02-12 21:18:00.898403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.900882"], ["updated_at", "2019-02-12 21:18:00.900882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.903020"], ["updated_at", "2019-02-12 21:18:00.903020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.904943"], ["updated_at", "2019-02-12 21:18:00.904943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.907723"], ["updated_at", "2019-02-12 21:18:00.907723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.910106"], ["updated_at", "2019-02-12 21:18:00.910106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.912071"], ["updated_at", "2019-02-12 21:18:00.912071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.913949"], ["updated_at", "2019-02-12 21:18:00.913949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.916008"], ["updated_at", "2019-02-12 21:18:00.916008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.917704"], ["updated_at", "2019-02-12 21:18:00.917704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.919347"], ["updated_at", "2019-02-12 21:18:00.919347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.920977"], ["updated_at", "2019-02-12 21:18:00.920977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.922583"], ["updated_at", "2019-02-12 21:18:00.922583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.924467"], ["updated_at", "2019-02-12 21:18:00.924467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.927621"], ["updated_at", "2019-02-12 21:18:00.927621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.930093"], ["updated_at", "2019-02-12 21:18:00.930093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.932611"], ["updated_at", "2019-02-12 21:18:00.932611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.934639"], ["updated_at", "2019-02-12 21:18:00.934639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.936357"], ["updated_at", "2019-02-12 21:18:00.936357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.938193"], ["updated_at", "2019-02-12 21:18:00.938193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.939966"], ["updated_at", "2019-02-12 21:18:00.939966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.942254"], ["updated_at", "2019-02-12 21:18:00.942254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.946245"], ["updated_at", "2019-02-12 21:18:00.946245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.948486"], ["updated_at", "2019-02-12 21:18:00.948486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.950498"], ["updated_at", "2019-02-12 21:18:00.950498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.952372"], ["updated_at", "2019-02-12 21:18:00.952372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.954269"], ["updated_at", "2019-02-12 21:18:00.954269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.956110"], ["updated_at", "2019-02-12 21:18:00.956110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.958605"], ["updated_at", "2019-02-12 21:18:00.958605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.961280"], ["updated_at", "2019-02-12 21:18:00.961280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.963664"], ["updated_at", "2019-02-12 21:18:00.963664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.965849"], ["updated_at", "2019-02-12 21:18:00.965849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.967691"], ["updated_at", "2019-02-12 21:18:00.967691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.969435"], ["updated_at", "2019-02-12 21:18:00.969435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.971161"], ["updated_at", "2019-02-12 21:18:00.971161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.973040"], ["updated_at", "2019-02-12 21:18:00.973040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.975180"], ["updated_at", "2019-02-12 21:18:00.975180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.977015"], ["updated_at", "2019-02-12 21:18:00.977015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.982518"], ["updated_at", "2019-02-12 21:18:00.982518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.984464"], ["updated_at", "2019-02-12 21:18:00.984464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.986151"], ["updated_at", "2019-02-12 21:18:00.986151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.987810"], ["updated_at", "2019-02-12 21:18:00.987810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.989410"], ["updated_at", "2019-02-12 21:18:00.989410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.991392"], ["updated_at", "2019-02-12 21:18:00.991392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.993235"], ["updated_at", "2019-02-12 21:18:00.993235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.995016"], ["updated_at", "2019-02-12 21:18:00.995016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.997501"], ["updated_at", "2019-02-12 21:18:00.997501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:00.999335"], ["updated_at", "2019-02-12 21:18:00.999335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.001172"], ["updated_at", "2019-02-12 21:18:01.001172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.002953"], ["updated_at", "2019-02-12 21:18:01.002953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.004686"], ["updated_at", "2019-02-12 21:18:01.004686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.006507"], ["updated_at", "2019-02-12 21:18:01.006507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.009202"], ["updated_at", "2019-02-12 21:18:01.009202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.011395"], ["updated_at", "2019-02-12 21:18:01.011395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.014042"], ["updated_at", "2019-02-12 21:18:01.014042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.016392"], ["updated_at", "2019-02-12 21:18:01.016392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.018358"], ["updated_at", "2019-02-12 21:18:01.018358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.020564"], ["updated_at", "2019-02-12 21:18:01.020564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.022397"], ["updated_at", "2019-02-12 21:18:01.022397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.024375"], ["updated_at", "2019-02-12 21:18:01.024375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.026237"], ["updated_at", "2019-02-12 21:18:01.026237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.028175"], ["updated_at", "2019-02-12 21:18:01.028175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.029980"], ["updated_at", "2019-02-12 21:18:01.029980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.033067"], ["updated_at", "2019-02-12 21:18:01.033067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.034912"], ["updated_at", "2019-02-12 21:18:01.034912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.036444"], ["updated_at", "2019-02-12 21:18:01.036444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.037965"], ["updated_at", "2019-02-12 21:18:01.037965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.039590"], ["updated_at", "2019-02-12 21:18:01.039590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.041782"], ["updated_at", "2019-02-12 21:18:01.041782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.043973"], ["updated_at", "2019-02-12 21:18:01.043973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.045608"], ["updated_at", "2019-02-12 21:18:01.045608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.047108"], ["updated_at", "2019-02-12 21:18:01.047108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.048879"], ["updated_at", "2019-02-12 21:18:01.048879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.050585"], ["updated_at", "2019-02-12 21:18:01.050585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.052111"], ["updated_at", "2019-02-12 21:18:01.052111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.053669"], ["updated_at", "2019-02-12 21:18:01.053669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.055375"], ["updated_at", "2019-02-12 21:18:01.055375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.056943"], ["updated_at", "2019-02-12 21:18:01.056943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.059534"], ["updated_at", "2019-02-12 21:18:01.059534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.061576"], ["updated_at", "2019-02-12 21:18:01.061576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.063233"], ["updated_at", "2019-02-12 21:18:01.063233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.064760"], ["updated_at", "2019-02-12 21:18:01.064760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.066948"], ["updated_at", "2019-02-12 21:18:01.066948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.068927"], ["updated_at", "2019-02-12 21:18:01.068927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.070483"], ["updated_at", "2019-02-12 21:18:01.070483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.071996"], ["updated_at", "2019-02-12 21:18:01.071996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.073635"], ["updated_at", "2019-02-12 21:18:01.073635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.075698"], ["updated_at", "2019-02-12 21:18:01.075698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.077419"], ["updated_at", "2019-02-12 21:18:01.077419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.079055"], ["updated_at", "2019-02-12 21:18:01.079055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.080696"], ["updated_at", "2019-02-12 21:18:01.080696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.082185"], ["updated_at", "2019-02-12 21:18:01.082185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.083659"], ["updated_at", "2019-02-12 21:18:01.083659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.085661"], ["updated_at", "2019-02-12 21:18:01.085661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.087333"], ["updated_at", "2019-02-12 21:18:01.087333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.089071"], ["updated_at", "2019-02-12 21:18:01.089071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.091133"], ["updated_at", "2019-02-12 21:18:01.091133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.092906"], ["updated_at", "2019-02-12 21:18:01.092906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.094473"], ["updated_at", "2019-02-12 21:18:01.094473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.096024"], ["updated_at", "2019-02-12 21:18:01.096024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.097881"], ["updated_at", "2019-02-12 21:18:01.097881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.099632"], ["updated_at", "2019-02-12 21:18:01.099632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.101821"], ["updated_at", "2019-02-12 21:18:01.101821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.104066"], ["updated_at", "2019-02-12 21:18:01.104066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.105817"], ["updated_at", "2019-02-12 21:18:01.105817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.107767"], ["updated_at", "2019-02-12 21:18:01.107767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.109741"], ["updated_at", "2019-02-12 21:18:01.109741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.111345"], ["updated_at", "2019-02-12 21:18:01.111345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.113158"], ["updated_at", "2019-02-12 21:18:01.113158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.114842"], ["updated_at", "2019-02-12 21:18:01.114842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.116460"], ["updated_at", "2019-02-12 21:18:01.116460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.118105"], ["updated_at", "2019-02-12 21:18:01.118105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.119641"], ["updated_at", "2019-02-12 21:18:01.119641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.121723"], ["updated_at", "2019-02-12 21:18:01.121723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.123708"], ["updated_at", "2019-02-12 21:18:01.123708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.125749"], ["updated_at", "2019-02-12 21:18:01.125749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.127647"], ["updated_at", "2019-02-12 21:18:01.127647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.131644"], ["updated_at", "2019-02-12 21:18:01.131644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.133483"], ["updated_at", "2019-02-12 21:18:01.133483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.135212"], ["updated_at", "2019-02-12 21:18:01.135212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.136874"], ["updated_at", "2019-02-12 21:18:01.136874"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.139552"], ["updated_at", "2019-02-12 21:18:01.139552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.141955"], ["updated_at", "2019-02-12 21:18:01.141955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.143615"], ["updated_at", "2019-02-12 21:18:01.143615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.145284"], ["updated_at", "2019-02-12 21:18:01.145284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.146945"], ["updated_at", "2019-02-12 21:18:01.146945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.148508"], ["updated_at", "2019-02-12 21:18:01.148508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.150016"], ["updated_at", "2019-02-12 21:18:01.150016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.151624"], ["updated_at", "2019-02-12 21:18:01.151624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 14ms (Views: 7.3ms | ActiveRecord: 0.4ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.171025"], ["updated_at", "2019-02-12 21:18:01.171025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.173838"], ["updated_at", "2019-02-12 21:18:01.173838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.176002"], ["updated_at", "2019-02-12 21:18:01.176002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.182094"], ["updated_at", "2019-02-12 21:18:01.182094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.184333"], ["updated_at", "2019-02-12 21:18:01.184333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.186183"], ["updated_at", "2019-02-12 21:18:01.186183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.193564"], ["updated_at", "2019-02-12 21:18:01.193564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.207093"], ["updated_at", "2019-02-12 21:18:01.207093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.210405"], ["updated_at", "2019-02-12 21:18:01.210405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1115@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:18:01.212646"], ["updated_at", "2019-02-12 21:18:01.213548"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1115@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:18:01.217707"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.222191"], ["updated_at", "2019-02-12 21:18:01.222191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.225152"], ["updated_at", "2019-02-12 21:18:01.225152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1116@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:18:01.228752"], ["updated_at", "2019-02-12 21:18:01.229762"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.233434"], ["updated_at", "2019-02-12 21:18:01.233434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.235732"], ["updated_at", "2019-02-12 21:18:01.235732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.243695"], ["updated_at", "2019-02-12 21:18:01.243695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.246412"], ["updated_at", "2019-02-12 21:18:01.246412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.247698"], ["updated_at", "2019-02-12 21:18:01.247698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:18:01.249549"], ["updated_at", "2019-02-12 21:18:01.249549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.254981"], ["updated_at", "2019-02-12 21:18:01.254981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.258060"], ["updated_at", "2019-02-12 21:18:01.258060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.264312"], ["updated_at", "2019-02-12 21:18:01.264312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.269463"], ["updated_at", "2019-02-12 21:18:01.269463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1121@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:18:01.272778"], ["updated_at", "2019-02-12 21:18:01.273704"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.277766"], ["updated_at", "2019-02-12 21:18:01.277766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.280916"], ["updated_at", "2019-02-12 21:18:01.280916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1122@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:18:01.285579"], ["updated_at", "2019-02-12 21:18:01.286615"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.300799"], ["updated_at", "2019-02-12 21:18:01.300799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.303174"], ["updated_at", "2019-02-12 21:18:01.303174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:18:01.309045"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.313050"], ["updated_at", "2019-02-12 21:18:01.313050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.315398"], ["updated_at", "2019-02-12 21:18:01.315398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:18:01.320902"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.324381"], ["updated_at", "2019-02-12 21:18:01.324381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.327375"], ["updated_at", "2019-02-12 21:18:01.327375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.335959"], ["updated_at", "2019-02-12 21:18:01.335959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.338384"], ["updated_at", "2019-02-12 21:18:01.338384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.345145"], ["updated_at", "2019-02-12 21:18:01.345145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.348392"], ["updated_at", "2019-02-12 21:18:01.348392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:18:01.349259"], ["updated_at", "2019-02-12 21:18:01.350157"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:18:01.354776"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:18:01.356525"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.361169"], ["updated_at", "2019-02-12 21:18:01.361169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.363983"], ["updated_at", "2019-02-12 21:18:01.363983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.365348"], ["updated_at", "2019-02-12 21:18:01.365348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:18:01.367282"], ["updated_at", "2019-02-12 21:18:01.367282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.373580"], ["updated_at", "2019-02-12 21:18:01.373580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.376420"], ["updated_at", "2019-02-12 21:18:01.376420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1130@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:18:01.379612"], ["updated_at", "2019-02-12 21:18:01.381037"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:18:01.382826"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.500247"], ["updated_at", "2019-02-12 21:18:01.500247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:18:01 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:18:01.510424"], ["updated_at", "2019-02-12 21:18:01.510424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:18:01.516423"], ["updated_at", "2019-02-12 21:18:01.516423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:18:01 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.4ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 15ms (Views: 0.3ms | ActiveRecord: 1.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:10.339508"], ["updated_at", "2019-02-12 21:23:10.339508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.360007"], ["updated_at", "2019-02-12 21:23:10.360007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.361944"], ["updated_at", "2019-02-12 21:23:10.361944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.363527"], ["updated_at", "2019-02-12 21:23:10.363527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.365357"], ["updated_at", "2019-02-12 21:23:10.365357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.367194"], ["updated_at", "2019-02-12 21:23:10.367194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.368944"], ["updated_at", "2019-02-12 21:23:10.368944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.370648"], ["updated_at", "2019-02-12 21:23:10.370648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.372175"], ["updated_at", "2019-02-12 21:23:10.372175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.373792"], ["updated_at", "2019-02-12 21:23:10.373792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.375326"], ["updated_at", "2019-02-12 21:23:10.375326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:10.392049"], ["updated_at", "2019-02-12 21:23:10.392049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:10.398658"], ["updated_at", "2019-02-12 21:23:10.398658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.401521"], ["updated_at", "2019-02-12 21:23:10.401521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.403589"], ["updated_at", "2019-02-12 21:23:10.403589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.405215"], ["updated_at", "2019-02-12 21:23:10.405215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.409007"], ["updated_at", "2019-02-12 21:23:10.409007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.410969"], ["updated_at", "2019-02-12 21:23:10.410969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.412588"], ["updated_at", "2019-02-12 21:23:10.412588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.414127"], ["updated_at", "2019-02-12 21:23:10.414127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.417997"], ["updated_at", "2019-02-12 21:23:10.417997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.419777"], ["updated_at", "2019-02-12 21:23:10.419777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.421325"], ["updated_at", "2019-02-12 21:23:10.421325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.423020"], ["updated_at", "2019-02-12 21:23:10.423020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.424539"], ["updated_at", "2019-02-12 21:23:10.424539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.426715"], ["updated_at", "2019-02-12 21:23:10.426715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.428395"], ["updated_at", "2019-02-12 21:23:10.428395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.429950"], ["updated_at", "2019-02-12 21:23:10.429950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.431790"], ["updated_at", "2019-02-12 21:23:10.431790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.434917"], ["updated_at", "2019-02-12 21:23:10.434917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.436567"], ["updated_at", "2019-02-12 21:23:10.436567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.438080"], ["updated_at", "2019-02-12 21:23:10.438080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.439612"], ["updated_at", "2019-02-12 21:23:10.439612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.442125"], ["updated_at", "2019-02-12 21:23:10.442125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.443862"], ["updated_at", "2019-02-12 21:23:10.443862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.445356"], ["updated_at", "2019-02-12 21:23:10.445356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.447028"], ["updated_at", "2019-02-12 21:23:10.447028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.448583"], ["updated_at", "2019-02-12 21:23:10.448583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.450199"], ["updated_at", "2019-02-12 21:23:10.450199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.452319"], ["updated_at", "2019-02-12 21:23:10.452319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.454082"], ["updated_at", "2019-02-12 21:23:10.454082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.456074"], ["updated_at", "2019-02-12 21:23:10.456074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.457835"], ["updated_at", "2019-02-12 21:23:10.457835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.459591"], ["updated_at", "2019-02-12 21:23:10.459591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.461407"], ["updated_at", "2019-02-12 21:23:10.461407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.463125"], ["updated_at", "2019-02-12 21:23:10.463125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.464948"], ["updated_at", "2019-02-12 21:23:10.464948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.466843"], ["updated_at", "2019-02-12 21:23:10.466843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.472534"], ["updated_at", "2019-02-12 21:23:10.472534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.474174"], ["updated_at", "2019-02-12 21:23:10.474174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.475682"], ["updated_at", "2019-02-12 21:23:10.475682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.477250"], ["updated_at", "2019-02-12 21:23:10.477250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.478804"], ["updated_at", "2019-02-12 21:23:10.478804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.480543"], ["updated_at", "2019-02-12 21:23:10.480543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.482446"], ["updated_at", "2019-02-12 21:23:10.482446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.484066"], ["updated_at", "2019-02-12 21:23:10.484066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.485803"], ["updated_at", "2019-02-12 21:23:10.485803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.487389"], ["updated_at", "2019-02-12 21:23:10.487389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.488949"], ["updated_at", "2019-02-12 21:23:10.488949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.490526"], ["updated_at", "2019-02-12 21:23:10.490526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.492231"], ["updated_at", "2019-02-12 21:23:10.492231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.493881"], ["updated_at", "2019-02-12 21:23:10.493881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.495486"], ["updated_at", "2019-02-12 21:23:10.495486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.497036"], ["updated_at", "2019-02-12 21:23:10.497036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.498607"], ["updated_at", "2019-02-12 21:23:10.498607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.500146"], ["updated_at", "2019-02-12 21:23:10.500146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.502100"], ["updated_at", "2019-02-12 21:23:10.502100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.503879"], ["updated_at", "2019-02-12 21:23:10.503879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.505598"], ["updated_at", "2019-02-12 21:23:10.505598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.507288"], ["updated_at", "2019-02-12 21:23:10.507288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.509082"], ["updated_at", "2019-02-12 21:23:10.509082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.510724"], ["updated_at", "2019-02-12 21:23:10.510724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.512315"], ["updated_at", "2019-02-12 21:23:10.512315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.513908"], ["updated_at", "2019-02-12 21:23:10.513908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.515516"], ["updated_at", "2019-02-12 21:23:10.515516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.517139"], ["updated_at", "2019-02-12 21:23:10.517139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.518840"], ["updated_at", "2019-02-12 21:23:10.518840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.520432"], ["updated_at", "2019-02-12 21:23:10.520432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.521977"], ["updated_at", "2019-02-12 21:23:10.521977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.523535"], ["updated_at", "2019-02-12 21:23:10.523535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.525106"], ["updated_at", "2019-02-12 21:23:10.525106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.526622"], ["updated_at", "2019-02-12 21:23:10.526622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.528399"], ["updated_at", "2019-02-12 21:23:10.528399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.529973"], ["updated_at", "2019-02-12 21:23:10.529973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.531573"], ["updated_at", "2019-02-12 21:23:10.531573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.533210"], ["updated_at", "2019-02-12 21:23:10.533210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.534955"], ["updated_at", "2019-02-12 21:23:10.534955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.536644"], ["updated_at", "2019-02-12 21:23:10.536644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.538254"], ["updated_at", "2019-02-12 21:23:10.538254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.539966"], ["updated_at", "2019-02-12 21:23:10.539966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.541571"], ["updated_at", "2019-02-12 21:23:10.541571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.543101"], ["updated_at", "2019-02-12 21:23:10.543101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.544728"], ["updated_at", "2019-02-12 21:23:10.544728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.546281"], ["updated_at", "2019-02-12 21:23:10.546281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.547853"], ["updated_at", "2019-02-12 21:23:10.547853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.549483"], ["updated_at", "2019-02-12 21:23:10.549483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.551272"], ["updated_at", "2019-02-12 21:23:10.551272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.553041"], ["updated_at", "2019-02-12 21:23:10.553041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.554621"], ["updated_at", "2019-02-12 21:23:10.554621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.556166"], ["updated_at", "2019-02-12 21:23:10.556166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.557714"], ["updated_at", "2019-02-12 21:23:10.557714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.559304"], ["updated_at", "2019-02-12 21:23:10.559304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.560856"], ["updated_at", "2019-02-12 21:23:10.560856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.562544"], ["updated_at", "2019-02-12 21:23:10.562544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.564122"], ["updated_at", "2019-02-12 21:23:10.564122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.565705"], ["updated_at", "2019-02-12 21:23:10.565705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.567247"], ["updated_at", "2019-02-12 21:23:10.567247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.569008"], ["updated_at", "2019-02-12 21:23:10.569008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.570649"], ["updated_at", "2019-02-12 21:23:10.570649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.572251"], ["updated_at", "2019-02-12 21:23:10.572251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.573945"], ["updated_at", "2019-02-12 21:23:10.573945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.575503"], ["updated_at", "2019-02-12 21:23:10.575503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.577017"], ["updated_at", "2019-02-12 21:23:10.577017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.578506"], ["updated_at", "2019-02-12 21:23:10.578506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.580033"], ["updated_at", "2019-02-12 21:23:10.580033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.581599"], ["updated_at", "2019-02-12 21:23:10.581599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.583306"], ["updated_at", "2019-02-12 21:23:10.583306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.585646"], ["updated_at", "2019-02-12 21:23:10.585646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.587464"], ["updated_at", "2019-02-12 21:23:10.587464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.589124"], ["updated_at", "2019-02-12 21:23:10.589124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.590692"], ["updated_at", "2019-02-12 21:23:10.590692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.592297"], ["updated_at", "2019-02-12 21:23:10.592297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.593920"], ["updated_at", "2019-02-12 21:23:10.593920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.595653"], ["updated_at", "2019-02-12 21:23:10.595653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.597456"], ["updated_at", "2019-02-12 21:23:10.597456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.599174"], ["updated_at", "2019-02-12 21:23:10.599174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.600850"], ["updated_at", "2019-02-12 21:23:10.600850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.602745"], ["updated_at", "2019-02-12 21:23:10.602745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.604401"], ["updated_at", "2019-02-12 21:23:10.604401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.606006"], ["updated_at", "2019-02-12 21:23:10.606006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.607599"], ["updated_at", "2019-02-12 21:23:10.607599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.609316"], ["updated_at", "2019-02-12 21:23:10.609316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.610928"], ["updated_at", "2019-02-12 21:23:10.610928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.612821"], ["updated_at", "2019-02-12 21:23:10.612821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.614635"], ["updated_at", "2019-02-12 21:23:10.614635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.616331"], ["updated_at", "2019-02-12 21:23:10.616331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.618106"], ["updated_at", "2019-02-12 21:23:10.618106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.619958"], ["updated_at", "2019-02-12 21:23:10.619958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.621630"], ["updated_at", "2019-02-12 21:23:10.621630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.623268"], ["updated_at", "2019-02-12 21:23:10.623268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.624870"], ["updated_at", "2019-02-12 21:23:10.624870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.626445"], ["updated_at", "2019-02-12 21:23:10.626445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.628003"], ["updated_at", "2019-02-12 21:23:10.628003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.629606"], ["updated_at", "2019-02-12 21:23:10.629606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.631334"], ["updated_at", "2019-02-12 21:23:10.631334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.633072"], ["updated_at", "2019-02-12 21:23:10.633072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.634776"], ["updated_at", "2019-02-12 21:23:10.634776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.636457"], ["updated_at", "2019-02-12 21:23:10.636457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.638074"], ["updated_at", "2019-02-12 21:23:10.638074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.639736"], ["updated_at", "2019-02-12 21:23:10.639736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.641464"], ["updated_at", "2019-02-12 21:23:10.641464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.643297"], ["updated_at", "2019-02-12 21:23:10.643297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.645021"], ["updated_at", "2019-02-12 21:23:10.645021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.646653"], ["updated_at", "2019-02-12 21:23:10.646653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.648285"], ["updated_at", "2019-02-12 21:23:10.648285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.650004"], ["updated_at", "2019-02-12 21:23:10.650004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.655031"], ["updated_at", "2019-02-12 21:23:10.655031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.656748"], ["updated_at", "2019-02-12 21:23:10.656748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.658372"], ["updated_at", "2019-02-12 21:23:10.658372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.659967"], ["updated_at", "2019-02-12 21:23:10.659967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.661571"], ["updated_at", "2019-02-12 21:23:10.661571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.663122"], ["updated_at", "2019-02-12 21:23:10.663122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.664695"], ["updated_at", "2019-02-12 21:23:10.664695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.666355"], ["updated_at", "2019-02-12 21:23:10.666355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.668083"], ["updated_at", "2019-02-12 21:23:10.668083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.669742"], ["updated_at", "2019-02-12 21:23:10.669742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.673049"], ["updated_at", "2019-02-12 21:23:10.673049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.675336"], ["updated_at", "2019-02-12 21:23:10.675336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.677173"], ["updated_at", "2019-02-12 21:23:10.677173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.678958"], ["updated_at", "2019-02-12 21:23:10.678958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.680746"], ["updated_at", "2019-02-12 21:23:10.680746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.683328"], ["updated_at", "2019-02-12 21:23:10.683328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.685735"], ["updated_at", "2019-02-12 21:23:10.685735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.687562"], ["updated_at", "2019-02-12 21:23:10.687562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.689255"], ["updated_at", "2019-02-12 21:23:10.689255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.691036"], ["updated_at", "2019-02-12 21:23:10.691036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.692640"], ["updated_at", "2019-02-12 21:23:10.692640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.694956"], ["updated_at", "2019-02-12 21:23:10.694956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.696528"], ["updated_at", "2019-02-12 21:23:10.696528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.698086"], ["updated_at", "2019-02-12 21:23:10.698086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.699639"], ["updated_at", "2019-02-12 21:23:10.699639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.701342"], ["updated_at", "2019-02-12 21:23:10.701342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.703066"], ["updated_at", "2019-02-12 21:23:10.703066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.705230"], ["updated_at", "2019-02-12 21:23:10.705230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.707179"], ["updated_at", "2019-02-12 21:23:10.707179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.709010"], ["updated_at", "2019-02-12 21:23:10.709010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.710857"], ["updated_at", "2019-02-12 21:23:10.710857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.712601"], ["updated_at", "2019-02-12 21:23:10.712601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.714318"], ["updated_at", "2019-02-12 21:23:10.714318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.716610"], ["updated_at", "2019-02-12 21:23:10.716610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.718652"], ["updated_at", "2019-02-12 21:23:10.718652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.720254"], ["updated_at", "2019-02-12 21:23:10.720254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.721746"], ["updated_at", "2019-02-12 21:23:10.721746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.723250"], ["updated_at", "2019-02-12 21:23:10.723250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.724923"], ["updated_at", "2019-02-12 21:23:10.724923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.726564"], ["updated_at", "2019-02-12 21:23:10.726564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.728860"], ["updated_at", "2019-02-12 21:23:10.728860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.730644"], ["updated_at", "2019-02-12 21:23:10.730644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.732407"], ["updated_at", "2019-02-12 21:23:10.732407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.734171"], ["updated_at", "2019-02-12 21:23:10.734171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.736210"], ["updated_at", "2019-02-12 21:23:10.736210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.738015"], ["updated_at", "2019-02-12 21:23:10.738015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.740880"], ["updated_at", "2019-02-12 21:23:10.740880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.742914"], ["updated_at", "2019-02-12 21:23:10.742914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.744640"], ["updated_at", "2019-02-12 21:23:10.744640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.746319"], ["updated_at", "2019-02-12 21:23:10.746319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.748256"], ["updated_at", "2019-02-12 21:23:10.748256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.750831"], ["updated_at", "2019-02-12 21:23:10.750831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.752899"], ["updated_at", "2019-02-12 21:23:10.752899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.754688"], ["updated_at", "2019-02-12 21:23:10.754688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.756236"], ["updated_at", "2019-02-12 21:23:10.756236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.757770"], ["updated_at", "2019-02-12 21:23:10.757770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.759573"], ["updated_at", "2019-02-12 21:23:10.759573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.761866"], ["updated_at", "2019-02-12 21:23:10.761866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.763554"], ["updated_at", "2019-02-12 21:23:10.763554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.765046"], ["updated_at", "2019-02-12 21:23:10.765046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.766649"], ["updated_at", "2019-02-12 21:23:10.766649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.768352"], ["updated_at", "2019-02-12 21:23:10.768352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.770047"], ["updated_at", "2019-02-12 21:23:10.770047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.772061"], ["updated_at", "2019-02-12 21:23:10.772061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.774186"], ["updated_at", "2019-02-12 21:23:10.774186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.775993"], ["updated_at", "2019-02-12 21:23:10.775993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.777779"], ["updated_at", "2019-02-12 21:23:10.777779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.779335"], ["updated_at", "2019-02-12 21:23:10.779335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.780968"], ["updated_at", "2019-02-12 21:23:10.780968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.783154"], ["updated_at", "2019-02-12 21:23:10.783154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.785687"], ["updated_at", "2019-02-12 21:23:10.785687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.787389"], ["updated_at", "2019-02-12 21:23:10.787389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.788960"], ["updated_at", "2019-02-12 21:23:10.788960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.790488"], ["updated_at", "2019-02-12 21:23:10.790488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.792084"], ["updated_at", "2019-02-12 21:23:10.792084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.793655"], ["updated_at", "2019-02-12 21:23:10.793655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.796002"], ["updated_at", "2019-02-12 21:23:10.796002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.797960"], ["updated_at", "2019-02-12 21:23:10.797960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.799779"], ["updated_at", "2019-02-12 21:23:10.799779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.801741"], ["updated_at", "2019-02-12 21:23:10.801741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.803446"], ["updated_at", "2019-02-12 21:23:10.803446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.805025"], ["updated_at", "2019-02-12 21:23:10.805025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.807396"], ["updated_at", "2019-02-12 21:23:10.807396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.809205"], ["updated_at", "2019-02-12 21:23:10.809205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.810877"], ["updated_at", "2019-02-12 21:23:10.810877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.812536"], ["updated_at", "2019-02-12 21:23:10.812536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.814340"], ["updated_at", "2019-02-12 21:23:10.814340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.816036"], ["updated_at", "2019-02-12 21:23:10.816036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.818546"], ["updated_at", "2019-02-12 21:23:10.818546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.820456"], ["updated_at", "2019-02-12 21:23:10.820456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.822176"], ["updated_at", "2019-02-12 21:23:10.822176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.823924"], ["updated_at", "2019-02-12 21:23:10.823924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.825603"], ["updated_at", "2019-02-12 21:23:10.825603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.827354"], ["updated_at", "2019-02-12 21:23:10.827354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.829571"], ["updated_at", "2019-02-12 21:23:10.829571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.831284"], ["updated_at", "2019-02-12 21:23:10.831284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.832922"], ["updated_at", "2019-02-12 21:23:10.832922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.834637"], ["updated_at", "2019-02-12 21:23:10.834637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.836382"], ["updated_at", "2019-02-12 21:23:10.836382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.839074"], ["updated_at", "2019-02-12 21:23:10.839074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.841178"], ["updated_at", "2019-02-12 21:23:10.841178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.842836"], ["updated_at", "2019-02-12 21:23:10.842836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.848416"], ["updated_at", "2019-02-12 21:23:10.848416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.850457"], ["updated_at", "2019-02-12 21:23:10.850457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.853007"], ["updated_at", "2019-02-12 21:23:10.853007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.854595"], ["updated_at", "2019-02-12 21:23:10.854595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.856124"], ["updated_at", "2019-02-12 21:23:10.856124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.857617"], ["updated_at", "2019-02-12 21:23:10.857617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.860916"], ["updated_at", "2019-02-12 21:23:10.860916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.863344"], ["updated_at", "2019-02-12 21:23:10.863344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.865421"], ["updated_at", "2019-02-12 21:23:10.865421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.867319"], ["updated_at", "2019-02-12 21:23:10.867319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.869285"], ["updated_at", "2019-02-12 21:23:10.869285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.870994"], ["updated_at", "2019-02-12 21:23:10.870994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.872616"], ["updated_at", "2019-02-12 21:23:10.872616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.874904"], ["updated_at", "2019-02-12 21:23:10.874904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.876800"], ["updated_at", "2019-02-12 21:23:10.876800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.878498"], ["updated_at", "2019-02-12 21:23:10.878498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.880527"], ["updated_at", "2019-02-12 21:23:10.880527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.882316"], ["updated_at", "2019-02-12 21:23:10.882316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.884380"], ["updated_at", "2019-02-12 21:23:10.884380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.886797"], ["updated_at", "2019-02-12 21:23:10.886797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.888614"], ["updated_at", "2019-02-12 21:23:10.888614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.890432"], ["updated_at", "2019-02-12 21:23:10.890432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.892083"], ["updated_at", "2019-02-12 21:23:10.892083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.893818"], ["updated_at", "2019-02-12 21:23:10.893818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.895774"], ["updated_at", "2019-02-12 21:23:10.895774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.897979"], ["updated_at", "2019-02-12 21:23:10.897979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.899975"], ["updated_at", "2019-02-12 21:23:10.899975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.901923"], ["updated_at", "2019-02-12 21:23:10.901923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.903737"], ["updated_at", "2019-02-12 21:23:10.903737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.905517"], ["updated_at", "2019-02-12 21:23:10.905517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.907735"], ["updated_at", "2019-02-12 21:23:10.907735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.909713"], ["updated_at", "2019-02-12 21:23:10.909713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.911597"], ["updated_at", "2019-02-12 21:23:10.911597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.913296"], ["updated_at", "2019-02-12 21:23:10.913296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.914944"], ["updated_at", "2019-02-12 21:23:10.914944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.916580"], ["updated_at", "2019-02-12 21:23:10.916580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.919018"], ["updated_at", "2019-02-12 21:23:10.919018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.921003"], ["updated_at", "2019-02-12 21:23:10.921003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.922871"], ["updated_at", "2019-02-12 21:23:10.922871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.924485"], ["updated_at", "2019-02-12 21:23:10.924485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.926040"], ["updated_at", "2019-02-12 21:23:10.926040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.927569"], ["updated_at", "2019-02-12 21:23:10.927569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.929163"], ["updated_at", "2019-02-12 21:23:10.929163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.931622"], ["updated_at", "2019-02-12 21:23:10.931622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.933510"], ["updated_at", "2019-02-12 21:23:10.933510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.935335"], ["updated_at", "2019-02-12 21:23:10.935335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.937004"], ["updated_at", "2019-02-12 21:23:10.937004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.938550"], ["updated_at", "2019-02-12 21:23:10.938550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.940196"], ["updated_at", "2019-02-12 21:23:10.940196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.942509"], ["updated_at", "2019-02-12 21:23:10.942509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.944297"], ["updated_at", "2019-02-12 21:23:10.944297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.947269"], ["updated_at", "2019-02-12 21:23:10.947269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.949393"], ["updated_at", "2019-02-12 21:23:10.949393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.951346"], ["updated_at", "2019-02-12 21:23:10.951346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.953857"], ["updated_at", "2019-02-12 21:23:10.953857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 14ms (Views: 7.9ms | ActiveRecord: 0.4ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:10.973433"], ["updated_at", "2019-02-12 21:23:10.973433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.976229"], ["updated_at", "2019-02-12 21:23:10.976229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.977992"], ["updated_at", "2019-02-12 21:23:10.977992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:10.984332"], ["updated_at", "2019-02-12 21:23:10.984332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:10.990994"], ["updated_at", "2019-02-12 21:23:10.990994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.993481"], ["updated_at", "2019-02-12 21:23:10.993481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.996069"], ["updated_at", "2019-02-12 21:23:10.996069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:10.998295"], ["updated_at", "2019-02-12 21:23:10.998295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.000028"], ["updated_at", "2019-02-12 21:23:11.000028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.002003"], ["updated_at", "2019-02-12 21:23:11.002003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.004169"], ["updated_at", "2019-02-12 21:23:11.004169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.005921"], ["updated_at", "2019-02-12 21:23:11.005921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.008650"], ["updated_at", "2019-02-12 21:23:11.008650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.010699"], ["updated_at", "2019-02-12 21:23:11.010699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.014546"], ["updated_at", "2019-02-12 21:23:11.014546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.017294"], ["updated_at", "2019-02-12 21:23:11.017294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.019503"], ["updated_at", "2019-02-12 21:23:11.019503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.021611"], ["updated_at", "2019-02-12 21:23:11.021611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.023324"], ["updated_at", "2019-02-12 21:23:11.023324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.024984"], ["updated_at", "2019-02-12 21:23:11.024984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.026782"], ["updated_at", "2019-02-12 21:23:11.026782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.028347"], ["updated_at", "2019-02-12 21:23:11.028347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.029943"], ["updated_at", "2019-02-12 21:23:11.029943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.032331"], ["updated_at", "2019-02-12 21:23:11.032331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.034491"], ["updated_at", "2019-02-12 21:23:11.034491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.036403"], ["updated_at", "2019-02-12 21:23:11.036403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.038232"], ["updated_at", "2019-02-12 21:23:11.038232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.039817"], ["updated_at", "2019-02-12 21:23:11.039817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.041517"], ["updated_at", "2019-02-12 21:23:11.041517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.043854"], ["updated_at", "2019-02-12 21:23:11.043854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.045606"], ["updated_at", "2019-02-12 21:23:11.045606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.047335"], ["updated_at", "2019-02-12 21:23:11.047335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.049116"], ["updated_at", "2019-02-12 21:23:11.049116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.051122"], ["updated_at", "2019-02-12 21:23:11.051122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.053161"], ["updated_at", "2019-02-12 21:23:11.053161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.055348"], ["updated_at", "2019-02-12 21:23:11.055348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.057111"], ["updated_at", "2019-02-12 21:23:11.057111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.058849"], ["updated_at", "2019-02-12 21:23:11.058849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.060432"], ["updated_at", "2019-02-12 21:23:11.060432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.062149"], ["updated_at", "2019-02-12 21:23:11.062149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.064043"], ["updated_at", "2019-02-12 21:23:11.064043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.066501"], ["updated_at", "2019-02-12 21:23:11.066501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.068476"], ["updated_at", "2019-02-12 21:23:11.068476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.070303"], ["updated_at", "2019-02-12 21:23:11.070303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.071963"], ["updated_at", "2019-02-12 21:23:11.071963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.073823"], ["updated_at", "2019-02-12 21:23:11.073823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.075461"], ["updated_at", "2019-02-12 21:23:11.075461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.077107"], ["updated_at", "2019-02-12 21:23:11.077107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.078667"], ["updated_at", "2019-02-12 21:23:11.078667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.080232"], ["updated_at", "2019-02-12 21:23:11.080232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.081847"], ["updated_at", "2019-02-12 21:23:11.081847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.083447"], ["updated_at", "2019-02-12 21:23:11.083447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.085600"], ["updated_at", "2019-02-12 21:23:11.085600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.087802"], ["updated_at", "2019-02-12 21:23:11.087802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.089681"], ["updated_at", "2019-02-12 21:23:11.089681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.091400"], ["updated_at", "2019-02-12 21:23:11.091400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.093032"], ["updated_at", "2019-02-12 21:23:11.093032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.094631"], ["updated_at", "2019-02-12 21:23:11.094631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.096391"], ["updated_at", "2019-02-12 21:23:11.096391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.098548"], ["updated_at", "2019-02-12 21:23:11.098548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.100888"], ["updated_at", "2019-02-12 21:23:11.100888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.102763"], ["updated_at", "2019-02-12 21:23:11.102763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.104425"], ["updated_at", "2019-02-12 21:23:11.104425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.106117"], ["updated_at", "2019-02-12 21:23:11.106117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.107900"], ["updated_at", "2019-02-12 21:23:11.107900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.110284"], ["updated_at", "2019-02-12 21:23:11.110284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.112161"], ["updated_at", "2019-02-12 21:23:11.112161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.113897"], ["updated_at", "2019-02-12 21:23:11.113897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.115774"], ["updated_at", "2019-02-12 21:23:11.115774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.117478"], ["updated_at", "2019-02-12 21:23:11.117478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.119399"], ["updated_at", "2019-02-12 21:23:11.119399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.121575"], ["updated_at", "2019-02-12 21:23:11.121575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.123414"], ["updated_at", "2019-02-12 21:23:11.123414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.125084"], ["updated_at", "2019-02-12 21:23:11.125084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.126685"], ["updated_at", "2019-02-12 21:23:11.126685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.128298"], ["updated_at", "2019-02-12 21:23:11.128298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.129916"], ["updated_at", "2019-02-12 21:23:11.129916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.131596"], ["updated_at", "2019-02-12 21:23:11.131596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.133177"], ["updated_at", "2019-02-12 21:23:11.133177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.134834"], ["updated_at", "2019-02-12 21:23:11.134834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.136612"], ["updated_at", "2019-02-12 21:23:11.136612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.138222"], ["updated_at", "2019-02-12 21:23:11.138222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.139786"], ["updated_at", "2019-02-12 21:23:11.139786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.141292"], ["updated_at", "2019-02-12 21:23:11.141292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.142903"], ["updated_at", "2019-02-12 21:23:11.142903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.144612"], ["updated_at", "2019-02-12 21:23:11.144612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.146525"], ["updated_at", "2019-02-12 21:23:11.146525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.148205"], ["updated_at", "2019-02-12 21:23:11.148205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.149939"], ["updated_at", "2019-02-12 21:23:11.149939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.151641"], ["updated_at", "2019-02-12 21:23:11.151641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.153363"], ["updated_at", "2019-02-12 21:23:11.153363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.155562"], ["updated_at", "2019-02-12 21:23:11.155562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.157365"], ["updated_at", "2019-02-12 21:23:11.157365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.159069"], ["updated_at", "2019-02-12 21:23:11.159069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.160820"], ["updated_at", "2019-02-12 21:23:11.160820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.162471"], ["updated_at", "2019-02-12 21:23:11.162471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.164188"], ["updated_at", "2019-02-12 21:23:11.164188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.165980"], ["updated_at", "2019-02-12 21:23:11.165980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.167759"], ["updated_at", "2019-02-12 21:23:11.167759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.169629"], ["updated_at", "2019-02-12 21:23:11.169629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.171308"], ["updated_at", "2019-02-12 21:23:11.171308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.172922"], ["updated_at", "2019-02-12 21:23:11.172922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.174595"], ["updated_at", "2019-02-12 21:23:11.174595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.176252"], ["updated_at", "2019-02-12 21:23:11.176252"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.178488"], ["updated_at", "2019-02-12 21:23:11.178488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.180466"], ["updated_at", "2019-02-12 21:23:11.180466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.182269"], ["updated_at", "2019-02-12 21:23:11.182269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.183977"], ["updated_at", "2019-02-12 21:23:11.183977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.189024"], ["updated_at", "2019-02-12 21:23:11.189024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.191006"], ["updated_at", "2019-02-12 21:23:11.191006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.192781"], ["updated_at", "2019-02-12 21:23:11.192781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.194424"], ["updated_at", "2019-02-12 21:23:11.194424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.196008"], ["updated_at", "2019-02-12 21:23:11.196008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.197642"], ["updated_at", "2019-02-12 21:23:11.197642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.199724"], ["updated_at", "2019-02-12 21:23:11.199724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.202194"], ["updated_at", "2019-02-12 21:23:11.202194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.204025"], ["updated_at", "2019-02-12 21:23:11.204025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.205795"], ["updated_at", "2019-02-12 21:23:11.205795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.207463"], ["updated_at", "2019-02-12 21:23:11.207463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.209032"], ["updated_at", "2019-02-12 21:23:11.209032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.211123"], ["updated_at", "2019-02-12 21:23:11.211123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.213336"], ["updated_at", "2019-02-12 21:23:11.213336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.215219"], ["updated_at", "2019-02-12 21:23:11.215219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.216987"], ["updated_at", "2019-02-12 21:23:11.216987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.218782"], ["updated_at", "2019-02-12 21:23:11.218782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.220553"], ["updated_at", "2019-02-12 21:23:11.220553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.222768"], ["updated_at", "2019-02-12 21:23:11.222768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.224892"], ["updated_at", "2019-02-12 21:23:11.224892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.226647"], ["updated_at", "2019-02-12 21:23:11.226647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.228343"], ["updated_at", "2019-02-12 21:23:11.228343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.230005"], ["updated_at", "2019-02-12 21:23:11.230005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.231602"], ["updated_at", "2019-02-12 21:23:11.231602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.233805"], ["updated_at", "2019-02-12 21:23:11.233805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.236067"], ["updated_at", "2019-02-12 21:23:11.236067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.237830"], ["updated_at", "2019-02-12 21:23:11.237830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.239490"], ["updated_at", "2019-02-12 21:23:11.239490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.241098"], ["updated_at", "2019-02-12 21:23:11.241098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.242666"], ["updated_at", "2019-02-12 21:23:11.242666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.244385"], ["updated_at", "2019-02-12 21:23:11.244385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.246805"], ["updated_at", "2019-02-12 21:23:11.246805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.248803"], ["updated_at", "2019-02-12 21:23:11.248803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.250632"], ["updated_at", "2019-02-12 21:23:11.250632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.252730"], ["updated_at", "2019-02-12 21:23:11.252730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.254562"], ["updated_at", "2019-02-12 21:23:11.254562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.256838"], ["updated_at", "2019-02-12 21:23:11.256838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.258794"], ["updated_at", "2019-02-12 21:23:11.258794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.260540"], ["updated_at", "2019-02-12 21:23:11.260540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.262241"], ["updated_at", "2019-02-12 21:23:11.262241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.263880"], ["updated_at", "2019-02-12 21:23:11.263880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.265533"], ["updated_at", "2019-02-12 21:23:11.265533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.267837"], ["updated_at", "2019-02-12 21:23:11.267837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.270806"], ["updated_at", "2019-02-12 21:23:11.270806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.272660"], ["updated_at", "2019-02-12 21:23:11.272660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.274309"], ["updated_at", "2019-02-12 21:23:11.274309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.275891"], ["updated_at", "2019-02-12 21:23:11.275891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.277572"], ["updated_at", "2019-02-12 21:23:11.277572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.279979"], ["updated_at", "2019-02-12 21:23:11.279979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.282080"], ["updated_at", "2019-02-12 21:23:11.282080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.283804"], ["updated_at", "2019-02-12 21:23:11.283804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.285680"], ["updated_at", "2019-02-12 21:23:11.285680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.287369"], ["updated_at", "2019-02-12 21:23:11.287369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.288963"], ["updated_at", "2019-02-12 21:23:11.288963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.291419"], ["updated_at", "2019-02-12 21:23:11.291419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.293273"], ["updated_at", "2019-02-12 21:23:11.293273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.295008"], ["updated_at", "2019-02-12 21:23:11.295008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.296654"], ["updated_at", "2019-02-12 21:23:11.296654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.298257"], ["updated_at", "2019-02-12 21:23:11.298257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.299800"], ["updated_at", "2019-02-12 21:23:11.299800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.302192"], ["updated_at", "2019-02-12 21:23:11.302192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.304066"], ["updated_at", "2019-02-12 21:23:11.304066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.306088"], ["updated_at", "2019-02-12 21:23:11.306088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.307798"], ["updated_at", "2019-02-12 21:23:11.307798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.309611"], ["updated_at", "2019-02-12 21:23:11.309611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.311422"], ["updated_at", "2019-02-12 21:23:11.311422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.313839"], ["updated_at", "2019-02-12 21:23:11.313839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.315750"], ["updated_at", "2019-02-12 21:23:11.315750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.317619"], ["updated_at", "2019-02-12 21:23:11.317619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.319520"], ["updated_at", "2019-02-12 21:23:11.319520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.321202"], ["updated_at", "2019-02-12 21:23:11.321202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.322905"], ["updated_at", "2019-02-12 21:23:11.322905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.325221"], ["updated_at", "2019-02-12 21:23:11.325221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.326945"], ["updated_at", "2019-02-12 21:23:11.326945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.328650"], ["updated_at", "2019-02-12 21:23:11.328650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.330319"], ["updated_at", "2019-02-12 21:23:11.330319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.331952"], ["updated_at", "2019-02-12 21:23:11.331952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.333537"], ["updated_at", "2019-02-12 21:23:11.333537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.335949"], ["updated_at", "2019-02-12 21:23:11.335949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.337899"], ["updated_at", "2019-02-12 21:23:11.337899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.339647"], ["updated_at", "2019-02-12 21:23:11.339647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.341367"], ["updated_at", "2019-02-12 21:23:11.341367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.343156"], ["updated_at", "2019-02-12 21:23:11.343156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.344819"], ["updated_at", "2019-02-12 21:23:11.344819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.347166"], ["updated_at", "2019-02-12 21:23:11.347166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.349235"], ["updated_at", "2019-02-12 21:23:11.349235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.351113"], ["updated_at", "2019-02-12 21:23:11.351113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.352913"], ["updated_at", "2019-02-12 21:23:11.352913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.354501"], ["updated_at", "2019-02-12 21:23:11.354501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.359846"], ["updated_at", "2019-02-12 21:23:11.359846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.361776"], ["updated_at", "2019-02-12 21:23:11.361776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.363617"], ["updated_at", "2019-02-12 21:23:11.363617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.365406"], ["updated_at", "2019-02-12 21:23:11.365406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.367036"], ["updated_at", "2019-02-12 21:23:11.367036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.369530"], ["updated_at", "2019-02-12 21:23:11.369530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.371578"], ["updated_at", "2019-02-12 21:23:11.371578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.373393"], ["updated_at", "2019-02-12 21:23:11.373393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.375408"], ["updated_at", "2019-02-12 21:23:11.375408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.377186"], ["updated_at", "2019-02-12 21:23:11.377186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.378852"], ["updated_at", "2019-02-12 21:23:11.378852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.381262"], ["updated_at", "2019-02-12 21:23:11.381262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.383269"], ["updated_at", "2019-02-12 21:23:11.383269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.385294"], ["updated_at", "2019-02-12 21:23:11.385294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.387274"], ["updated_at", "2019-02-12 21:23:11.387274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.388894"], ["updated_at", "2019-02-12 21:23:11.388894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.390798"], ["updated_at", "2019-02-12 21:23:11.390798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.392995"], ["updated_at", "2019-02-12 21:23:11.392995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.395092"], ["updated_at", "2019-02-12 21:23:11.395092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.396877"], ["updated_at", "2019-02-12 21:23:11.396877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.398770"], ["updated_at", "2019-02-12 21:23:11.398770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.400422"], ["updated_at", "2019-02-12 21:23:11.400422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.402836"], ["updated_at", "2019-02-12 21:23:11.402836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.404889"], ["updated_at", "2019-02-12 21:23:11.404889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.406806"], ["updated_at", "2019-02-12 21:23:11.406806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.408601"], ["updated_at", "2019-02-12 21:23:11.408601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.410421"], ["updated_at", "2019-02-12 21:23:11.410421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.412106"], ["updated_at", "2019-02-12 21:23:11.412106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.414618"], ["updated_at", "2019-02-12 21:23:11.414618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.416632"], ["updated_at", "2019-02-12 21:23:11.416632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.418685"], ["updated_at", "2019-02-12 21:23:11.418685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.420413"], ["updated_at", "2019-02-12 21:23:11.420413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.422235"], ["updated_at", "2019-02-12 21:23:11.422235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.423904"], ["updated_at", "2019-02-12 21:23:11.423904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.426335"], ["updated_at", "2019-02-12 21:23:11.426335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.428254"], ["updated_at", "2019-02-12 21:23:11.428254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.430254"], ["updated_at", "2019-02-12 21:23:11.430254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.432385"], ["updated_at", "2019-02-12 21:23:11.432385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.434294"], ["updated_at", "2019-02-12 21:23:11.434294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.436774"], ["updated_at", "2019-02-12 21:23:11.436774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.439028"], ["updated_at", "2019-02-12 21:23:11.439028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.441557"], ["updated_at", "2019-02-12 21:23:11.441557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.444185"], ["updated_at", "2019-02-12 21:23:11.444185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.446658"], ["updated_at", "2019-02-12 21:23:11.446658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.450642"], ["updated_at", "2019-02-12 21:23:11.450642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.453547"], ["updated_at", "2019-02-12 21:23:11.453547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.455879"], ["updated_at", "2019-02-12 21:23:11.455879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.458168"], ["updated_at", "2019-02-12 21:23:11.458168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.461093"], ["updated_at", "2019-02-12 21:23:11.461093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.463387"], ["updated_at", "2019-02-12 21:23:11.463387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.466112"], ["updated_at", "2019-02-12 21:23:11.466112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.468842"], ["updated_at", "2019-02-12 21:23:11.468842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.472128"], ["updated_at", "2019-02-12 21:23:11.472128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.474465"], ["updated_at", "2019-02-12 21:23:11.474465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.476746"], ["updated_at", "2019-02-12 21:23:11.476746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.479665"], ["updated_at", "2019-02-12 21:23:11.479665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.482674"], ["updated_at", "2019-02-12 21:23:11.482674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.484990"], ["updated_at", "2019-02-12 21:23:11.484990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.487139"], ["updated_at", "2019-02-12 21:23:11.487139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.488977"], ["updated_at", "2019-02-12 21:23:11.488977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.491100"], ["updated_at", "2019-02-12 21:23:11.491100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.494141"], ["updated_at", "2019-02-12 21:23:11.494141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.496349"], ["updated_at", "2019-02-12 21:23:11.496349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.498560"], ["updated_at", "2019-02-12 21:23:11.498560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.500868"], ["updated_at", "2019-02-12 21:23:11.500868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.503677"], ["updated_at", "2019-02-12 21:23:11.503677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.506055"], ["updated_at", "2019-02-12 21:23:11.506055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.507986"], ["updated_at", "2019-02-12 21:23:11.507986"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.510106"], ["updated_at", "2019-02-12 21:23:11.510106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.512326"], ["updated_at", "2019-02-12 21:23:11.512326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.515191"], ["updated_at", "2019-02-12 21:23:11.515191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.517810"], ["updated_at", "2019-02-12 21:23:11.517810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.520021"], ["updated_at", "2019-02-12 21:23:11.520021"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.521851"], ["updated_at", "2019-02-12 21:23:11.521851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.523791"], ["updated_at", "2019-02-12 21:23:11.523791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.526354"], ["updated_at", "2019-02-12 21:23:11.526354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.528688"], ["updated_at", "2019-02-12 21:23:11.528688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.530864"], ["updated_at", "2019-02-12 21:23:11.530864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.533073"], ["updated_at", "2019-02-12 21:23:11.533073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.535355"], ["updated_at", "2019-02-12 21:23:11.535355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.538097"], ["updated_at", "2019-02-12 21:23:11.538097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.540607"], ["updated_at", "2019-02-12 21:23:11.540607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.542694"], ["updated_at", "2019-02-12 21:23:11.542694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.544778"], ["updated_at", "2019-02-12 21:23:11.544778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.554220"], ["updated_at", "2019-02-12 21:23:11.554220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.556064"], ["updated_at", "2019-02-12 21:23:11.556064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.557660"], ["updated_at", "2019-02-12 21:23:11.557660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.559330"], ["updated_at", "2019-02-12 21:23:11.559330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.561486"], ["updated_at", "2019-02-12 21:23:11.561486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.563104"], ["updated_at", "2019-02-12 21:23:11.563104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.564752"], ["updated_at", "2019-02-12 21:23:11.564752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.566392"], ["updated_at", "2019-02-12 21:23:11.566392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.568147"], ["updated_at", "2019-02-12 21:23:11.568147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.569864"], ["updated_at", "2019-02-12 21:23:11.569864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.572119"], ["updated_at", "2019-02-12 21:23:11.572119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.573832"], ["updated_at", "2019-02-12 21:23:11.573832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.575391"], ["updated_at", "2019-02-12 21:23:11.575391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.577012"], ["updated_at", "2019-02-12 21:23:11.577012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.578641"], ["updated_at", "2019-02-12 21:23:11.578641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.580264"], ["updated_at", "2019-02-12 21:23:11.580264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.582514"], ["updated_at", "2019-02-12 21:23:11.582514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.584866"], ["updated_at", "2019-02-12 21:23:11.584866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.586728"], ["updated_at", "2019-02-12 21:23:11.586728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.588358"], ["updated_at", "2019-02-12 21:23:11.588358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.590122"], ["updated_at", "2019-02-12 21:23:11.590122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.591780"], ["updated_at", "2019-02-12 21:23:11.591780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.593893"], ["updated_at", "2019-02-12 21:23:11.593893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.595925"], ["updated_at", "2019-02-12 21:23:11.595925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.597683"], ["updated_at", "2019-02-12 21:23:11.597683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.599396"], ["updated_at", "2019-02-12 21:23:11.599396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.601131"], ["updated_at", "2019-02-12 21:23:11.601131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.602863"], ["updated_at", "2019-02-12 21:23:11.602863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.604874"], ["updated_at", "2019-02-12 21:23:11.604874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.606923"], ["updated_at", "2019-02-12 21:23:11.606923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.608612"], ["updated_at", "2019-02-12 21:23:11.608612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.610222"], ["updated_at", "2019-02-12 21:23:11.610222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.611908"], ["updated_at", "2019-02-12 21:23:11.611908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.613519"], ["updated_at", "2019-02-12 21:23:11.613519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.615121"], ["updated_at", "2019-02-12 21:23:11.615121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.616731"], ["updated_at", "2019-02-12 21:23:11.616731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.619309"], ["updated_at", "2019-02-12 21:23:11.619309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.621195"], ["updated_at", "2019-02-12 21:23:11.621195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.622951"], ["updated_at", "2019-02-12 21:23:11.622951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.624652"], ["updated_at", "2019-02-12 21:23:11.624652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.626211"], ["updated_at", "2019-02-12 21:23:11.626211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.628375"], ["updated_at", "2019-02-12 21:23:11.628375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.630326"], ["updated_at", "2019-02-12 21:23:11.630326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.631999"], ["updated_at", "2019-02-12 21:23:11.631999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.633667"], ["updated_at", "2019-02-12 21:23:11.633667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.635359"], ["updated_at", "2019-02-12 21:23:11.635359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.637112"], ["updated_at", "2019-02-12 21:23:11.637112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.639299"], ["updated_at", "2019-02-12 21:23:11.639299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.641199"], ["updated_at", "2019-02-12 21:23:11.641199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.643069"], ["updated_at", "2019-02-12 21:23:11.643069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.644833"], ["updated_at", "2019-02-12 21:23:11.644833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.646475"], ["updated_at", "2019-02-12 21:23:11.646475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.648112"], ["updated_at", "2019-02-12 21:23:11.648112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.650378"], ["updated_at", "2019-02-12 21:23:11.650378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.652311"], ["updated_at", "2019-02-12 21:23:11.652311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.654089"], ["updated_at", "2019-02-12 21:23:11.654089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.655737"], ["updated_at", "2019-02-12 21:23:11.655737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.657306"], ["updated_at", "2019-02-12 21:23:11.657306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.658862"], ["updated_at", "2019-02-12 21:23:11.658862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.660541"], ["updated_at", "2019-02-12 21:23:11.660541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.662664"], ["updated_at", "2019-02-12 21:23:11.662664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.664249"], ["updated_at", "2019-02-12 21:23:11.664249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.666076"], ["updated_at", "2019-02-12 21:23:11.666076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.667929"], ["updated_at", "2019-02-12 21:23:11.667929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.669657"], ["updated_at", "2019-02-12 21:23:11.669657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.671286"], ["updated_at", "2019-02-12 21:23:11.671286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.673538"], ["updated_at", "2019-02-12 21:23:11.673538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.675395"], ["updated_at", "2019-02-12 21:23:11.675395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.677385"], ["updated_at", "2019-02-12 21:23:11.677385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.679166"], ["updated_at", "2019-02-12 21:23:11.679166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.680900"], ["updated_at", "2019-02-12 21:23:11.680900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.682618"], ["updated_at", "2019-02-12 21:23:11.682618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.685064"], ["updated_at", "2019-02-12 21:23:11.685064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.686801"], ["updated_at", "2019-02-12 21:23:11.686801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.688740"], ["updated_at", "2019-02-12 21:23:11.688740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.690520"], ["updated_at", "2019-02-12 21:23:11.690520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.692234"], ["updated_at", "2019-02-12 21:23:11.692234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.693941"], ["updated_at", "2019-02-12 21:23:11.693941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.696279"], ["updated_at", "2019-02-12 21:23:11.696279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.698244"], ["updated_at", "2019-02-12 21:23:11.698244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.700395"], ["updated_at", "2019-02-12 21:23:11.700395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.702494"], ["updated_at", "2019-02-12 21:23:11.702494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.704301"], ["updated_at", "2019-02-12 21:23:11.704301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.706681"], ["updated_at", "2019-02-12 21:23:11.706681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.708683"], ["updated_at", "2019-02-12 21:23:11.708683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.710667"], ["updated_at", "2019-02-12 21:23:11.710667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.712621"], ["updated_at", "2019-02-12 21:23:11.712621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.714372"], ["updated_at", "2019-02-12 21:23:11.714372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.716234"], ["updated_at", "2019-02-12 21:23:11.716234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.719125"], ["updated_at", "2019-02-12 21:23:11.719125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.721164"], ["updated_at", "2019-02-12 21:23:11.721164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.723062"], ["updated_at", "2019-02-12 21:23:11.723062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.724902"], ["updated_at", "2019-02-12 21:23:11.724902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.726695"], ["updated_at", "2019-02-12 21:23:11.726695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.728901"], ["updated_at", "2019-02-12 21:23:11.728901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.731016"], ["updated_at", "2019-02-12 21:23:11.731016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.735895"], ["updated_at", "2019-02-12 21:23:11.735895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.737770"], ["updated_at", "2019-02-12 21:23:11.737770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.739945"], ["updated_at", "2019-02-12 21:23:11.739945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.741886"], ["updated_at", "2019-02-12 21:23:11.741886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.743664"], ["updated_at", "2019-02-12 21:23:11.743664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.745386"], ["updated_at", "2019-02-12 21:23:11.745386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.747221"], ["updated_at", "2019-02-12 21:23:11.747221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.748961"], ["updated_at", "2019-02-12 21:23:11.748961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.751233"], ["updated_at", "2019-02-12 21:23:11.751233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.753408"], ["updated_at", "2019-02-12 21:23:11.753408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.755251"], ["updated_at", "2019-02-12 21:23:11.755251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.756923"], ["updated_at", "2019-02-12 21:23:11.756923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.758761"], ["updated_at", "2019-02-12 21:23:11.758761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.760618"], ["updated_at", "2019-02-12 21:23:11.760618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.762835"], ["updated_at", "2019-02-12 21:23:11.762835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.764798"], ["updated_at", "2019-02-12 21:23:11.764798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.766608"], ["updated_at", "2019-02-12 21:23:11.766608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.768440"], ["updated_at", "2019-02-12 21:23:11.768440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.770318"], ["updated_at", "2019-02-12 21:23:11.770318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.771982"], ["updated_at", "2019-02-12 21:23:11.771982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.774111"], ["updated_at", "2019-02-12 21:23:11.774111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.776052"], ["updated_at", "2019-02-12 21:23:11.776052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.777941"], ["updated_at", "2019-02-12 21:23:11.777941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.779647"], ["updated_at", "2019-02-12 21:23:11.779647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.781455"], ["updated_at", "2019-02-12 21:23:11.781455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.783143"], ["updated_at", "2019-02-12 21:23:11.783143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.785478"], ["updated_at", "2019-02-12 21:23:11.785478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.787465"], ["updated_at", "2019-02-12 21:23:11.787465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 27ms (Views: 15.2ms | ActiveRecord: 0.9ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:11.822348"], ["updated_at", "2019-02-12 21:23:11.822348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:11.828061"], ["updated_at", "2019-02-12 21:23:11.828061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.830357"], ["updated_at", "2019-02-12 21:23:11.830357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.833239"], ["updated_at", "2019-02-12 21:23:11.833239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:11.842065"], ["updated_at", "2019-02-12 21:23:11.842065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.855139"], ["updated_at", "2019-02-12 21:23:11.855139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.858079"], ["updated_at", "2019-02-12 21:23:11.858079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.860200"], ["updated_at", "2019-02-12 21:23:11.860200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.862284"], ["updated_at", "2019-02-12 21:23:11.862284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.864100"], ["updated_at", "2019-02-12 21:23:11.864100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.866994"], ["updated_at", "2019-02-12 21:23:11.866994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.869455"], ["updated_at", "2019-02-12 21:23:11.869455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.871556"], ["updated_at", "2019-02-12 21:23:11.871556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.873434"], ["updated_at", "2019-02-12 21:23:11.873434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.875383"], ["updated_at", "2019-02-12 21:23:11.875383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.877240"], ["updated_at", "2019-02-12 21:23:11.877240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.878873"], ["updated_at", "2019-02-12 21:23:11.878873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.880354"], ["updated_at", "2019-02-12 21:23:11.880354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.881899"], ["updated_at", "2019-02-12 21:23:11.881899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.883903"], ["updated_at", "2019-02-12 21:23:11.883903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.886232"], ["updated_at", "2019-02-12 21:23:11.886232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.887980"], ["updated_at", "2019-02-12 21:23:11.887980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.889577"], ["updated_at", "2019-02-12 21:23:11.889577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.891061"], ["updated_at", "2019-02-12 21:23:11.891061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.892567"], ["updated_at", "2019-02-12 21:23:11.892567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.894202"], ["updated_at", "2019-02-12 21:23:11.894202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.895710"], ["updated_at", "2019-02-12 21:23:11.895710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.897509"], ["updated_at", "2019-02-12 21:23:11.897509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.899302"], ["updated_at", "2019-02-12 21:23:11.899302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.901255"], ["updated_at", "2019-02-12 21:23:11.901255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.903104"], ["updated_at", "2019-02-12 21:23:11.903104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.904889"], ["updated_at", "2019-02-12 21:23:11.904889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.906623"], ["updated_at", "2019-02-12 21:23:11.906623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.908194"], ["updated_at", "2019-02-12 21:23:11.908194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.910164"], ["updated_at", "2019-02-12 21:23:11.910164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.911939"], ["updated_at", "2019-02-12 21:23:11.911939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.913612"], ["updated_at", "2019-02-12 21:23:11.913612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.915269"], ["updated_at", "2019-02-12 21:23:11.915269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.916873"], ["updated_at", "2019-02-12 21:23:11.916873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.918623"], ["updated_at", "2019-02-12 21:23:11.918623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.920518"], ["updated_at", "2019-02-12 21:23:11.920518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.922341"], ["updated_at", "2019-02-12 21:23:11.922341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.924031"], ["updated_at", "2019-02-12 21:23:11.924031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.925663"], ["updated_at", "2019-02-12 21:23:11.925663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.927266"], ["updated_at", "2019-02-12 21:23:11.927266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.928976"], ["updated_at", "2019-02-12 21:23:11.928976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.930622"], ["updated_at", "2019-02-12 21:23:11.930622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.933212"], ["updated_at", "2019-02-12 21:23:11.933212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.935475"], ["updated_at", "2019-02-12 21:23:11.935475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.937317"], ["updated_at", "2019-02-12 21:23:11.937317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.938977"], ["updated_at", "2019-02-12 21:23:11.938977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.940800"], ["updated_at", "2019-02-12 21:23:11.940800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.942488"], ["updated_at", "2019-02-12 21:23:11.942488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.944192"], ["updated_at", "2019-02-12 21:23:11.944192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.945787"], ["updated_at", "2019-02-12 21:23:11.945787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.947383"], ["updated_at", "2019-02-12 21:23:11.947383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.948946"], ["updated_at", "2019-02-12 21:23:11.948946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.950887"], ["updated_at", "2019-02-12 21:23:11.950887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.953512"], ["updated_at", "2019-02-12 21:23:11.953512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.955315"], ["updated_at", "2019-02-12 21:23:11.955315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.956942"], ["updated_at", "2019-02-12 21:23:11.956942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.958531"], ["updated_at", "2019-02-12 21:23:11.958531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.960088"], ["updated_at", "2019-02-12 21:23:11.960088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.961564"], ["updated_at", "2019-02-12 21:23:11.961564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.963263"], ["updated_at", "2019-02-12 21:23:11.963263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.964930"], ["updated_at", "2019-02-12 21:23:11.964930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.966588"], ["updated_at", "2019-02-12 21:23:11.966588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.968287"], ["updated_at", "2019-02-12 21:23:11.968287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.970679"], ["updated_at", "2019-02-12 21:23:11.970679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.972384"], ["updated_at", "2019-02-12 21:23:11.972384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.973972"], ["updated_at", "2019-02-12 21:23:11.973972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.975540"], ["updated_at", "2019-02-12 21:23:11.975540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.977048"], ["updated_at", "2019-02-12 21:23:11.977048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.979105"], ["updated_at", "2019-02-12 21:23:11.979105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.980982"], ["updated_at", "2019-02-12 21:23:11.980982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.982725"], ["updated_at", "2019-02-12 21:23:11.982725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.984663"], ["updated_at", "2019-02-12 21:23:11.984663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.986481"], ["updated_at", "2019-02-12 21:23:11.986481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.988169"], ["updated_at", "2019-02-12 21:23:11.988169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.989852"], ["updated_at", "2019-02-12 21:23:11.989852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.991544"], ["updated_at", "2019-02-12 21:23:11.991544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.993309"], ["updated_at", "2019-02-12 21:23:11.993309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.994962"], ["updated_at", "2019-02-12 21:23:11.994962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.997500"], ["updated_at", "2019-02-12 21:23:11.997500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:11.999607"], ["updated_at", "2019-02-12 21:23:11.999607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.001812"], ["updated_at", "2019-02-12 21:23:12.001812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.003738"], ["updated_at", "2019-02-12 21:23:12.003738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.005853"], ["updated_at", "2019-02-12 21:23:12.005853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.007659"], ["updated_at", "2019-02-12 21:23:12.007659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.009812"], ["updated_at", "2019-02-12 21:23:12.009812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.011681"], ["updated_at", "2019-02-12 21:23:12.011681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.013526"], ["updated_at", "2019-02-12 21:23:12.013526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.015246"], ["updated_at", "2019-02-12 21:23:12.015246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.016990"], ["updated_at", "2019-02-12 21:23:12.016990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.021351"], ["updated_at", "2019-02-12 21:23:12.021351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.023108"], ["updated_at", "2019-02-12 21:23:12.023108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.024803"], ["updated_at", "2019-02-12 21:23:12.024803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.026438"], ["updated_at", "2019-02-12 21:23:12.026438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.028068"], ["updated_at", "2019-02-12 21:23:12.028068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.029647"], ["updated_at", "2019-02-12 21:23:12.029647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.031158"], ["updated_at", "2019-02-12 21:23:12.031158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.032773"], ["updated_at", "2019-02-12 21:23:12.032773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.034413"], ["updated_at", "2019-02-12 21:23:12.034413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.036244"], ["updated_at", "2019-02-12 21:23:12.036244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.037961"], ["updated_at", "2019-02-12 21:23:12.037961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.039601"], ["updated_at", "2019-02-12 21:23:12.039601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.041144"], ["updated_at", "2019-02-12 21:23:12.041144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.042699"], ["updated_at", "2019-02-12 21:23:12.042699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.044408"], ["updated_at", "2019-02-12 21:23:12.044408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.046022"], ["updated_at", "2019-02-12 21:23:12.046022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.047640"], ["updated_at", "2019-02-12 21:23:12.047640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.049370"], ["updated_at", "2019-02-12 21:23:12.049370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.051143"], ["updated_at", "2019-02-12 21:23:12.051143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.052825"], ["updated_at", "2019-02-12 21:23:12.052825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.054422"], ["updated_at", "2019-02-12 21:23:12.054422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.055996"], ["updated_at", "2019-02-12 21:23:12.055996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.057529"], ["updated_at", "2019-02-12 21:23:12.057529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.059357"], ["updated_at", "2019-02-12 21:23:12.059357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.061099"], ["updated_at", "2019-02-12 21:23:12.061099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.062703"], ["updated_at", "2019-02-12 21:23:12.062703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.064294"], ["updated_at", "2019-02-12 21:23:12.064294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.065914"], ["updated_at", "2019-02-12 21:23:12.065914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.067773"], ["updated_at", "2019-02-12 21:23:12.067773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.069631"], ["updated_at", "2019-02-12 21:23:12.069631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.071310"], ["updated_at", "2019-02-12 21:23:12.071310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.073049"], ["updated_at", "2019-02-12 21:23:12.073049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.074669"], ["updated_at", "2019-02-12 21:23:12.074669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.076289"], ["updated_at", "2019-02-12 21:23:12.076289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.077859"], ["updated_at", "2019-02-12 21:23:12.077859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.079450"], ["updated_at", "2019-02-12 21:23:12.079450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.081089"], ["updated_at", "2019-02-12 21:23:12.081089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.082876"], ["updated_at", "2019-02-12 21:23:12.082876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.084705"], ["updated_at", "2019-02-12 21:23:12.084705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.086471"], ["updated_at", "2019-02-12 21:23:12.086471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.088135"], ["updated_at", "2019-02-12 21:23:12.088135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.089726"], ["updated_at", "2019-02-12 21:23:12.089726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.091409"], ["updated_at", "2019-02-12 21:23:12.091409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.092993"], ["updated_at", "2019-02-12 21:23:12.092993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.094630"], ["updated_at", "2019-02-12 21:23:12.094630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.096258"], ["updated_at", "2019-02-12 21:23:12.096258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.097838"], ["updated_at", "2019-02-12 21:23:12.097838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.099559"], ["updated_at", "2019-02-12 21:23:12.099559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.101354"], ["updated_at", "2019-02-12 21:23:12.101354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.103086"], ["updated_at", "2019-02-12 21:23:12.103086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.104676"], ["updated_at", "2019-02-12 21:23:12.104676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.106556"], ["updated_at", "2019-02-12 21:23:12.106556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.108304"], ["updated_at", "2019-02-12 21:23:12.108304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.110094"], ["updated_at", "2019-02-12 21:23:12.110094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.111748"], ["updated_at", "2019-02-12 21:23:12.111748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.113322"], ["updated_at", "2019-02-12 21:23:12.113322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.114955"], ["updated_at", "2019-02-12 21:23:12.114955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.116589"], ["updated_at", "2019-02-12 21:23:12.116589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.118419"], ["updated_at", "2019-02-12 21:23:12.118419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.120171"], ["updated_at", "2019-02-12 21:23:12.120171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.121826"], ["updated_at", "2019-02-12 21:23:12.121826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.123440"], ["updated_at", "2019-02-12 21:23:12.123440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.125012"], ["updated_at", "2019-02-12 21:23:12.125012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.126597"], ["updated_at", "2019-02-12 21:23:12.126597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.128339"], ["updated_at", "2019-02-12 21:23:12.128339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.130103"], ["updated_at", "2019-02-12 21:23:12.130103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.131766"], ["updated_at", "2019-02-12 21:23:12.131766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.133423"], ["updated_at", "2019-02-12 21:23:12.133423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.135188"], ["updated_at", "2019-02-12 21:23:12.135188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.136860"], ["updated_at", "2019-02-12 21:23:12.136860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.138521"], ["updated_at", "2019-02-12 21:23:12.138521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.140161"], ["updated_at", "2019-02-12 21:23:12.140161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.142028"], ["updated_at", "2019-02-12 21:23:12.142028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.143771"], ["updated_at", "2019-02-12 21:23:12.143771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.145370"], ["updated_at", "2019-02-12 21:23:12.145370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.146992"], ["updated_at", "2019-02-12 21:23:12.146992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.148650"], ["updated_at", "2019-02-12 21:23:12.148650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.150314"], ["updated_at", "2019-02-12 21:23:12.150314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.152028"], ["updated_at", "2019-02-12 21:23:12.152028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.154021"], ["updated_at", "2019-02-12 21:23:12.154021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.155706"], ["updated_at", "2019-02-12 21:23:12.155706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.157414"], ["updated_at", "2019-02-12 21:23:12.157414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.159032"], ["updated_at", "2019-02-12 21:23:12.159032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.160815"], ["updated_at", "2019-02-12 21:23:12.160815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.165954"], ["updated_at", "2019-02-12 21:23:12.165954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.167932"], ["updated_at", "2019-02-12 21:23:12.167932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.169766"], ["updated_at", "2019-02-12 21:23:12.169766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.171434"], ["updated_at", "2019-02-12 21:23:12.171434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.173080"], ["updated_at", "2019-02-12 21:23:12.173080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.174639"], ["updated_at", "2019-02-12 21:23:12.174639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.176508"], ["updated_at", "2019-02-12 21:23:12.176508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.178298"], ["updated_at", "2019-02-12 21:23:12.178298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.179971"], ["updated_at", "2019-02-12 21:23:12.179971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.181606"], ["updated_at", "2019-02-12 21:23:12.181606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.183254"], ["updated_at", "2019-02-12 21:23:12.183254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.184962"], ["updated_at", "2019-02-12 21:23:12.184962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.186662"], ["updated_at", "2019-02-12 21:23:12.186662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.188365"], ["updated_at", "2019-02-12 21:23:12.188365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.189993"], ["updated_at", "2019-02-12 21:23:12.189993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.191631"], ["updated_at", "2019-02-12 21:23:12.191631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.193239"], ["updated_at", "2019-02-12 21:23:12.193239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.194791"], ["updated_at", "2019-02-12 21:23:12.194791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.196366"], ["updated_at", "2019-02-12 21:23:12.196366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.197924"], ["updated_at", "2019-02-12 21:23:12.197924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.199586"], ["updated_at", "2019-02-12 21:23:12.199586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.201296"], ["updated_at", "2019-02-12 21:23:12.201296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.203019"], ["updated_at", "2019-02-12 21:23:12.203019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.204626"], ["updated_at", "2019-02-12 21:23:12.204626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.206163"], ["updated_at", "2019-02-12 21:23:12.206163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.207854"], ["updated_at", "2019-02-12 21:23:12.207854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.209460"], ["updated_at", "2019-02-12 21:23:12.209460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.211138"], ["updated_at", "2019-02-12 21:23:12.211138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.212733"], ["updated_at", "2019-02-12 21:23:12.212733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.214347"], ["updated_at", "2019-02-12 21:23:12.214347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.215917"], ["updated_at", "2019-02-12 21:23:12.215917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.217620"], ["updated_at", "2019-02-12 21:23:12.217620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.219291"], ["updated_at", "2019-02-12 21:23:12.219291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.220838"], ["updated_at", "2019-02-12 21:23:12.220838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.222634"], ["updated_at", "2019-02-12 21:23:12.222634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.224271"], ["updated_at", "2019-02-12 21:23:12.224271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.225853"], ["updated_at", "2019-02-12 21:23:12.225853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.227385"], ["updated_at", "2019-02-12 21:23:12.227385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.228887"], ["updated_at", "2019-02-12 21:23:12.228887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.230411"], ["updated_at", "2019-02-12 21:23:12.230411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.231962"], ["updated_at", "2019-02-12 21:23:12.231962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.233727"], ["updated_at", "2019-02-12 21:23:12.233727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.236394"], ["updated_at", "2019-02-12 21:23:12.236394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.238212"], ["updated_at", "2019-02-12 21:23:12.238212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.239926"], ["updated_at", "2019-02-12 21:23:12.239926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.241665"], ["updated_at", "2019-02-12 21:23:12.241665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.243326"], ["updated_at", "2019-02-12 21:23:12.243326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.244889"], ["updated_at", "2019-02-12 21:23:12.244889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.246647"], ["updated_at", "2019-02-12 21:23:12.246647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.248294"], ["updated_at", "2019-02-12 21:23:12.248294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.249922"], ["updated_at", "2019-02-12 21:23:12.249922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.251650"], ["updated_at", "2019-02-12 21:23:12.251650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.253354"], ["updated_at", "2019-02-12 21:23:12.253354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.255225"], ["updated_at", "2019-02-12 21:23:12.255225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.256934"], ["updated_at", "2019-02-12 21:23:12.256934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.258607"], ["updated_at", "2019-02-12 21:23:12.258607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.260245"], ["updated_at", "2019-02-12 21:23:12.260245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.261829"], ["updated_at", "2019-02-12 21:23:12.261829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.263407"], ["updated_at", "2019-02-12 21:23:12.263407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.265059"], ["updated_at", "2019-02-12 21:23:12.265059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.266749"], ["updated_at", "2019-02-12 21:23:12.266749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.268811"], ["updated_at", "2019-02-12 21:23:12.268811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.270673"], ["updated_at", "2019-02-12 21:23:12.270673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.272587"], ["updated_at", "2019-02-12 21:23:12.272587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.274310"], ["updated_at", "2019-02-12 21:23:12.274310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.275980"], ["updated_at", "2019-02-12 21:23:12.275980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.277729"], ["updated_at", "2019-02-12 21:23:12.277729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.279536"], ["updated_at", "2019-02-12 21:23:12.279536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.281403"], ["updated_at", "2019-02-12 21:23:12.281403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.283110"], ["updated_at", "2019-02-12 21:23:12.283110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.284892"], ["updated_at", "2019-02-12 21:23:12.284892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.286650"], ["updated_at", "2019-02-12 21:23:12.286650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.288448"], ["updated_at", "2019-02-12 21:23:12.288448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.290147"], ["updated_at", "2019-02-12 21:23:12.290147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.291890"], ["updated_at", "2019-02-12 21:23:12.291890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.293651"], ["updated_at", "2019-02-12 21:23:12.293651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.295306"], ["updated_at", "2019-02-12 21:23:12.295306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.296952"], ["updated_at", "2019-02-12 21:23:12.296952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.298612"], ["updated_at", "2019-02-12 21:23:12.298612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (2.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.302777"], ["updated_at", "2019-02-12 21:23:12.302777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.304849"], ["updated_at", "2019-02-12 21:23:12.304849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.306526"], ["updated_at", "2019-02-12 21:23:12.306526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.308123"], ["updated_at", "2019-02-12 21:23:12.308123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.309896"], ["updated_at", "2019-02-12 21:23:12.309896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.311621"], ["updated_at", "2019-02-12 21:23:12.311621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.313293"], ["updated_at", "2019-02-12 21:23:12.313293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.315018"], ["updated_at", "2019-02-12 21:23:12.315018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.316723"], ["updated_at", "2019-02-12 21:23:12.316723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.318573"], ["updated_at", "2019-02-12 21:23:12.318573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.320249"], ["updated_at", "2019-02-12 21:23:12.320249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.321923"], ["updated_at", "2019-02-12 21:23:12.321923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.323595"], ["updated_at", "2019-02-12 21:23:12.323595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.325218"], ["updated_at", "2019-02-12 21:23:12.325218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.326918"], ["updated_at", "2019-02-12 21:23:12.326918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.328692"], ["updated_at", "2019-02-12 21:23:12.328692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.330373"], ["updated_at", "2019-02-12 21:23:12.330373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.332011"], ["updated_at", "2019-02-12 21:23:12.332011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.333651"], ["updated_at", "2019-02-12 21:23:12.333651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.335321"], ["updated_at", "2019-02-12 21:23:12.335321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.337004"], ["updated_at", "2019-02-12 21:23:12.337004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.338653"], ["updated_at", "2019-02-12 21:23:12.338653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.340307"], ["updated_at", "2019-02-12 21:23:12.340307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.341918"], ["updated_at", "2019-02-12 21:23:12.341918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.343494"], ["updated_at", "2019-02-12 21:23:12.343494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.345629"], ["updated_at", "2019-02-12 21:23:12.345629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.347376"], ["updated_at", "2019-02-12 21:23:12.347376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.349095"], ["updated_at", "2019-02-12 21:23:12.349095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.351113"], ["updated_at", "2019-02-12 21:23:12.351113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.352973"], ["updated_at", "2019-02-12 21:23:12.352973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.354608"], ["updated_at", "2019-02-12 21:23:12.354608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.356388"], ["updated_at", "2019-02-12 21:23:12.356388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.358136"], ["updated_at", "2019-02-12 21:23:12.358136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.359768"], ["updated_at", "2019-02-12 21:23:12.359768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.361488"], ["updated_at", "2019-02-12 21:23:12.361488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.363173"], ["updated_at", "2019-02-12 21:23:12.363173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.364827"], ["updated_at", "2019-02-12 21:23:12.364827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.366476"], ["updated_at", "2019-02-12 21:23:12.366476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.368228"], ["updated_at", "2019-02-12 21:23:12.368228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.369895"], ["updated_at", "2019-02-12 21:23:12.369895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.371529"], ["updated_at", "2019-02-12 21:23:12.371529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.373295"], ["updated_at", "2019-02-12 21:23:12.373295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.374991"], ["updated_at", "2019-02-12 21:23:12.374991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.376610"], ["updated_at", "2019-02-12 21:23:12.376610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.378163"], ["updated_at", "2019-02-12 21:23:12.378163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.379969"], ["updated_at", "2019-02-12 21:23:12.379969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.381763"], ["updated_at", "2019-02-12 21:23:12.381763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.383506"], ["updated_at", "2019-02-12 21:23:12.383506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.385453"], ["updated_at", "2019-02-12 21:23:12.385453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.387197"], ["updated_at", "2019-02-12 21:23:12.387197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.388817"], ["updated_at", "2019-02-12 21:23:12.388817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.390392"], ["updated_at", "2019-02-12 21:23:12.390392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.391988"], ["updated_at", "2019-02-12 21:23:12.391988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.393580"], ["updated_at", "2019-02-12 21:23:12.393580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.395172"], ["updated_at", "2019-02-12 21:23:12.395172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.396979"], ["updated_at", "2019-02-12 21:23:12.396979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.398741"], ["updated_at", "2019-02-12 21:23:12.398741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.400428"], ["updated_at", "2019-02-12 21:23:12.400428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.402264"], ["updated_at", "2019-02-12 21:23:12.402264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.404018"], ["updated_at", "2019-02-12 21:23:12.404018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.405651"], ["updated_at", "2019-02-12 21:23:12.405651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.407305"], ["updated_at", "2019-02-12 21:23:12.407305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.409024"], ["updated_at", "2019-02-12 21:23:12.409024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.410658"], ["updated_at", "2019-02-12 21:23:12.410658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.412248"], ["updated_at", "2019-02-12 21:23:12.412248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.413966"], ["updated_at", "2019-02-12 21:23:12.413966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.415725"], ["updated_at", "2019-02-12 21:23:12.415725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.417492"], ["updated_at", "2019-02-12 21:23:12.417492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.419408"], ["updated_at", "2019-02-12 21:23:12.419408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.421260"], ["updated_at", "2019-02-12 21:23:12.421260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.422923"], ["updated_at", "2019-02-12 21:23:12.422923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.424538"], ["updated_at", "2019-02-12 21:23:12.424538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.426173"], ["updated_at", "2019-02-12 21:23:12.426173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.427823"], ["updated_at", "2019-02-12 21:23:12.427823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.429497"], ["updated_at", "2019-02-12 21:23:12.429497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.431327"], ["updated_at", "2019-02-12 21:23:12.431327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.435627"], ["updated_at", "2019-02-12 21:23:12.435627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.437405"], ["updated_at", "2019-02-12 21:23:12.437405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.439053"], ["updated_at", "2019-02-12 21:23:12.439053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.440712"], ["updated_at", "2019-02-12 21:23:12.440712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.442526"], ["updated_at", "2019-02-12 21:23:12.442526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.444775"], ["updated_at", "2019-02-12 21:23:12.444775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.446573"], ["updated_at", "2019-02-12 21:23:12.446573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.448324"], ["updated_at", "2019-02-12 21:23:12.448324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.450088"], ["updated_at", "2019-02-12 21:23:12.450088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.452025"], ["updated_at", "2019-02-12 21:23:12.452025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.454419"], ["updated_at", "2019-02-12 21:23:12.454419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.456291"], ["updated_at", "2019-02-12 21:23:12.456291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.458023"], ["updated_at", "2019-02-12 21:23:12.458023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.459657"], ["updated_at", "2019-02-12 21:23:12.459657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.461310"], ["updated_at", "2019-02-12 21:23:12.461310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.463052"], ["updated_at", "2019-02-12 21:23:12.463052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.464702"], ["updated_at", "2019-02-12 21:23:12.464702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.466433"], ["updated_at", "2019-02-12 21:23:12.466433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.468176"], ["updated_at", "2019-02-12 21:23:12.468176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.469897"], ["updated_at", "2019-02-12 21:23:12.469897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.471517"], ["updated_at", "2019-02-12 21:23:12.471517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.473125"], ["updated_at", "2019-02-12 21:23:12.473125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.474924"], ["updated_at", "2019-02-12 21:23:12.474924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.476596"], ["updated_at", "2019-02-12 21:23:12.476596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.478416"], ["updated_at", "2019-02-12 21:23:12.478416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.480093"], ["updated_at", "2019-02-12 21:23:12.480093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.481762"], ["updated_at", "2019-02-12 21:23:12.481762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.483449"], ["updated_at", "2019-02-12 21:23:12.483449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.485191"], ["updated_at", "2019-02-12 21:23:12.485191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.486859"], ["updated_at", "2019-02-12 21:23:12.486859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.488496"], ["updated_at", "2019-02-12 21:23:12.488496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.490268"], ["updated_at", "2019-02-12 21:23:12.490268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.491938"], ["updated_at", "2019-02-12 21:23:12.491938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.493549"], ["updated_at", "2019-02-12 21:23:12.493549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.495121"], ["updated_at", "2019-02-12 21:23:12.495121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.496672"], ["updated_at", "2019-02-12 21:23:12.496672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.498239"], ["updated_at", "2019-02-12 21:23:12.498239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.499843"], ["updated_at", "2019-02-12 21:23:12.499843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.501975"], ["updated_at", "2019-02-12 21:23:12.501975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.503921"], ["updated_at", "2019-02-12 21:23:12.503921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.505571"], ["updated_at", "2019-02-12 21:23:12.505571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.507249"], ["updated_at", "2019-02-12 21:23:12.507249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.509006"], ["updated_at", "2019-02-12 21:23:12.509006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.510775"], ["updated_at", "2019-02-12 21:23:12.510775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.512529"], ["updated_at", "2019-02-12 21:23:12.512529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.514198"], ["updated_at", "2019-02-12 21:23:12.514198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.515884"], ["updated_at", "2019-02-12 21:23:12.515884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.517695"], ["updated_at", "2019-02-12 21:23:12.517695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.519485"], ["updated_at", "2019-02-12 21:23:12.519485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.521506"], ["updated_at", "2019-02-12 21:23:12.521506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.523215"], ["updated_at", "2019-02-12 21:23:12.523215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.525009"], ["updated_at", "2019-02-12 21:23:12.525009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.526694"], ["updated_at", "2019-02-12 21:23:12.526694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.528300"], ["updated_at", "2019-02-12 21:23:12.528300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.530130"], ["updated_at", "2019-02-12 21:23:12.530130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.531978"], ["updated_at", "2019-02-12 21:23:12.531978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.533783"], ["updated_at", "2019-02-12 21:23:12.533783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.535807"], ["updated_at", "2019-02-12 21:23:12.535807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.537664"], ["updated_at", "2019-02-12 21:23:12.537664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.539347"], ["updated_at", "2019-02-12 21:23:12.539347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.540970"], ["updated_at", "2019-02-12 21:23:12.540970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.542591"], ["updated_at", "2019-02-12 21:23:12.542591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.544201"], ["updated_at", "2019-02-12 21:23:12.544201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.545801"], ["updated_at", "2019-02-12 21:23:12.545801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.547446"], ["updated_at", "2019-02-12 21:23:12.547446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.549117"], ["updated_at", "2019-02-12 21:23:12.549117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.550845"], ["updated_at", "2019-02-12 21:23:12.550845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.552641"], ["updated_at", "2019-02-12 21:23:12.552641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.554324"], ["updated_at", "2019-02-12 21:23:12.554324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.555949"], ["updated_at", "2019-02-12 21:23:12.555949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.557596"], ["updated_at", "2019-02-12 21:23:12.557596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.559274"], ["updated_at", "2019-02-12 21:23:12.559274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.570732"], ["updated_at", "2019-02-12 21:23:12.570732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.575646"], ["updated_at", "2019-02-12 21:23:12.575646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.577871"], ["updated_at", "2019-02-12 21:23:12.577871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1113@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.595422"], ["updated_at", "2019-02-12 21:23:12.595422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.597696"], ["updated_at", "2019-02-12 21:23:12.597696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1114@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:23:12.598599"], ["updated_at", "2019-02-12 21:23:12.599556"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1114@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:23:12.604749"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:23:12.606989"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.610651"], ["updated_at", "2019-02-12 21:23:12.610651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.612977"], ["updated_at", "2019-02-12 21:23:12.612977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1115@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:23:12.619842"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.623242"], ["updated_at", "2019-02-12 21:23:12.623242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.625518"], ["updated_at", "2019-02-12 21:23:12.625518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.630586"], ["updated_at", "2019-02-12 21:23:12.630586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.633274"], ["updated_at", "2019-02-12 21:23:12.633274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1117@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:23:12.636807"], ["updated_at", "2019-02-12 21:23:12.637767"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:23:12.639398"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.643156"], ["updated_at", "2019-02-12 21:23:12.643156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.646027"], ["updated_at", "2019-02-12 21:23:12.646027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.647480"], ["updated_at", "2019-02-12 21:23:12.647480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:23:12.649579"], ["updated_at", "2019-02-12 21:23:12.649579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.655943"], ["updated_at", "2019-02-12 21:23:12.655943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.658140"], ["updated_at", "2019-02-12 21:23:12.658140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1120@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:23:12.663189"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.681031"], ["updated_at", "2019-02-12 21:23:12.681031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.683481"], ["updated_at", "2019-02-12 21:23:12.683481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.688991"], ["updated_at", "2019-02-12 21:23:12.688991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.690997"], ["updated_at", "2019-02-12 21:23:12.690997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:23:12.692949"], ["updated_at", "2019-02-12 21:23:12.692949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.698386"], ["updated_at", "2019-02-12 21:23:12.698386"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.704901"], ["updated_at", "2019-02-12 21:23:12.704901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.720164"], ["updated_at", "2019-02-12 21:23:12.720164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.740025"], ["updated_at", "2019-02-12 21:23:12.740025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.746997"], ["updated_at", "2019-02-12 21:23:12.746997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.751867"], ["updated_at", "2019-02-12 21:23:12.751867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.757945"], ["updated_at", "2019-02-12 21:23:12.757945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.761147"], ["updated_at", "2019-02-12 21:23:12.761147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.763544"], ["updated_at", "2019-02-12 21:23:12.763544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 21:23:12.767823"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.772042"], ["updated_at", "2019-02-12 21:23:12.772042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.778815"], ["updated_at", "2019-02-12 21:23:12.778815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.784382"], ["updated_at", "2019-02-12 21:23:12.784382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.794936"], ["updated_at", "2019-02-12 21:23:12.794936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.797354"], ["updated_at", "2019-02-12 21:23:12.797354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:23:12.800824"], ["updated_at", "2019-02-12 21:23:12.801789"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.805240"], ["updated_at", "2019-02-12 21:23:12.805240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.807477"], ["updated_at", "2019-02-12 21:23:12.807477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.812766"], ["updated_at", "2019-02-12 21:23:12.812766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.815543"], ["updated_at", "2019-02-12 21:23:12.815543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:23:12.818499"], ["updated_at", "2019-02-12 21:23:12.819672"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:23:12.823700"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.827967"], ["updated_at", "2019-02-12 21:23:12.827967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.830458"], ["updated_at", "2019-02-12 21:23:12.830458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.832245"], ["updated_at", "2019-02-12 21:23:12.832245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:23:12.835259"], ["updated_at", "2019-02-12 21:23:12.835259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.842431"], ["updated_at", "2019-02-12 21:23:12.842431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.844760"], ["updated_at", "2019-02-12 21:23:12.844760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.850696"], ["updated_at", "2019-02-12 21:23:12.850696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.853628"], ["updated_at", "2019-02-12 21:23:12.853628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1129@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:23:12.860071"], ["updated_at", "2019-02-12 21:23:12.861512"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.865867"], ["updated_at", "2019-02-12 21:23:12.865867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.869507"], ["updated_at", "2019-02-12 21:23:12.869507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1130@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:23:12.872924"], ["updated_at", "2019-02-12 21:23:12.873853"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.960894"], ["updated_at", "2019-02-12 21:23:12.960894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:23:12 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:23:12.970009"], ["updated_at", "2019-02-12 21:23:12.970009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:23:12.976259"], ["updated_at", "2019-02-12 21:23:12.976259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:23:12 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:09.336989"], ["updated_at", "2019-02-12 21:24:09.336989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:24:09 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 25ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:09.401027"], ["updated_at", "2019-02-12 21:24:09.401027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:24:09 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:09.409350"], ["updated_at", "2019-02-12 21:24:09.409350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:09.414571"], ["updated_at", "2019-02-12 21:24:09.414571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:09.428918"], ["updated_at", "2019-02-12 21:24:09.428918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:09.435278"], ["updated_at", "2019-02-12 21:24:09.435278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:09.440012"], ["updated_at", "2019-02-12 21:24:09.440012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:09.442791"], ["updated_at", "2019-02-12 21:24:09.442791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 21:24:09.448811"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.139234"], ["updated_at", "2019-02-12 21:24:27.139234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.150059"], ["updated_at", "2019-02-12 21:24:27.150059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 9ms (Views: 0.4ms | ActiveRecord: 0.7ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.155763"], ["updated_at", "2019-02-12 21:24:27.155763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.167491"], ["updated_at", "2019-02-12 21:24:27.167491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.174490"], ["updated_at", "2019-02-12 21:24:27.174490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.209225"], ["updated_at", "2019-02-12 21:24:27.209225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.218001"], ["updated_at", "2019-02-12 21:24:27.218001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.225149"], ["updated_at", "2019-02-12 21:24:27.225149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.227605"], ["updated_at", "2019-02-12 21:24:27.227605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.229444"], ["updated_at", "2019-02-12 21:24:27.229444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.235576"], ["updated_at", "2019-02-12 21:24:27.235576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.238530"], ["updated_at", "2019-02-12 21:24:27.238530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.240481"], ["updated_at", "2019-02-12 21:24:27.240481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.242440"], ["updated_at", "2019-02-12 21:24:27.242440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.244639"], ["updated_at", "2019-02-12 21:24:27.244639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.246383"], ["updated_at", "2019-02-12 21:24:27.246383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.248285"], ["updated_at", "2019-02-12 21:24:27.248285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.250377"], ["updated_at", "2019-02-12 21:24:27.250377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.252185"], ["updated_at", "2019-02-12 21:24:27.252185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.254922"], ["updated_at", "2019-02-12 21:24:27.254922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.259808"], ["updated_at", "2019-02-12 21:24:27.259808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.261482"], ["updated_at", "2019-02-12 21:24:27.261482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.263010"], ["updated_at", "2019-02-12 21:24:27.263010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.264549"], ["updated_at", "2019-02-12 21:24:27.264549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.266103"], ["updated_at", "2019-02-12 21:24:27.266103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.267653"], ["updated_at", "2019-02-12 21:24:27.267653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.269319"], ["updated_at", "2019-02-12 21:24:27.269319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.271261"], ["updated_at", "2019-02-12 21:24:27.271261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.273017"], ["updated_at", "2019-02-12 21:24:27.273017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.274808"], ["updated_at", "2019-02-12 21:24:27.274808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.276411"], ["updated_at", "2019-02-12 21:24:27.276411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.278123"], ["updated_at", "2019-02-12 21:24:27.278123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.279758"], ["updated_at", "2019-02-12 21:24:27.279758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.281316"], ["updated_at", "2019-02-12 21:24:27.281316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.282991"], ["updated_at", "2019-02-12 21:24:27.282991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.284646"], ["updated_at", "2019-02-12 21:24:27.284646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.286288"], ["updated_at", "2019-02-12 21:24:27.286288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.288019"], ["updated_at", "2019-02-12 21:24:27.288019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.289750"], ["updated_at", "2019-02-12 21:24:27.289750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.291480"], ["updated_at", "2019-02-12 21:24:27.291480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.293081"], ["updated_at", "2019-02-12 21:24:27.293081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.294773"], ["updated_at", "2019-02-12 21:24:27.294773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.296523"], ["updated_at", "2019-02-12 21:24:27.296523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.298105"], ["updated_at", "2019-02-12 21:24:27.298105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.299662"], ["updated_at", "2019-02-12 21:24:27.299662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.301251"], ["updated_at", "2019-02-12 21:24:27.301251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.302890"], ["updated_at", "2019-02-12 21:24:27.302890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.304625"], ["updated_at", "2019-02-12 21:24:27.304625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.306417"], ["updated_at", "2019-02-12 21:24:27.306417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.308245"], ["updated_at", "2019-02-12 21:24:27.308245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.309807"], ["updated_at", "2019-02-12 21:24:27.309807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.311359"], ["updated_at", "2019-02-12 21:24:27.311359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.313084"], ["updated_at", "2019-02-12 21:24:27.313084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.314740"], ["updated_at", "2019-02-12 21:24:27.314740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.316279"], ["updated_at", "2019-02-12 21:24:27.316279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.317899"], ["updated_at", "2019-02-12 21:24:27.317899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.319653"], ["updated_at", "2019-02-12 21:24:27.319653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.321354"], ["updated_at", "2019-02-12 21:24:27.321354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.322991"], ["updated_at", "2019-02-12 21:24:27.322991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.324729"], ["updated_at", "2019-02-12 21:24:27.324729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.326288"], ["updated_at", "2019-02-12 21:24:27.326288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.327814"], ["updated_at", "2019-02-12 21:24:27.327814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.329456"], ["updated_at", "2019-02-12 21:24:27.329456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.331112"], ["updated_at", "2019-02-12 21:24:27.331112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.332729"], ["updated_at", "2019-02-12 21:24:27.332729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.334221"], ["updated_at", "2019-02-12 21:24:27.334221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.335768"], ["updated_at", "2019-02-12 21:24:27.335768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.337483"], ["updated_at", "2019-02-12 21:24:27.337483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.339280"], ["updated_at", "2019-02-12 21:24:27.339280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.341133"], ["updated_at", "2019-02-12 21:24:27.341133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.342762"], ["updated_at", "2019-02-12 21:24:27.342762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.344229"], ["updated_at", "2019-02-12 21:24:27.344229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.345728"], ["updated_at", "2019-02-12 21:24:27.345728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.347294"], ["updated_at", "2019-02-12 21:24:27.347294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.348887"], ["updated_at", "2019-02-12 21:24:27.348887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.350891"], ["updated_at", "2019-02-12 21:24:27.350891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.352883"], ["updated_at", "2019-02-12 21:24:27.352883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.354756"], ["updated_at", "2019-02-12 21:24:27.354756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.356368"], ["updated_at", "2019-02-12 21:24:27.356368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.357945"], ["updated_at", "2019-02-12 21:24:27.357945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.359546"], ["updated_at", "2019-02-12 21:24:27.359546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.361131"], ["updated_at", "2019-02-12 21:24:27.361131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.362654"], ["updated_at", "2019-02-12 21:24:27.362654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.364339"], ["updated_at", "2019-02-12 21:24:27.364339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.366079"], ["updated_at", "2019-02-12 21:24:27.366079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.367692"], ["updated_at", "2019-02-12 21:24:27.367692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.369199"], ["updated_at", "2019-02-12 21:24:27.369199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.370943"], ["updated_at", "2019-02-12 21:24:27.370943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.372808"], ["updated_at", "2019-02-12 21:24:27.372808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.374506"], ["updated_at", "2019-02-12 21:24:27.374506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.376177"], ["updated_at", "2019-02-12 21:24:27.376177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.377791"], ["updated_at", "2019-02-12 21:24:27.377791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.379334"], ["updated_at", "2019-02-12 21:24:27.379334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.380822"], ["updated_at", "2019-02-12 21:24:27.380822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.382447"], ["updated_at", "2019-02-12 21:24:27.382447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.384051"], ["updated_at", "2019-02-12 21:24:27.384051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.385599"], ["updated_at", "2019-02-12 21:24:27.385599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.387581"], ["updated_at", "2019-02-12 21:24:27.387581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.389440"], ["updated_at", "2019-02-12 21:24:27.389440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.391157"], ["updated_at", "2019-02-12 21:24:27.391157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.392791"], ["updated_at", "2019-02-12 21:24:27.392791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.394462"], ["updated_at", "2019-02-12 21:24:27.394462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.396123"], ["updated_at", "2019-02-12 21:24:27.396123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.400252"], ["updated_at", "2019-02-12 21:24:27.400252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.402205"], ["updated_at", "2019-02-12 21:24:27.402205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.404112"], ["updated_at", "2019-02-12 21:24:27.404112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.405913"], ["updated_at", "2019-02-12 21:24:27.405913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.407574"], ["updated_at", "2019-02-12 21:24:27.407574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.409491"], ["updated_at", "2019-02-12 21:24:27.409491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.411361"], ["updated_at", "2019-02-12 21:24:27.411361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.413079"], ["updated_at", "2019-02-12 21:24:27.413079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.414811"], ["updated_at", "2019-02-12 21:24:27.414811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.416677"], ["updated_at", "2019-02-12 21:24:27.416677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.418236"], ["updated_at", "2019-02-12 21:24:27.418236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.419947"], ["updated_at", "2019-02-12 21:24:27.419947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.421578"], ["updated_at", "2019-02-12 21:24:27.421578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.423323"], ["updated_at", "2019-02-12 21:24:27.423323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.424912"], ["updated_at", "2019-02-12 21:24:27.424912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.426375"], ["updated_at", "2019-02-12 21:24:27.426375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.427846"], ["updated_at", "2019-02-12 21:24:27.427846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.429454"], ["updated_at", "2019-02-12 21:24:27.429454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.431015"], ["updated_at", "2019-02-12 21:24:27.431015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.432524"], ["updated_at", "2019-02-12 21:24:27.432524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.434119"], ["updated_at", "2019-02-12 21:24:27.434119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.435778"], ["updated_at", "2019-02-12 21:24:27.435778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.437441"], ["updated_at", "2019-02-12 21:24:27.437441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.438930"], ["updated_at", "2019-02-12 21:24:27.438930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.440449"], ["updated_at", "2019-02-12 21:24:27.440449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.441978"], ["updated_at", "2019-02-12 21:24:27.441978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.443433"], ["updated_at", "2019-02-12 21:24:27.443433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.445684"], ["updated_at", "2019-02-12 21:24:27.445684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.447544"], ["updated_at", "2019-02-12 21:24:27.447544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.449092"], ["updated_at", "2019-02-12 21:24:27.449092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.450608"], ["updated_at", "2019-02-12 21:24:27.450608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.452116"], ["updated_at", "2019-02-12 21:24:27.452116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.453726"], ["updated_at", "2019-02-12 21:24:27.453726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.455454"], ["updated_at", "2019-02-12 21:24:27.455454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.457219"], ["updated_at", "2019-02-12 21:24:27.457219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.458965"], ["updated_at", "2019-02-12 21:24:27.458965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.460537"], ["updated_at", "2019-02-12 21:24:27.460537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.462026"], ["updated_at", "2019-02-12 21:24:27.462026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.463550"], ["updated_at", "2019-02-12 21:24:27.463550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.465142"], ["updated_at", "2019-02-12 21:24:27.465142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.466658"], ["updated_at", "2019-02-12 21:24:27.466658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.468338"], ["updated_at", "2019-02-12 21:24:27.468338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.470315"], ["updated_at", "2019-02-12 21:24:27.470315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.472000"], ["updated_at", "2019-02-12 21:24:27.472000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.473591"], ["updated_at", "2019-02-12 21:24:27.473591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.475170"], ["updated_at", "2019-02-12 21:24:27.475170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.476730"], ["updated_at", "2019-02-12 21:24:27.476730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.478239"], ["updated_at", "2019-02-12 21:24:27.478239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.479769"], ["updated_at", "2019-02-12 21:24:27.479769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.481390"], ["updated_at", "2019-02-12 21:24:27.481390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.482962"], ["updated_at", "2019-02-12 21:24:27.482962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.484465"], ["updated_at", "2019-02-12 21:24:27.484465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.485972"], ["updated_at", "2019-02-12 21:24:27.485972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.487804"], ["updated_at", "2019-02-12 21:24:27.487804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.489493"], ["updated_at", "2019-02-12 21:24:27.489493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.491235"], ["updated_at", "2019-02-12 21:24:27.491235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.493163"], ["updated_at", "2019-02-12 21:24:27.493163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.494789"], ["updated_at", "2019-02-12 21:24:27.494789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.496326"], ["updated_at", "2019-02-12 21:24:27.496326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.497965"], ["updated_at", "2019-02-12 21:24:27.497965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.499647"], ["updated_at", "2019-02-12 21:24:27.499647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.501230"], ["updated_at", "2019-02-12 21:24:27.501230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.502726"], ["updated_at", "2019-02-12 21:24:27.502726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.504578"], ["updated_at", "2019-02-12 21:24:27.504578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.506216"], ["updated_at", "2019-02-12 21:24:27.506216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.507831"], ["updated_at", "2019-02-12 21:24:27.507831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.509482"], ["updated_at", "2019-02-12 21:24:27.509482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.511212"], ["updated_at", "2019-02-12 21:24:27.511212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.512837"], ["updated_at", "2019-02-12 21:24:27.512837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.514358"], ["updated_at", "2019-02-12 21:24:27.514358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.515991"], ["updated_at", "2019-02-12 21:24:27.515991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.517642"], ["updated_at", "2019-02-12 21:24:27.517642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.519229"], ["updated_at", "2019-02-12 21:24:27.519229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.521028"], ["updated_at", "2019-02-12 21:24:27.521028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.522756"], ["updated_at", "2019-02-12 21:24:27.522756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.524378"], ["updated_at", "2019-02-12 21:24:27.524378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.526033"], ["updated_at", "2019-02-12 21:24:27.526033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.527922"], ["updated_at", "2019-02-12 21:24:27.527922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.529594"], ["updated_at", "2019-02-12 21:24:27.529594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.533987"], ["updated_at", "2019-02-12 21:24:27.533987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.535544"], ["updated_at", "2019-02-12 21:24:27.535544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.537196"], ["updated_at", "2019-02-12 21:24:27.537196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.539080"], ["updated_at", "2019-02-12 21:24:27.539080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.540808"], ["updated_at", "2019-02-12 21:24:27.540808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.542349"], ["updated_at", "2019-02-12 21:24:27.542349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.543928"], ["updated_at", "2019-02-12 21:24:27.543928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.545563"], ["updated_at", "2019-02-12 21:24:27.545563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.547105"], ["updated_at", "2019-02-12 21:24:27.547105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.548609"], ["updated_at", "2019-02-12 21:24:27.548609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.550281"], ["updated_at", "2019-02-12 21:24:27.550281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.551909"], ["updated_at", "2019-02-12 21:24:27.551909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.553717"], ["updated_at", "2019-02-12 21:24:27.553717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.555406"], ["updated_at", "2019-02-12 21:24:27.555406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.557029"], ["updated_at", "2019-02-12 21:24:27.557029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.558590"], ["updated_at", "2019-02-12 21:24:27.558590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.560106"], ["updated_at", "2019-02-12 21:24:27.560106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.561738"], ["updated_at", "2019-02-12 21:24:27.561738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.563361"], ["updated_at", "2019-02-12 21:24:27.563361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.564902"], ["updated_at", "2019-02-12 21:24:27.564902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.566405"], ["updated_at", "2019-02-12 21:24:27.566405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.567895"], ["updated_at", "2019-02-12 21:24:27.567895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.569498"], ["updated_at", "2019-02-12 21:24:27.569498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.571236"], ["updated_at", "2019-02-12 21:24:27.571236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.572784"], ["updated_at", "2019-02-12 21:24:27.572784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.574496"], ["updated_at", "2019-02-12 21:24:27.574496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.576067"], ["updated_at", "2019-02-12 21:24:27.576067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.577600"], ["updated_at", "2019-02-12 21:24:27.577600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.579140"], ["updated_at", "2019-02-12 21:24:27.579140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.580744"], ["updated_at", "2019-02-12 21:24:27.580744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.582266"], ["updated_at", "2019-02-12 21:24:27.582266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.583783"], ["updated_at", "2019-02-12 21:24:27.583783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.585449"], ["updated_at", "2019-02-12 21:24:27.585449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.587131"], ["updated_at", "2019-02-12 21:24:27.587131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.588779"], ["updated_at", "2019-02-12 21:24:27.588779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.590273"], ["updated_at", "2019-02-12 21:24:27.590273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.592108"], ["updated_at", "2019-02-12 21:24:27.592108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.593707"], ["updated_at", "2019-02-12 21:24:27.593707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.595261"], ["updated_at", "2019-02-12 21:24:27.595261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.597143"], ["updated_at", "2019-02-12 21:24:27.597143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.598783"], ["updated_at", "2019-02-12 21:24:27.598783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.600285"], ["updated_at", "2019-02-12 21:24:27.600285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.601799"], ["updated_at", "2019-02-12 21:24:27.601799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.603491"], ["updated_at", "2019-02-12 21:24:27.603491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.605341"], ["updated_at", "2019-02-12 21:24:27.605341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.607036"], ["updated_at", "2019-02-12 21:24:27.607036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.608741"], ["updated_at", "2019-02-12 21:24:27.608741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.610350"], ["updated_at", "2019-02-12 21:24:27.610350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.611870"], ["updated_at", "2019-02-12 21:24:27.611870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.613385"], ["updated_at", "2019-02-12 21:24:27.613385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.614956"], ["updated_at", "2019-02-12 21:24:27.614956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.616515"], ["updated_at", "2019-02-12 21:24:27.616515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.618025"], ["updated_at", "2019-02-12 21:24:27.618025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.619761"], ["updated_at", "2019-02-12 21:24:27.619761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.621647"], ["updated_at", "2019-02-12 21:24:27.621647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.623310"], ["updated_at", "2019-02-12 21:24:27.623310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.624821"], ["updated_at", "2019-02-12 21:24:27.624821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.626412"], ["updated_at", "2019-02-12 21:24:27.626412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.628010"], ["updated_at", "2019-02-12 21:24:27.628010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.629542"], ["updated_at", "2019-02-12 21:24:27.629542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.631240"], ["updated_at", "2019-02-12 21:24:27.631240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.633334"], ["updated_at", "2019-02-12 21:24:27.633334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.634931"], ["updated_at", "2019-02-12 21:24:27.634931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.636766"], ["updated_at", "2019-02-12 21:24:27.636766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.640344"], ["updated_at", "2019-02-12 21:24:27.640344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.642362"], ["updated_at", "2019-02-12 21:24:27.642362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.644205"], ["updated_at", "2019-02-12 21:24:27.644205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.645847"], ["updated_at", "2019-02-12 21:24:27.645847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.647434"], ["updated_at", "2019-02-12 21:24:27.647434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.649623"], ["updated_at", "2019-02-12 21:24:27.649623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.651641"], ["updated_at", "2019-02-12 21:24:27.651641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.653658"], ["updated_at", "2019-02-12 21:24:27.653658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.655697"], ["updated_at", "2019-02-12 21:24:27.655697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.657523"], ["updated_at", "2019-02-12 21:24:27.657523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.661338"], ["updated_at", "2019-02-12 21:24:27.661338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.663124"], ["updated_at", "2019-02-12 21:24:27.663124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.664686"], ["updated_at", "2019-02-12 21:24:27.664686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.666432"], ["updated_at", "2019-02-12 21:24:27.666432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.668077"], ["updated_at", "2019-02-12 21:24:27.668077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.669711"], ["updated_at", "2019-02-12 21:24:27.669711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.671613"], ["updated_at", "2019-02-12 21:24:27.671613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.673285"], ["updated_at", "2019-02-12 21:24:27.673285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.674948"], ["updated_at", "2019-02-12 21:24:27.674948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.677181"], ["updated_at", "2019-02-12 21:24:27.677181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.679076"], ["updated_at", "2019-02-12 21:24:27.679076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.680683"], ["updated_at", "2019-02-12 21:24:27.680683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.682202"], ["updated_at", "2019-02-12 21:24:27.682202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.683810"], ["updated_at", "2019-02-12 21:24:27.683810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.685401"], ["updated_at", "2019-02-12 21:24:27.685401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.686939"], ["updated_at", "2019-02-12 21:24:27.686939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.688661"], ["updated_at", "2019-02-12 21:24:27.688661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.690528"], ["updated_at", "2019-02-12 21:24:27.690528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.692188"], ["updated_at", "2019-02-12 21:24:27.692188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.693736"], ["updated_at", "2019-02-12 21:24:27.693736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.695263"], ["updated_at", "2019-02-12 21:24:27.695263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.696949"], ["updated_at", "2019-02-12 21:24:27.696949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.698487"], ["updated_at", "2019-02-12 21:24:27.698487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.700071"], ["updated_at", "2019-02-12 21:24:27.700071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.701731"], ["updated_at", "2019-02-12 21:24:27.701731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.703397"], ["updated_at", "2019-02-12 21:24:27.703397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.705262"], ["updated_at", "2019-02-12 21:24:27.705262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.706816"], ["updated_at", "2019-02-12 21:24:27.706816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.708409"], ["updated_at", "2019-02-12 21:24:27.708409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.709942"], ["updated_at", "2019-02-12 21:24:27.709942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.711641"], ["updated_at", "2019-02-12 21:24:27.711641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.713316"], ["updated_at", "2019-02-12 21:24:27.713316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.714930"], ["updated_at", "2019-02-12 21:24:27.714930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.716472"], ["updated_at", "2019-02-12 21:24:27.716472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.717969"], ["updated_at", "2019-02-12 21:24:27.717969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.719603"], ["updated_at", "2019-02-12 21:24:27.719603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.721387"], ["updated_at", "2019-02-12 21:24:27.721387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.722969"], ["updated_at", "2019-02-12 21:24:27.722969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.724635"], ["updated_at", "2019-02-12 21:24:27.724635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.726227"], ["updated_at", "2019-02-12 21:24:27.726227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.727698"], ["updated_at", "2019-02-12 21:24:27.727698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.729173"], ["updated_at", "2019-02-12 21:24:27.729173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.730780"], ["updated_at", "2019-02-12 21:24:27.730780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.732300"], ["updated_at", "2019-02-12 21:24:27.732300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.733791"], ["updated_at", "2019-02-12 21:24:27.733791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.735288"], ["updated_at", "2019-02-12 21:24:27.735288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.737257"], ["updated_at", "2019-02-12 21:24:27.737257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.738967"], ["updated_at", "2019-02-12 21:24:27.738967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.740575"], ["updated_at", "2019-02-12 21:24:27.740575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.742209"], ["updated_at", "2019-02-12 21:24:27.742209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.743781"], ["updated_at", "2019-02-12 21:24:27.743781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.745329"], ["updated_at", "2019-02-12 21:24:27.745329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.748282"], ["updated_at", "2019-02-12 21:24:27.748282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.750318"], ["updated_at", "2019-02-12 21:24:27.750318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.752075"], ["updated_at", "2019-02-12 21:24:27.752075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 18ms (Views: 10.9ms | ActiveRecord: 0.5ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:27.775549"], ["updated_at", "2019-02-12 21:24:27.775549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.785845"], ["updated_at", "2019-02-12 21:24:27.785845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.788187"], ["updated_at", "2019-02-12 21:24:27.788187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.789864"], ["updated_at", "2019-02-12 21:24:27.789864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.792186"], ["updated_at", "2019-02-12 21:24:27.792186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.794191"], ["updated_at", "2019-02-12 21:24:27.794191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.796014"], ["updated_at", "2019-02-12 21:24:27.796014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.797622"], ["updated_at", "2019-02-12 21:24:27.797622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.799134"], ["updated_at", "2019-02-12 21:24:27.799134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.800745"], ["updated_at", "2019-02-12 21:24:27.800745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.802941"], ["updated_at", "2019-02-12 21:24:27.802941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.804980"], ["updated_at", "2019-02-12 21:24:27.804980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.806859"], ["updated_at", "2019-02-12 21:24:27.806859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.808446"], ["updated_at", "2019-02-12 21:24:27.808446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.810690"], ["updated_at", "2019-02-12 21:24:27.810690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.812457"], ["updated_at", "2019-02-12 21:24:27.812457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.814671"], ["updated_at", "2019-02-12 21:24:27.814671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.816519"], ["updated_at", "2019-02-12 21:24:27.816519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.818358"], ["updated_at", "2019-02-12 21:24:27.818358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.820087"], ["updated_at", "2019-02-12 21:24:27.820087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.823051"], ["updated_at", "2019-02-12 21:24:27.823051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.825306"], ["updated_at", "2019-02-12 21:24:27.825306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.827206"], ["updated_at", "2019-02-12 21:24:27.827206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.828989"], ["updated_at", "2019-02-12 21:24:27.828989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.830649"], ["updated_at", "2019-02-12 21:24:27.830649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.832187"], ["updated_at", "2019-02-12 21:24:27.832187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.833725"], ["updated_at", "2019-02-12 21:24:27.833725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.835394"], ["updated_at", "2019-02-12 21:24:27.835394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.838033"], ["updated_at", "2019-02-12 21:24:27.838033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.840315"], ["updated_at", "2019-02-12 21:24:27.840315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.842920"], ["updated_at", "2019-02-12 21:24:27.842920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.845336"], ["updated_at", "2019-02-12 21:24:27.845336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.847688"], ["updated_at", "2019-02-12 21:24:27.847688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.849720"], ["updated_at", "2019-02-12 21:24:27.849720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.851444"], ["updated_at", "2019-02-12 21:24:27.851444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.853487"], ["updated_at", "2019-02-12 21:24:27.853487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.855280"], ["updated_at", "2019-02-12 21:24:27.855280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.857192"], ["updated_at", "2019-02-12 21:24:27.857192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.859515"], ["updated_at", "2019-02-12 21:24:27.859515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.861438"], ["updated_at", "2019-02-12 21:24:27.861438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.863254"], ["updated_at", "2019-02-12 21:24:27.863254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.864977"], ["updated_at", "2019-02-12 21:24:27.864977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.866597"], ["updated_at", "2019-02-12 21:24:27.866597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.868145"], ["updated_at", "2019-02-12 21:24:27.868145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.870434"], ["updated_at", "2019-02-12 21:24:27.870434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.872543"], ["updated_at", "2019-02-12 21:24:27.872543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.874330"], ["updated_at", "2019-02-12 21:24:27.874330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.876162"], ["updated_at", "2019-02-12 21:24:27.876162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.877895"], ["updated_at", "2019-02-12 21:24:27.877895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.879479"], ["updated_at", "2019-02-12 21:24:27.879479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.883773"], ["updated_at", "2019-02-12 21:24:27.883773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.885324"], ["updated_at", "2019-02-12 21:24:27.885324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.887398"], ["updated_at", "2019-02-12 21:24:27.887398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.889143"], ["updated_at", "2019-02-12 21:24:27.889143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.890657"], ["updated_at", "2019-02-12 21:24:27.890657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.892638"], ["updated_at", "2019-02-12 21:24:27.892638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.894523"], ["updated_at", "2019-02-12 21:24:27.894523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.896046"], ["updated_at", "2019-02-12 21:24:27.896046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.897541"], ["updated_at", "2019-02-12 21:24:27.897541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.899337"], ["updated_at", "2019-02-12 21:24:27.899337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.901081"], ["updated_at", "2019-02-12 21:24:27.901081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.902769"], ["updated_at", "2019-02-12 21:24:27.902769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.905415"], ["updated_at", "2019-02-12 21:24:27.905415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.907370"], ["updated_at", "2019-02-12 21:24:27.907370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.909122"], ["updated_at", "2019-02-12 21:24:27.909122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.911093"], ["updated_at", "2019-02-12 21:24:27.911093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.912776"], ["updated_at", "2019-02-12 21:24:27.912776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.914502"], ["updated_at", "2019-02-12 21:24:27.914502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.916703"], ["updated_at", "2019-02-12 21:24:27.916703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.918475"], ["updated_at", "2019-02-12 21:24:27.918475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.920348"], ["updated_at", "2019-02-12 21:24:27.920348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.922276"], ["updated_at", "2019-02-12 21:24:27.922276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.924450"], ["updated_at", "2019-02-12 21:24:27.924450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.926684"], ["updated_at", "2019-02-12 21:24:27.926684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.928634"], ["updated_at", "2019-02-12 21:24:27.928634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.930296"], ["updated_at", "2019-02-12 21:24:27.930296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.931783"], ["updated_at", "2019-02-12 21:24:27.931783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.933506"], ["updated_at", "2019-02-12 21:24:27.933506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.935186"], ["updated_at", "2019-02-12 21:24:27.935186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.937027"], ["updated_at", "2019-02-12 21:24:27.937027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.939404"], ["updated_at", "2019-02-12 21:24:27.939404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.941267"], ["updated_at", "2019-02-12 21:24:27.941267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.943010"], ["updated_at", "2019-02-12 21:24:27.943010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.944727"], ["updated_at", "2019-02-12 21:24:27.944727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.946376"], ["updated_at", "2019-02-12 21:24:27.946376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.947922"], ["updated_at", "2019-02-12 21:24:27.947922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.950285"], ["updated_at", "2019-02-12 21:24:27.950285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.952113"], ["updated_at", "2019-02-12 21:24:27.952113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.954018"], ["updated_at", "2019-02-12 21:24:27.954018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.955796"], ["updated_at", "2019-02-12 21:24:27.955796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.957683"], ["updated_at", "2019-02-12 21:24:27.957683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.959496"], ["updated_at", "2019-02-12 21:24:27.959496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.961789"], ["updated_at", "2019-02-12 21:24:27.961789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.963589"], ["updated_at", "2019-02-12 21:24:27.963589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.965315"], ["updated_at", "2019-02-12 21:24:27.965315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.966931"], ["updated_at", "2019-02-12 21:24:27.966931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.968683"], ["updated_at", "2019-02-12 21:24:27.968683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.970617"], ["updated_at", "2019-02-12 21:24:27.970617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.973110"], ["updated_at", "2019-02-12 21:24:27.973110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.974903"], ["updated_at", "2019-02-12 21:24:27.974903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.976553"], ["updated_at", "2019-02-12 21:24:27.976553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.978167"], ["updated_at", "2019-02-12 21:24:27.978167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.980412"], ["updated_at", "2019-02-12 21:24:27.980412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.982604"], ["updated_at", "2019-02-12 21:24:27.982604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.984545"], ["updated_at", "2019-02-12 21:24:27.984545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.986210"], ["updated_at", "2019-02-12 21:24:27.986210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.987929"], ["updated_at", "2019-02-12 21:24:27.987929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.989572"], ["updated_at", "2019-02-12 21:24:27.989572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.991441"], ["updated_at", "2019-02-12 21:24:27.991441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.993439"], ["updated_at", "2019-02-12 21:24:27.993439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.995600"], ["updated_at", "2019-02-12 21:24:27.995600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.997422"], ["updated_at", "2019-02-12 21:24:27.997422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:27.999173"], ["updated_at", "2019-02-12 21:24:27.999173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.000970"], ["updated_at", "2019-02-12 21:24:28.000970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.003434"], ["updated_at", "2019-02-12 21:24:28.003434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.008775"], ["updated_at", "2019-02-12 21:24:28.008775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.010823"], ["updated_at", "2019-02-12 21:24:28.010823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.012483"], ["updated_at", "2019-02-12 21:24:28.012483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.014303"], ["updated_at", "2019-02-12 21:24:28.014303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.016828"], ["updated_at", "2019-02-12 21:24:28.016828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.018727"], ["updated_at", "2019-02-12 21:24:28.018727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.020666"], ["updated_at", "2019-02-12 21:24:28.020666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.022418"], ["updated_at", "2019-02-12 21:24:28.022418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.024112"], ["updated_at", "2019-02-12 21:24:28.024112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.025843"], ["updated_at", "2019-02-12 21:24:28.025843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.028432"], ["updated_at", "2019-02-12 21:24:28.028432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.030357"], ["updated_at", "2019-02-12 21:24:28.030357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.032082"], ["updated_at", "2019-02-12 21:24:28.032082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.033908"], ["updated_at", "2019-02-12 21:24:28.033908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.035491"], ["updated_at", "2019-02-12 21:24:28.035491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.037282"], ["updated_at", "2019-02-12 21:24:28.037282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.039867"], ["updated_at", "2019-02-12 21:24:28.039867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.041637"], ["updated_at", "2019-02-12 21:24:28.041637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.043188"], ["updated_at", "2019-02-12 21:24:28.043188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.044787"], ["updated_at", "2019-02-12 21:24:28.044787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.046324"], ["updated_at", "2019-02-12 21:24:28.046324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.047853"], ["updated_at", "2019-02-12 21:24:28.047853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.049846"], ["updated_at", "2019-02-12 21:24:28.049846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.051926"], ["updated_at", "2019-02-12 21:24:28.051926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.053867"], ["updated_at", "2019-02-12 21:24:28.053867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.055734"], ["updated_at", "2019-02-12 21:24:28.055734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.057499"], ["updated_at", "2019-02-12 21:24:28.057499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.059078"], ["updated_at", "2019-02-12 21:24:28.059078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.060830"], ["updated_at", "2019-02-12 21:24:28.060830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.063099"], ["updated_at", "2019-02-12 21:24:28.063099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.064831"], ["updated_at", "2019-02-12 21:24:28.064831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.066494"], ["updated_at", "2019-02-12 21:24:28.066494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.068211"], ["updated_at", "2019-02-12 21:24:28.068211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.070082"], ["updated_at", "2019-02-12 21:24:28.070082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.072047"], ["updated_at", "2019-02-12 21:24:28.072047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.074615"], ["updated_at", "2019-02-12 21:24:28.074615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.076306"], ["updated_at", "2019-02-12 21:24:28.076306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.077869"], ["updated_at", "2019-02-12 21:24:28.077869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.079455"], ["updated_at", "2019-02-12 21:24:28.079455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.081074"], ["updated_at", "2019-02-12 21:24:28.081074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.082640"], ["updated_at", "2019-02-12 21:24:28.082640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.084948"], ["updated_at", "2019-02-12 21:24:28.084948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.086975"], ["updated_at", "2019-02-12 21:24:28.086975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.088871"], ["updated_at", "2019-02-12 21:24:28.088871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.090615"], ["updated_at", "2019-02-12 21:24:28.090615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.092255"], ["updated_at", "2019-02-12 21:24:28.092255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.093832"], ["updated_at", "2019-02-12 21:24:28.093832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.095481"], ["updated_at", "2019-02-12 21:24:28.095481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.097158"], ["updated_at", "2019-02-12 21:24:28.097158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.098781"], ["updated_at", "2019-02-12 21:24:28.098781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.100344"], ["updated_at", "2019-02-12 21:24:28.100344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.101926"], ["updated_at", "2019-02-12 21:24:28.101926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.103649"], ["updated_at", "2019-02-12 21:24:28.103649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.105283"], ["updated_at", "2019-02-12 21:24:28.105283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.108301"], ["updated_at", "2019-02-12 21:24:28.108301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.110472"], ["updated_at", "2019-02-12 21:24:28.110472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.112410"], ["updated_at", "2019-02-12 21:24:28.112410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.114328"], ["updated_at", "2019-02-12 21:24:28.114328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.116000"], ["updated_at", "2019-02-12 21:24:28.116000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.118743"], ["updated_at", "2019-02-12 21:24:28.118743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.120840"], ["updated_at", "2019-02-12 21:24:28.120840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.122605"], ["updated_at", "2019-02-12 21:24:28.122605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.127258"], ["updated_at", "2019-02-12 21:24:28.127258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.129580"], ["updated_at", "2019-02-12 21:24:28.129580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.131649"], ["updated_at", "2019-02-12 21:24:28.131649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.133383"], ["updated_at", "2019-02-12 21:24:28.133383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.135089"], ["updated_at", "2019-02-12 21:24:28.135089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.136832"], ["updated_at", "2019-02-12 21:24:28.136832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.138771"], ["updated_at", "2019-02-12 21:24:28.138771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.141280"], ["updated_at", "2019-02-12 21:24:28.141280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.143364"], ["updated_at", "2019-02-12 21:24:28.143364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.145119"], ["updated_at", "2019-02-12 21:24:28.145119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.146769"], ["updated_at", "2019-02-12 21:24:28.146769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.148425"], ["updated_at", "2019-02-12 21:24:28.148425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.150280"], ["updated_at", "2019-02-12 21:24:28.150280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.153078"], ["updated_at", "2019-02-12 21:24:28.153078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.160815"], ["updated_at", "2019-02-12 21:24:28.160815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.167224"], ["updated_at", "2019-02-12 21:24:28.167224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (1.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.174837"], ["updated_at", "2019-02-12 21:24:28.174837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.180743"], ["updated_at", "2019-02-12 21:24:28.180743"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.189074"], ["updated_at", "2019-02-12 21:24:28.189074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.193571"], ["updated_at", "2019-02-12 21:24:28.193571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (1.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.199556"], ["updated_at", "2019-02-12 21:24:28.199556"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.211939"], ["updated_at", "2019-02-12 21:24:28.211939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.217701"], ["updated_at", "2019-02-12 21:24:28.217701"]]  (2.5ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.228391"], ["updated_at", "2019-02-12 21:24:28.228391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.244338"], ["updated_at", "2019-02-12 21:24:28.244338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.246555"], ["updated_at", "2019-02-12 21:24:28.246555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.248746"], ["updated_at", "2019-02-12 21:24:28.248746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.251349"], ["updated_at", "2019-02-12 21:24:28.251349"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.255342"], ["updated_at", "2019-02-12 21:24:28.255342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.259569"], ["updated_at", "2019-02-12 21:24:28.259569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.262612"], ["updated_at", "2019-02-12 21:24:28.262612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.267150"], ["updated_at", "2019-02-12 21:24:28.267150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.275499"], ["updated_at", "2019-02-12 21:24:28.275499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.279665"], ["updated_at", "2019-02-12 21:24:28.279665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.283466"], ["updated_at", "2019-02-12 21:24:28.283466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.287080"], ["updated_at", "2019-02-12 21:24:28.287080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.290709"], ["updated_at", "2019-02-12 21:24:28.290709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.293764"], ["updated_at", "2019-02-12 21:24:28.293764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.296468"], ["updated_at", "2019-02-12 21:24:28.296468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.299599"], ["updated_at", "2019-02-12 21:24:28.299599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.302196"], ["updated_at", "2019-02-12 21:24:28.302196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.305447"], ["updated_at", "2019-02-12 21:24:28.305447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.308584"], ["updated_at", "2019-02-12 21:24:28.308584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.313275"], ["updated_at", "2019-02-12 21:24:28.313275"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.316376"], ["updated_at", "2019-02-12 21:24:28.316376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.318880"], ["updated_at", "2019-02-12 21:24:28.318880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.322405"], ["updated_at", "2019-02-12 21:24:28.322405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.325425"], ["updated_at", "2019-02-12 21:24:28.325425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.328298"], ["updated_at", "2019-02-12 21:24:28.328298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.331569"], ["updated_at", "2019-02-12 21:24:28.331569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.334711"], ["updated_at", "2019-02-12 21:24:28.334711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.337910"], ["updated_at", "2019-02-12 21:24:28.337910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.341813"], ["updated_at", "2019-02-12 21:24:28.341813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.344705"], ["updated_at", "2019-02-12 21:24:28.344705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.348016"], ["updated_at", "2019-02-12 21:24:28.348016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.350835"], ["updated_at", "2019-02-12 21:24:28.350835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.355733"], ["updated_at", "2019-02-12 21:24:28.355733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.358915"], ["updated_at", "2019-02-12 21:24:28.358915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.364958"], ["updated_at", "2019-02-12 21:24:28.364958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.366792"], ["updated_at", "2019-02-12 21:24:28.366792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.368429"], ["updated_at", "2019-02-12 21:24:28.368429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.370725"], ["updated_at", "2019-02-12 21:24:28.370725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.372617"], ["updated_at", "2019-02-12 21:24:28.372617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.374536"], ["updated_at", "2019-02-12 21:24:28.374536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.376292"], ["updated_at", "2019-02-12 21:24:28.376292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.377930"], ["updated_at", "2019-02-12 21:24:28.377930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.379561"], ["updated_at", "2019-02-12 21:24:28.379561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.381449"], ["updated_at", "2019-02-12 21:24:28.381449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.383161"], ["updated_at", "2019-02-12 21:24:28.383161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.385915"], ["updated_at", "2019-02-12 21:24:28.385915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.389006"], ["updated_at", "2019-02-12 21:24:28.389006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.393258"], ["updated_at", "2019-02-12 21:24:28.393258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.395563"], ["updated_at", "2019-02-12 21:24:28.395563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.399535"], ["updated_at", "2019-02-12 21:24:28.399535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.403592"], ["updated_at", "2019-02-12 21:24:28.403592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.411804"], ["updated_at", "2019-02-12 21:24:28.411804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.415612"], ["updated_at", "2019-02-12 21:24:28.415612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.419132"], ["updated_at", "2019-02-12 21:24:28.419132"]]  (0.6ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.427282"], ["updated_at", "2019-02-12 21:24:28.427282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.430929"], ["updated_at", "2019-02-12 21:24:28.430929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.434560"], ["updated_at", "2019-02-12 21:24:28.434560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.441127"], ["updated_at", "2019-02-12 21:24:28.441127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.445357"], ["updated_at", "2019-02-12 21:24:28.445357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.449137"], ["updated_at", "2019-02-12 21:24:28.449137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.452730"], ["updated_at", "2019-02-12 21:24:28.452730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.456846"], ["updated_at", "2019-02-12 21:24:28.456846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.460633"], ["updated_at", "2019-02-12 21:24:28.460633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.464478"], ["updated_at", "2019-02-12 21:24:28.464478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.468307"], ["updated_at", "2019-02-12 21:24:28.468307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.472403"], ["updated_at", "2019-02-12 21:24:28.472403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.476195"], ["updated_at", "2019-02-12 21:24:28.476195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.479832"], ["updated_at", "2019-02-12 21:24:28.479832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.483355"], ["updated_at", "2019-02-12 21:24:28.483355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.486990"], ["updated_at", "2019-02-12 21:24:28.486990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.491130"], ["updated_at", "2019-02-12 21:24:28.491130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.494801"], ["updated_at", "2019-02-12 21:24:28.494801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.498933"], ["updated_at", "2019-02-12 21:24:28.498933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.503393"], ["updated_at", "2019-02-12 21:24:28.503393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.507631"], ["updated_at", "2019-02-12 21:24:28.507631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.511602"], ["updated_at", "2019-02-12 21:24:28.511602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.515393"], ["updated_at", "2019-02-12 21:24:28.515393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.519068"], ["updated_at", "2019-02-12 21:24:28.519068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.526044"], ["updated_at", "2019-02-12 21:24:28.526044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.529989"], ["updated_at", "2019-02-12 21:24:28.529989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.533964"], ["updated_at", "2019-02-12 21:24:28.533964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.536767"], ["updated_at", "2019-02-12 21:24:28.536767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.538825"], ["updated_at", "2019-02-12 21:24:28.538825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.540541"], ["updated_at", "2019-02-12 21:24:28.540541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.542186"], ["updated_at", "2019-02-12 21:24:28.542186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.543940"], ["updated_at", "2019-02-12 21:24:28.543940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.545602"], ["updated_at", "2019-02-12 21:24:28.545602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.547207"], ["updated_at", "2019-02-12 21:24:28.547207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.549092"], ["updated_at", "2019-02-12 21:24:28.549092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.550953"], ["updated_at", "2019-02-12 21:24:28.550953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.552637"], ["updated_at", "2019-02-12 21:24:28.552637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.554814"], ["updated_at", "2019-02-12 21:24:28.554814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.557324"], ["updated_at", "2019-02-12 21:24:28.557324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.559357"], ["updated_at", "2019-02-12 21:24:28.559357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.561276"], ["updated_at", "2019-02-12 21:24:28.561276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.562963"], ["updated_at", "2019-02-12 21:24:28.562963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.564631"], ["updated_at", "2019-02-12 21:24:28.564631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.566343"], ["updated_at", "2019-02-12 21:24:28.566343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.568026"], ["updated_at", "2019-02-12 21:24:28.568026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.570005"], ["updated_at", "2019-02-12 21:24:28.570005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.572078"], ["updated_at", "2019-02-12 21:24:28.572078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.574018"], ["updated_at", "2019-02-12 21:24:28.574018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.575764"], ["updated_at", "2019-02-12 21:24:28.575764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.577465"], ["updated_at", "2019-02-12 21:24:28.577465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.579333"], ["updated_at", "2019-02-12 21:24:28.579333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (2.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.581241"], ["updated_at", "2019-02-12 21:24:28.581241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.585359"], ["updated_at", "2019-02-12 21:24:28.585359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.587371"], ["updated_at", "2019-02-12 21:24:28.587371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.589168"], ["updated_at", "2019-02-12 21:24:28.589168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.591041"], ["updated_at", "2019-02-12 21:24:28.591041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.592676"], ["updated_at", "2019-02-12 21:24:28.592676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.594292"], ["updated_at", "2019-02-12 21:24:28.594292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.596118"], ["updated_at", "2019-02-12 21:24:28.596118"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.598137"], ["updated_at", "2019-02-12 21:24:28.598137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.599933"], ["updated_at", "2019-02-12 21:24:28.599933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.601613"], ["updated_at", "2019-02-12 21:24:28.601613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.603489"], ["updated_at", "2019-02-12 21:24:28.603489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.605420"], ["updated_at", "2019-02-12 21:24:28.605420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.607254"], ["updated_at", "2019-02-12 21:24:28.607254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.609023"], ["updated_at", "2019-02-12 21:24:28.609023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.610573"], ["updated_at", "2019-02-12 21:24:28.610573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.612081"], ["updated_at", "2019-02-12 21:24:28.612081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.613797"], ["updated_at", "2019-02-12 21:24:28.613797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.615772"], ["updated_at", "2019-02-12 21:24:28.615772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.617674"], ["updated_at", "2019-02-12 21:24:28.617674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.619485"], ["updated_at", "2019-02-12 21:24:28.619485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.621299"], ["updated_at", "2019-02-12 21:24:28.621299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.622990"], ["updated_at", "2019-02-12 21:24:28.622990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.624622"], ["updated_at", "2019-02-12 21:24:28.624622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.626231"], ["updated_at", "2019-02-12 21:24:28.626231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.627754"], ["updated_at", "2019-02-12 21:24:28.627754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.629268"], ["updated_at", "2019-02-12 21:24:28.629268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.631114"], ["updated_at", "2019-02-12 21:24:28.631114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.632693"], ["updated_at", "2019-02-12 21:24:28.632693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.634227"], ["updated_at", "2019-02-12 21:24:28.634227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.635959"], ["updated_at", "2019-02-12 21:24:28.635959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.638006"], ["updated_at", "2019-02-12 21:24:28.638006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.639744"], ["updated_at", "2019-02-12 21:24:28.639744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.641491"], ["updated_at", "2019-02-12 21:24:28.641491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.643394"], ["updated_at", "2019-02-12 21:24:28.643394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.645032"], ["updated_at", "2019-02-12 21:24:28.645032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.646597"], ["updated_at", "2019-02-12 21:24:28.646597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.648243"], ["updated_at", "2019-02-12 21:24:28.648243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.649827"], ["updated_at", "2019-02-12 21:24:28.649827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.651581"], ["updated_at", "2019-02-12 21:24:28.651581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.653697"], ["updated_at", "2019-02-12 21:24:28.653697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.655437"], ["updated_at", "2019-02-12 21:24:28.655437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.657015"], ["updated_at", "2019-02-12 21:24:28.657015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.658587"], ["updated_at", "2019-02-12 21:24:28.658587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.660320"], ["updated_at", "2019-02-12 21:24:28.660320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.665470"], ["updated_at", "2019-02-12 21:24:28.665470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.667763"], ["updated_at", "2019-02-12 21:24:28.667763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.669579"], ["updated_at", "2019-02-12 21:24:28.669579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.674766"], ["updated_at", "2019-02-12 21:24:28.674766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.677146"], ["updated_at", "2019-02-12 21:24:28.677146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.680015"], ["updated_at", "2019-02-12 21:24:28.680015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.683823"], ["updated_at", "2019-02-12 21:24:28.683823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.686515"], ["updated_at", "2019-02-12 21:24:28.686515"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.688862"], ["updated_at", "2019-02-12 21:24:28.688862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.690554"], ["updated_at", "2019-02-12 21:24:28.690554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.692217"], ["updated_at", "2019-02-12 21:24:28.692217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.693940"], ["updated_at", "2019-02-12 21:24:28.693940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.696277"], ["updated_at", "2019-02-12 21:24:28.696277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.697940"], ["updated_at", "2019-02-12 21:24:28.697940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.700471"], ["updated_at", "2019-02-12 21:24:28.700471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.702995"], ["updated_at", "2019-02-12 21:24:28.702995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.705244"], ["updated_at", "2019-02-12 21:24:28.705244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.708227"], ["updated_at", "2019-02-12 21:24:28.708227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.710132"], ["updated_at", "2019-02-12 21:24:28.710132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.712065"], ["updated_at", "2019-02-12 21:24:28.712065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.713787"], ["updated_at", "2019-02-12 21:24:28.713787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.715470"], ["updated_at", "2019-02-12 21:24:28.715470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.717142"], ["updated_at", "2019-02-12 21:24:28.717142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.718806"], ["updated_at", "2019-02-12 21:24:28.718806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.723179"], ["updated_at", "2019-02-12 21:24:28.723179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.724970"], ["updated_at", "2019-02-12 21:24:28.724970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.726642"], ["updated_at", "2019-02-12 21:24:28.726642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.728233"], ["updated_at", "2019-02-12 21:24:28.728233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.729824"], ["updated_at", "2019-02-12 21:24:28.729824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.731390"], ["updated_at", "2019-02-12 21:24:28.731390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.732976"], ["updated_at", "2019-02-12 21:24:28.732976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.734645"], ["updated_at", "2019-02-12 21:24:28.734645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.737022"], ["updated_at", "2019-02-12 21:24:28.737022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.740686"], ["updated_at", "2019-02-12 21:24:28.740686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.744925"], ["updated_at", "2019-02-12 21:24:28.744925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.750186"], ["updated_at", "2019-02-12 21:24:28.750186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.753634"], ["updated_at", "2019-02-12 21:24:28.753634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.761810"], ["updated_at", "2019-02-12 21:24:28.761810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.765534"], ["updated_at", "2019-02-12 21:24:28.765534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.769200"], ["updated_at", "2019-02-12 21:24:28.769200"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.775949"], ["updated_at", "2019-02-12 21:24:28.775949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.779503"], ["updated_at", "2019-02-12 21:24:28.779503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.783278"], ["updated_at", "2019-02-12 21:24:28.783278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.786475"], ["updated_at", "2019-02-12 21:24:28.786475"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.791504"], ["updated_at", "2019-02-12 21:24:28.791504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.802501"], ["updated_at", "2019-02-12 21:24:28.802501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.808881"], ["updated_at", "2019-02-12 21:24:28.808881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.812710"], ["updated_at", "2019-02-12 21:24:28.812710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.816433"], ["updated_at", "2019-02-12 21:24:28.816433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.820277"], ["updated_at", "2019-02-12 21:24:28.820277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 1.1ms)  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:28.837998"], ["updated_at", "2019-02-12 21:24:28.837998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:28.855599"], ["updated_at", "2019-02-12 21:24:28.855599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.860556"], ["updated_at", "2019-02-12 21:24:28.860556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.864832"], ["updated_at", "2019-02-12 21:24:28.864832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:28.878553"], ["updated_at", "2019-02-12 21:24:28.878553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.883336"], ["updated_at", "2019-02-12 21:24:28.883336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.885843"], ["updated_at", "2019-02-12 21:24:28.885843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.889452"], ["updated_at", "2019-02-12 21:24:28.889452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.891148"], ["updated_at", "2019-02-12 21:24:28.891148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.892816"], ["updated_at", "2019-02-12 21:24:28.892816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.894386"], ["updated_at", "2019-02-12 21:24:28.894386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.895979"], ["updated_at", "2019-02-12 21:24:28.895979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.898284"], ["updated_at", "2019-02-12 21:24:28.898284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.899903"], ["updated_at", "2019-02-12 21:24:28.899903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.901482"], ["updated_at", "2019-02-12 21:24:28.901482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.903577"], ["updated_at", "2019-02-12 21:24:28.903577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.905740"], ["updated_at", "2019-02-12 21:24:28.905740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.907766"], ["updated_at", "2019-02-12 21:24:28.907766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.910193"], ["updated_at", "2019-02-12 21:24:28.910193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.912423"], ["updated_at", "2019-02-12 21:24:28.912423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.914171"], ["updated_at", "2019-02-12 21:24:28.914171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.915793"], ["updated_at", "2019-02-12 21:24:28.915793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.917392"], ["updated_at", "2019-02-12 21:24:28.917392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.918949"], ["updated_at", "2019-02-12 21:24:28.918949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.921957"], ["updated_at", "2019-02-12 21:24:28.921957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.923890"], ["updated_at", "2019-02-12 21:24:28.923890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.925589"], ["updated_at", "2019-02-12 21:24:28.925589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.927293"], ["updated_at", "2019-02-12 21:24:28.927293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.928942"], ["updated_at", "2019-02-12 21:24:28.928942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.930674"], ["updated_at", "2019-02-12 21:24:28.930674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.932500"], ["updated_at", "2019-02-12 21:24:28.932500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.936492"], ["updated_at", "2019-02-12 21:24:28.936492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.938617"], ["updated_at", "2019-02-12 21:24:28.938617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.940345"], ["updated_at", "2019-02-12 21:24:28.940345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.941961"], ["updated_at", "2019-02-12 21:24:28.941961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.943822"], ["updated_at", "2019-02-12 21:24:28.943822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.945592"], ["updated_at", "2019-02-12 21:24:28.945592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.947681"], ["updated_at", "2019-02-12 21:24:28.947681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.949341"], ["updated_at", "2019-02-12 21:24:28.949341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.950976"], ["updated_at", "2019-02-12 21:24:28.950976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.952530"], ["updated_at", "2019-02-12 21:24:28.952530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.954396"], ["updated_at", "2019-02-12 21:24:28.954396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.956311"], ["updated_at", "2019-02-12 21:24:28.956311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.958206"], ["updated_at", "2019-02-12 21:24:28.958206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.959905"], ["updated_at", "2019-02-12 21:24:28.959905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.962599"], ["updated_at", "2019-02-12 21:24:28.962599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.964396"], ["updated_at", "2019-02-12 21:24:28.964396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.965968"], ["updated_at", "2019-02-12 21:24:28.965968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.967732"], ["updated_at", "2019-02-12 21:24:28.967732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.969282"], ["updated_at", "2019-02-12 21:24:28.969282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.971445"], ["updated_at", "2019-02-12 21:24:28.971445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.973263"], ["updated_at", "2019-02-12 21:24:28.973263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.974925"], ["updated_at", "2019-02-12 21:24:28.974925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.976465"], ["updated_at", "2019-02-12 21:24:28.976465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.978402"], ["updated_at", "2019-02-12 21:24:28.978402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.980056"], ["updated_at", "2019-02-12 21:24:28.980056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.981576"], ["updated_at", "2019-02-12 21:24:28.981576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.983230"], ["updated_at", "2019-02-12 21:24:28.983230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.984860"], ["updated_at", "2019-02-12 21:24:28.984860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.986464"], ["updated_at", "2019-02-12 21:24:28.986464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.988256"], ["updated_at", "2019-02-12 21:24:28.988256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.990442"], ["updated_at", "2019-02-12 21:24:28.990442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.992499"], ["updated_at", "2019-02-12 21:24:28.992499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.994186"], ["updated_at", "2019-02-12 21:24:28.994186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.995793"], ["updated_at", "2019-02-12 21:24:28.995793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.997395"], ["updated_at", "2019-02-12 21:24:28.997395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:28.999062"], ["updated_at", "2019-02-12 21:24:28.999062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.000673"], ["updated_at", "2019-02-12 21:24:29.000673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.002423"], ["updated_at", "2019-02-12 21:24:29.002423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.004268"], ["updated_at", "2019-02-12 21:24:29.004268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.006009"], ["updated_at", "2019-02-12 21:24:29.006009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.007737"], ["updated_at", "2019-02-12 21:24:29.007737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.009363"], ["updated_at", "2019-02-12 21:24:29.009363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.011003"], ["updated_at", "2019-02-12 21:24:29.011003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.012650"], ["updated_at", "2019-02-12 21:24:29.012650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.014359"], ["updated_at", "2019-02-12 21:24:29.014359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.015987"], ["updated_at", "2019-02-12 21:24:29.015987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.017586"], ["updated_at", "2019-02-12 21:24:29.017586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.019412"], ["updated_at", "2019-02-12 21:24:29.019412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.021158"], ["updated_at", "2019-02-12 21:24:29.021158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.022740"], ["updated_at", "2019-02-12 21:24:29.022740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.024404"], ["updated_at", "2019-02-12 21:24:29.024404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.026151"], ["updated_at", "2019-02-12 21:24:29.026151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.029382"], ["updated_at", "2019-02-12 21:24:29.029382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.031956"], ["updated_at", "2019-02-12 21:24:29.031956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.033679"], ["updated_at", "2019-02-12 21:24:29.033679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.035351"], ["updated_at", "2019-02-12 21:24:29.035351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.039537"], ["updated_at", "2019-02-12 21:24:29.039537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.041507"], ["updated_at", "2019-02-12 21:24:29.041507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.043532"], ["updated_at", "2019-02-12 21:24:29.043532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.045268"], ["updated_at", "2019-02-12 21:24:29.045268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.046983"], ["updated_at", "2019-02-12 21:24:29.046983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.051917"], ["updated_at", "2019-02-12 21:24:29.051917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.054278"], ["updated_at", "2019-02-12 21:24:29.054278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.056396"], ["updated_at", "2019-02-12 21:24:29.056396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.058424"], ["updated_at", "2019-02-12 21:24:29.058424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.060709"], ["updated_at", "2019-02-12 21:24:29.060709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.062624"], ["updated_at", "2019-02-12 21:24:29.062624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.064330"], ["updated_at", "2019-02-12 21:24:29.064330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.066145"], ["updated_at", "2019-02-12 21:24:29.066145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.067878"], ["updated_at", "2019-02-12 21:24:29.067878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.069778"], ["updated_at", "2019-02-12 21:24:29.069778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.072014"], ["updated_at", "2019-02-12 21:24:29.072014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.074051"], ["updated_at", "2019-02-12 21:24:29.074051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.075794"], ["updated_at", "2019-02-12 21:24:29.075794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.077486"], ["updated_at", "2019-02-12 21:24:29.077486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.079238"], ["updated_at", "2019-02-12 21:24:29.079238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.080956"], ["updated_at", "2019-02-12 21:24:29.080956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.082841"], ["updated_at", "2019-02-12 21:24:29.082841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.084877"], ["updated_at", "2019-02-12 21:24:29.084877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.086659"], ["updated_at", "2019-02-12 21:24:29.086659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.089571"], ["updated_at", "2019-02-12 21:24:29.089571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.093362"], ["updated_at", "2019-02-12 21:24:29.093362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.097622"], ["updated_at", "2019-02-12 21:24:29.097622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.100956"], ["updated_at", "2019-02-12 21:24:29.100956"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.108759"], ["updated_at", "2019-02-12 21:24:29.108759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.112660"], ["updated_at", "2019-02-12 21:24:29.112660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.116530"], ["updated_at", "2019-02-12 21:24:29.116530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.120897"], ["updated_at", "2019-02-12 21:24:29.120897"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.124810"], ["updated_at", "2019-02-12 21:24:29.124810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.128999"], ["updated_at", "2019-02-12 21:24:29.128999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.133126"], ["updated_at", "2019-02-12 21:24:29.133126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (1.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.142103"], ["updated_at", "2019-02-12 21:24:29.142103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.148033"], ["updated_at", "2019-02-12 21:24:29.148033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.153385"], ["updated_at", "2019-02-12 21:24:29.153385"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.161521"], ["updated_at", "2019-02-12 21:24:29.161521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.166520"], ["updated_at", "2019-02-12 21:24:29.166520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.174445"], ["updated_at", "2019-02-12 21:24:29.174445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.179251"], ["updated_at", "2019-02-12 21:24:29.179251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.185358"], ["updated_at", "2019-02-12 21:24:29.185358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.191467"], ["updated_at", "2019-02-12 21:24:29.191467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.196256"], ["updated_at", "2019-02-12 21:24:29.196256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.202058"], ["updated_at", "2019-02-12 21:24:29.202058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.207503"], ["updated_at", "2019-02-12 21:24:29.207503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.212621"], ["updated_at", "2019-02-12 21:24:29.212621"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.218932"], ["updated_at", "2019-02-12 21:24:29.218932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.224344"], ["updated_at", "2019-02-12 21:24:29.224344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.227367"], ["updated_at", "2019-02-12 21:24:29.227367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.230284"], ["updated_at", "2019-02-12 21:24:29.230284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.232699"], ["updated_at", "2019-02-12 21:24:29.232699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.235267"], ["updated_at", "2019-02-12 21:24:29.235267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.238216"], ["updated_at", "2019-02-12 21:24:29.238216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.241008"], ["updated_at", "2019-02-12 21:24:29.241008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.244051"], ["updated_at", "2019-02-12 21:24:29.244051"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.246917"], ["updated_at", "2019-02-12 21:24:29.246917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.249464"], ["updated_at", "2019-02-12 21:24:29.249464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.252823"], ["updated_at", "2019-02-12 21:24:29.252823"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.255940"], ["updated_at", "2019-02-12 21:24:29.255940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.259105"], ["updated_at", "2019-02-12 21:24:29.259105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.261726"], ["updated_at", "2019-02-12 21:24:29.261726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.264386"], ["updated_at", "2019-02-12 21:24:29.264386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.267741"], ["updated_at", "2019-02-12 21:24:29.267741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.269601"], ["updated_at", "2019-02-12 21:24:29.269601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.271442"], ["updated_at", "2019-02-12 21:24:29.271442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.273067"], ["updated_at", "2019-02-12 21:24:29.273067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.274831"], ["updated_at", "2019-02-12 21:24:29.274831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.276543"], ["updated_at", "2019-02-12 21:24:29.276543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.278187"], ["updated_at", "2019-02-12 21:24:29.278187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.280145"], ["updated_at", "2019-02-12 21:24:29.280145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.281945"], ["updated_at", "2019-02-12 21:24:29.281945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.283646"], ["updated_at", "2019-02-12 21:24:29.283646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.285364"], ["updated_at", "2019-02-12 21:24:29.285364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.287459"], ["updated_at", "2019-02-12 21:24:29.287459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.289401"], ["updated_at", "2019-02-12 21:24:29.289401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.291221"], ["updated_at", "2019-02-12 21:24:29.291221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.293004"], ["updated_at", "2019-02-12 21:24:29.293004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.294788"], ["updated_at", "2019-02-12 21:24:29.294788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.296365"], ["updated_at", "2019-02-12 21:24:29.296365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.298054"], ["updated_at", "2019-02-12 21:24:29.298054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.299863"], ["updated_at", "2019-02-12 21:24:29.299863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.301571"], ["updated_at", "2019-02-12 21:24:29.301571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.303440"], ["updated_at", "2019-02-12 21:24:29.303440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.305499"], ["updated_at", "2019-02-12 21:24:29.305499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.307342"], ["updated_at", "2019-02-12 21:24:29.307342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.309185"], ["updated_at", "2019-02-12 21:24:29.309185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.311088"], ["updated_at", "2019-02-12 21:24:29.311088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.312918"], ["updated_at", "2019-02-12 21:24:29.312918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.314675"], ["updated_at", "2019-02-12 21:24:29.314675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.316457"], ["updated_at", "2019-02-12 21:24:29.316457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.318191"], ["updated_at", "2019-02-12 21:24:29.318191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.320106"], ["updated_at", "2019-02-12 21:24:29.320106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.322037"], ["updated_at", "2019-02-12 21:24:29.322037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.323786"], ["updated_at", "2019-02-12 21:24:29.323786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.325415"], ["updated_at", "2019-02-12 21:24:29.325415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.327177"], ["updated_at", "2019-02-12 21:24:29.327177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.328956"], ["updated_at", "2019-02-12 21:24:29.328956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.330563"], ["updated_at", "2019-02-12 21:24:29.330563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.332210"], ["updated_at", "2019-02-12 21:24:29.332210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.333896"], ["updated_at", "2019-02-12 21:24:29.333896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.335500"], ["updated_at", "2019-02-12 21:24:29.335500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.337361"], ["updated_at", "2019-02-12 21:24:29.337361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.339448"], ["updated_at", "2019-02-12 21:24:29.339448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.341214"], ["updated_at", "2019-02-12 21:24:29.341214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.342845"], ["updated_at", "2019-02-12 21:24:29.342845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.344640"], ["updated_at", "2019-02-12 21:24:29.344640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.346285"], ["updated_at", "2019-02-12 21:24:29.346285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.347904"], ["updated_at", "2019-02-12 21:24:29.347904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.349768"], ["updated_at", "2019-02-12 21:24:29.349768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.351733"], ["updated_at", "2019-02-12 21:24:29.351733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.353706"], ["updated_at", "2019-02-12 21:24:29.353706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.355522"], ["updated_at", "2019-02-12 21:24:29.355522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.357392"], ["updated_at", "2019-02-12 21:24:29.357392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.359151"], ["updated_at", "2019-02-12 21:24:29.359151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.361114"], ["updated_at", "2019-02-12 21:24:29.361114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.363027"], ["updated_at", "2019-02-12 21:24:29.363027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.364704"], ["updated_at", "2019-02-12 21:24:29.364704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.366360"], ["updated_at", "2019-02-12 21:24:29.366360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.368272"], ["updated_at", "2019-02-12 21:24:29.368272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.375850"], ["updated_at", "2019-02-12 21:24:29.375850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.377968"], ["updated_at", "2019-02-12 21:24:29.377968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.379884"], ["updated_at", "2019-02-12 21:24:29.379884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.381609"], ["updated_at", "2019-02-12 21:24:29.381609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.383233"], ["updated_at", "2019-02-12 21:24:29.383233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.385197"], ["updated_at", "2019-02-12 21:24:29.385197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.387221"], ["updated_at", "2019-02-12 21:24:29.387221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.389159"], ["updated_at", "2019-02-12 21:24:29.389159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.391049"], ["updated_at", "2019-02-12 21:24:29.391049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.392787"], ["updated_at", "2019-02-12 21:24:29.392787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.394463"], ["updated_at", "2019-02-12 21:24:29.394463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.396170"], ["updated_at", "2019-02-12 21:24:29.396170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.398003"], ["updated_at", "2019-02-12 21:24:29.398003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.399649"], ["updated_at", "2019-02-12 21:24:29.399649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.401294"], ["updated_at", "2019-02-12 21:24:29.401294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.403249"], ["updated_at", "2019-02-12 21:24:29.403249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.405349"], ["updated_at", "2019-02-12 21:24:29.405349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.407566"], ["updated_at", "2019-02-12 21:24:29.407566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.409604"], ["updated_at", "2019-02-12 21:24:29.409604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.413509"], ["updated_at", "2019-02-12 21:24:29.413509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.415220"], ["updated_at", "2019-02-12 21:24:29.415220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.416805"], ["updated_at", "2019-02-12 21:24:29.416805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.418341"], ["updated_at", "2019-02-12 21:24:29.418341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.420235"], ["updated_at", "2019-02-12 21:24:29.420235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.422003"], ["updated_at", "2019-02-12 21:24:29.422003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.423682"], ["updated_at", "2019-02-12 21:24:29.423682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.426259"], ["updated_at", "2019-02-12 21:24:29.426259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.428197"], ["updated_at", "2019-02-12 21:24:29.428197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.429940"], ["updated_at", "2019-02-12 21:24:29.429940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.431898"], ["updated_at", "2019-02-12 21:24:29.431898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.433578"], ["updated_at", "2019-02-12 21:24:29.433578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.435305"], ["updated_at", "2019-02-12 21:24:29.435305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.437243"], ["updated_at", "2019-02-12 21:24:29.437243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.439050"], ["updated_at", "2019-02-12 21:24:29.439050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.440756"], ["updated_at", "2019-02-12 21:24:29.440756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.443314"], ["updated_at", "2019-02-12 21:24:29.443314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.445146"], ["updated_at", "2019-02-12 21:24:29.445146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.446731"], ["updated_at", "2019-02-12 21:24:29.446731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.448338"], ["updated_at", "2019-02-12 21:24:29.448338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.449966"], ["updated_at", "2019-02-12 21:24:29.449966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.451492"], ["updated_at", "2019-02-12 21:24:29.451492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.453084"], ["updated_at", "2019-02-12 21:24:29.453084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.455194"], ["updated_at", "2019-02-12 21:24:29.455194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.457009"], ["updated_at", "2019-02-12 21:24:29.457009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.458713"], ["updated_at", "2019-02-12 21:24:29.458713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.460638"], ["updated_at", "2019-02-12 21:24:29.460638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.462416"], ["updated_at", "2019-02-12 21:24:29.462416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.463960"], ["updated_at", "2019-02-12 21:24:29.463960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.465596"], ["updated_at", "2019-02-12 21:24:29.465596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.467266"], ["updated_at", "2019-02-12 21:24:29.467266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.471993"], ["updated_at", "2019-02-12 21:24:29.471993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.476234"], ["updated_at", "2019-02-12 21:24:29.476234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.478030"], ["updated_at", "2019-02-12 21:24:29.478030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.479689"], ["updated_at", "2019-02-12 21:24:29.479689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.481250"], ["updated_at", "2019-02-12 21:24:29.481250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.482811"], ["updated_at", "2019-02-12 21:24:29.482811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.484499"], ["updated_at", "2019-02-12 21:24:29.484499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.486138"], ["updated_at", "2019-02-12 21:24:29.486138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.488153"], ["updated_at", "2019-02-12 21:24:29.488153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.490320"], ["updated_at", "2019-02-12 21:24:29.490320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.492208"], ["updated_at", "2019-02-12 21:24:29.492208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.493767"], ["updated_at", "2019-02-12 21:24:29.493767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.495378"], ["updated_at", "2019-02-12 21:24:29.495378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.496993"], ["updated_at", "2019-02-12 21:24:29.496993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.498552"], ["updated_at", "2019-02-12 21:24:29.498552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.500277"], ["updated_at", "2019-02-12 21:24:29.500277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.504095"], ["updated_at", "2019-02-12 21:24:29.504095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.508717"], ["updated_at", "2019-02-12 21:24:29.508717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.510473"], ["updated_at", "2019-02-12 21:24:29.510473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.512345"], ["updated_at", "2019-02-12 21:24:29.512345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.514047"], ["updated_at", "2019-02-12 21:24:29.514047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.515567"], ["updated_at", "2019-02-12 21:24:29.515567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.517281"], ["updated_at", "2019-02-12 21:24:29.517281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.519048"], ["updated_at", "2019-02-12 21:24:29.519048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.521120"], ["updated_at", "2019-02-12 21:24:29.521120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.522868"], ["updated_at", "2019-02-12 21:24:29.522868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.524770"], ["updated_at", "2019-02-12 21:24:29.524770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.526477"], ["updated_at", "2019-02-12 21:24:29.526477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.528069"], ["updated_at", "2019-02-12 21:24:29.528069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.531049"], ["updated_at", "2019-02-12 21:24:29.531049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.534162"], ["updated_at", "2019-02-12 21:24:29.534162"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.542837"], ["updated_at", "2019-02-12 21:24:29.542837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.546607"], ["updated_at", "2019-02-12 21:24:29.546607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.550458"], ["updated_at", "2019-02-12 21:24:29.550458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.554587"], ["updated_at", "2019-02-12 21:24:29.554587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.558430"], ["updated_at", "2019-02-12 21:24:29.558430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.561843"], ["updated_at", "2019-02-12 21:24:29.561843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.564257"], ["updated_at", "2019-02-12 21:24:29.564257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.567077"], ["updated_at", "2019-02-12 21:24:29.567077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.569949"], ["updated_at", "2019-02-12 21:24:29.569949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.572661"], ["updated_at", "2019-02-12 21:24:29.572661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.580621"], ["updated_at", "2019-02-12 21:24:29.580621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.583125"], ["updated_at", "2019-02-12 21:24:29.583125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.586254"], ["updated_at", "2019-02-12 21:24:29.586254"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.591535"], ["updated_at", "2019-02-12 21:24:29.591535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.594219"], ["updated_at", "2019-02-12 21:24:29.594219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.596766"], ["updated_at", "2019-02-12 21:24:29.596766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.599197"], ["updated_at", "2019-02-12 21:24:29.599197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.601590"], ["updated_at", "2019-02-12 21:24:29.601590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.605051"], ["updated_at", "2019-02-12 21:24:29.605051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.607625"], ["updated_at", "2019-02-12 21:24:29.607625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.609957"], ["updated_at", "2019-02-12 21:24:29.609957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.612588"], ["updated_at", "2019-02-12 21:24:29.612588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.614904"], ["updated_at", "2019-02-12 21:24:29.614904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.617464"], ["updated_at", "2019-02-12 21:24:29.617464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.619784"], ["updated_at", "2019-02-12 21:24:29.619784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.622563"], ["updated_at", "2019-02-12 21:24:29.622563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.625991"], ["updated_at", "2019-02-12 21:24:29.625991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.628454"], ["updated_at", "2019-02-12 21:24:29.628454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.630807"], ["updated_at", "2019-02-12 21:24:29.630807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.633135"], ["updated_at", "2019-02-12 21:24:29.633135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.635559"], ["updated_at", "2019-02-12 21:24:29.635559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.638195"], ["updated_at", "2019-02-12 21:24:29.638195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.641339"], ["updated_at", "2019-02-12 21:24:29.641339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.645001"], ["updated_at", "2019-02-12 21:24:29.645001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.647802"], ["updated_at", "2019-02-12 21:24:29.647802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.651176"], ["updated_at", "2019-02-12 21:24:29.651176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.654400"], ["updated_at", "2019-02-12 21:24:29.654400"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.657471"], ["updated_at", "2019-02-12 21:24:29.657471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.660000"], ["updated_at", "2019-02-12 21:24:29.660000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.662564"], ["updated_at", "2019-02-12 21:24:29.662564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.665475"], ["updated_at", "2019-02-12 21:24:29.665475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.667818"], ["updated_at", "2019-02-12 21:24:29.667818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.670300"], ["updated_at", "2019-02-12 21:24:29.670300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.672740"], ["updated_at", "2019-02-12 21:24:29.672740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.675417"], ["updated_at", "2019-02-12 21:24:29.675417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.677823"], ["updated_at", "2019-02-12 21:24:29.677823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.679688"], ["updated_at", "2019-02-12 21:24:29.679688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.681258"], ["updated_at", "2019-02-12 21:24:29.681258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.682838"], ["updated_at", "2019-02-12 21:24:29.682838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.684373"], ["updated_at", "2019-02-12 21:24:29.684373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.685980"], ["updated_at", "2019-02-12 21:24:29.685980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.688361"], ["updated_at", "2019-02-12 21:24:29.688361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.690391"], ["updated_at", "2019-02-12 21:24:29.690391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.692074"], ["updated_at", "2019-02-12 21:24:29.692074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.693834"], ["updated_at", "2019-02-12 21:24:29.693834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.695664"], ["updated_at", "2019-02-12 21:24:29.695664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.697346"], ["updated_at", "2019-02-12 21:24:29.697346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.699209"], ["updated_at", "2019-02-12 21:24:29.699209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.700920"], ["updated_at", "2019-02-12 21:24:29.700920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.702497"], ["updated_at", "2019-02-12 21:24:29.702497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.704208"], ["updated_at", "2019-02-12 21:24:29.704208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.705940"], ["updated_at", "2019-02-12 21:24:29.705940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.707623"], ["updated_at", "2019-02-12 21:24:29.707623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.709316"], ["updated_at", "2019-02-12 21:24:29.709316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.711090"], ["updated_at", "2019-02-12 21:24:29.711090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.712842"], ["updated_at", "2019-02-12 21:24:29.712842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.714458"], ["updated_at", "2019-02-12 21:24:29.714458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.716164"], ["updated_at", "2019-02-12 21:24:29.716164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.717802"], ["updated_at", "2019-02-12 21:24:29.717802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.719521"], ["updated_at", "2019-02-12 21:24:29.719521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.721481"], ["updated_at", "2019-02-12 21:24:29.721481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.723332"], ["updated_at", "2019-02-12 21:24:29.723332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.725074"], ["updated_at", "2019-02-12 21:24:29.725074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.726751"], ["updated_at", "2019-02-12 21:24:29.726751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.728567"], ["updated_at", "2019-02-12 21:24:29.728567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.730236"], ["updated_at", "2019-02-12 21:24:29.730236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.731978"], ["updated_at", "2019-02-12 21:24:29.731978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.733742"], ["updated_at", "2019-02-12 21:24:29.733742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.737646"], ["updated_at", "2019-02-12 21:24:29.737646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.739397"], ["updated_at", "2019-02-12 21:24:29.739397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.741181"], ["updated_at", "2019-02-12 21:24:29.741181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.742907"], ["updated_at", "2019-02-12 21:24:29.742907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.744721"], ["updated_at", "2019-02-12 21:24:29.744721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.746363"], ["updated_at", "2019-02-12 21:24:29.746363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.747932"], ["updated_at", "2019-02-12 21:24:29.747932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.749470"], ["updated_at", "2019-02-12 21:24:29.749470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.751070"], ["updated_at", "2019-02-12 21:24:29.751070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.752722"], ["updated_at", "2019-02-12 21:24:29.752722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.754506"], ["updated_at", "2019-02-12 21:24:29.754506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.756630"], ["updated_at", "2019-02-12 21:24:29.756630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.758303"], ["updated_at", "2019-02-12 21:24:29.758303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.759843"], ["updated_at", "2019-02-12 21:24:29.759843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.761377"], ["updated_at", "2019-02-12 21:24:29.761377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.762985"], ["updated_at", "2019-02-12 21:24:29.762985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.764522"], ["updated_at", "2019-02-12 21:24:29.764522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.766049"], ["updated_at", "2019-02-12 21:24:29.766049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.767757"], ["updated_at", "2019-02-12 21:24:29.767757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.770571"], ["updated_at", "2019-02-12 21:24:29.770571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.775189"], ["updated_at", "2019-02-12 21:24:29.775189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.778483"], ["updated_at", "2019-02-12 21:24:29.778483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.782652"], ["updated_at", "2019-02-12 21:24:29.782652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.784988"], ["updated_at", "2019-02-12 21:24:29.784988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.788774"], ["updated_at", "2019-02-12 21:24:29.788774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.794520"], ["updated_at", "2019-02-12 21:24:29.794520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.798039"], ["updated_at", "2019-02-12 21:24:29.798039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.800694"], ["updated_at", "2019-02-12 21:24:29.800694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.804581"], ["updated_at", "2019-02-12 21:24:29.804581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.808722"], ["updated_at", "2019-02-12 21:24:29.808722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.811039"], ["updated_at", "2019-02-12 21:24:29.811039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.813809"], ["updated_at", "2019-02-12 21:24:29.813809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.816266"], ["updated_at", "2019-02-12 21:24:29.816266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.819896"], ["updated_at", "2019-02-12 21:24:29.819896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.823408"], ["updated_at", "2019-02-12 21:24:29.823408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.826070"], ["updated_at", "2019-02-12 21:24:29.826070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.828438"], ["updated_at", "2019-02-12 21:24:29.828438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.831309"], ["updated_at", "2019-02-12 21:24:29.831309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 48ms (Views: 28.9ms | ActiveRecord: 1.2ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:29.890418"], ["updated_at", "2019-02-12 21:24:29.890418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:29.899489"], ["updated_at", "2019-02-12 21:24:29.899489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.904089"], ["updated_at", "2019-02-12 21:24:29.904089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.907411"], ["updated_at", "2019-02-12 21:24:29.907411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.910107"], ["updated_at", "2019-02-12 21:24:29.910107"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.914433"], ["updated_at", "2019-02-12 21:24:29.914433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.919234"], ["updated_at", "2019-02-12 21:24:29.919234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.923549"], ["updated_at", "2019-02-12 21:24:29.923549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.927002"], ["updated_at", "2019-02-12 21:24:29.927002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.929660"], ["updated_at", "2019-02-12 21:24:29.929660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.933379"], ["updated_at", "2019-02-12 21:24:29.933379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.935917"], ["updated_at", "2019-02-12 21:24:29.935917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:29.950681"], ["updated_at", "2019-02-12 21:24:29.950681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.954698"], ["updated_at", "2019-02-12 21:24:29.954698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1113@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:24:29.961042"], ["updated_at", "2019-02-12 21:24:29.962376"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:29.966775"], ["updated_at", "2019-02-12 21:24:29.966775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.970407"], ["updated_at", "2019-02-12 21:24:29.970407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1114@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:24:29.974214"], ["updated_at", "2019-02-12 21:24:29.976112"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1114@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:24:29.982683"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:29.991246"], ["updated_at", "2019-02-12 21:24:29.991246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:29.994592"], ["updated_at", "2019-02-12 21:24:29.994592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:29.997010"], ["updated_at", "2019-02-12 21:24:29.997010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:24:29.999816"], ["updated_at", "2019-02-12 21:24:29.999816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.007484"], ["updated_at", "2019-02-12 21:24:30.007484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.009909"], ["updated_at", "2019-02-12 21:24:30.009909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1117@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:24:30.014491"], ["updated_at", "2019-02-12 21:24:30.015407"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.019924"], ["updated_at", "2019-02-12 21:24:30.019924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.022414"], ["updated_at", "2019-02-12 21:24:30.022414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1118@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:24:30.026180"], ["updated_at", "2019-02-12 21:24:30.027144"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.030821"], ["updated_at", "2019-02-12 21:24:30.030821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.033162"], ["updated_at", "2019-02-12 21:24:30.033162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.039915"], ["updated_at", "2019-02-12 21:24:30.039915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.042578"], ["updated_at", "2019-02-12 21:24:30.042578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.055991"], ["updated_at", "2019-02-12 21:24:30.055991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.061698"], ["updated_at", "2019-02-12 21:24:30.061698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.068363"], ["updated_at", "2019-02-12 21:24:30.068363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.073194"], ["updated_at", "2019-02-12 21:24:30.073194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:24:30.077601"], ["updated_at", "2019-02-12 21:24:30.077601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.083004"], ["updated_at", "2019-02-12 21:24:30.083004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.085424"], ["updated_at", "2019-02-12 21:24:30.085424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.106871"], ["updated_at", "2019-02-12 21:24:30.106871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.110417"], ["updated_at", "2019-02-12 21:24:30.110417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:24:30.123275"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.130222"], ["updated_at", "2019-02-12 21:24:30.130222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.133406"], ["updated_at", "2019-02-12 21:24:30.133406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:24:30.134546"], ["updated_at", "2019-02-12 21:24:30.135785"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:24:30.146795"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:24:30.149389"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.5ms | ActiveRecord: 0.8ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.156482"], ["updated_at", "2019-02-12 21:24:30.156482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.160623"], ["updated_at", "2019-02-12 21:24:30.160623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 13ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.179432"], ["updated_at", "2019-02-12 21:24:30.179432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.182936"], ["updated_at", "2019-02-12 21:24:30.182936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:24:30.192313"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.197883"], ["updated_at", "2019-02-12 21:24:30.197883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.200977"], ["updated_at", "2019-02-12 21:24:30.200977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:24:30.206555"], ["updated_at", "2019-02-12 21:24:30.208038"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:24:30.210653"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 0.8ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.215822"], ["updated_at", "2019-02-12 21:24:30.215822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.219055"], ["updated_at", "2019-02-12 21:24:30.219055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.227078"], ["updated_at", "2019-02-12 21:24:30.227078"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:24:30.231223"], ["updated_at", "2019-02-12 21:24:30.231223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:24:30.233487"], ["updated_at", "2019-02-12 21:24:30.233487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:24:30.237343"], ["updated_at", "2019-02-12 21:24:30.237343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.4ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 16ms (Views: 0.3ms | ActiveRecord: 1.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.188412"], ["updated_at", "2019-02-12 21:28:07.188412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.209794"], ["updated_at", "2019-02-12 21:28:07.209794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:28:07.221570"], ["updated_at", "2019-02-12 21:28:07.222912"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.227104"], ["updated_at", "2019-02-12 21:28:07.227104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.229351"], ["updated_at", "2019-02-12 21:28:07.229351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "2@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:28:07.236429"], ["updated_at", "2019-02-12 21:28:07.237895"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.242240"], ["updated_at", "2019-02-12 21:28:07.242240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.244690"], ["updated_at", "2019-02-12 21:28:07.244690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.251333"], ["updated_at", "2019-02-12 21:28:07.251333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.253973"], ["updated_at", "2019-02-12 21:28:07.253973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "4@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:28:07.257150"], ["updated_at", "2019-02-12 21:28:07.258084"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.261250"], ["updated_at", "2019-02-12 21:28:07.261250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.263850"], ["updated_at", "2019-02-12 21:28:07.263850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:28:07.266654"], ["updated_at", "2019-02-12 21:28:07.267599"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:28:07.271788"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.276098"], ["updated_at", "2019-02-12 21:28:07.276098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.278474"], ["updated_at", "2019-02-12 21:28:07.278474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.279832"], ["updated_at", "2019-02-12 21:28:07.279832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:28:07.282864"], ["updated_at", "2019-02-12 21:28:07.282864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.288937"], ["updated_at", "2019-02-12 21:28:07.288937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.291550"], ["updated_at", "2019-02-12 21:28:07.291550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.309240"], ["updated_at", "2019-02-12 21:28:07.309240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.315186"], ["updated_at", "2019-02-12 21:28:07.315186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.317423"], ["updated_at", "2019-02-12 21:28:07.317423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.323758"], ["updated_at", "2019-02-12 21:28:07.323758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.329344"], ["updated_at", "2019-02-12 21:28:07.329344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.332102"], ["updated_at", "2019-02-12 21:28:07.332102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:28:07.334506"], ["updated_at", "2019-02-12 21:28:07.334506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:07.345877"], ["updated_at", "2019-02-12 21:28:07.345877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.349017"], ["updated_at", "2019-02-12 21:28:07.349017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.351040"], ["updated_at", "2019-02-12 21:28:07.351040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.352630"], ["updated_at", "2019-02-12 21:28:07.352630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.354113"], ["updated_at", "2019-02-12 21:28:07.354113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.355640"], ["updated_at", "2019-02-12 21:28:07.355640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.357537"], ["updated_at", "2019-02-12 21:28:07.357537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.359284"], ["updated_at", "2019-02-12 21:28:07.359284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.360892"], ["updated_at", "2019-02-12 21:28:07.360892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.362455"], ["updated_at", "2019-02-12 21:28:07.362455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.364354"], ["updated_at", "2019-02-12 21:28:07.364354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.367196"], ["updated_at", "2019-02-12 21:28:07.367196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.368827"], ["updated_at", "2019-02-12 21:28:07.368827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.370308"], ["updated_at", "2019-02-12 21:28:07.370308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.371856"], ["updated_at", "2019-02-12 21:28:07.371856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.373661"], ["updated_at", "2019-02-12 21:28:07.373661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.375220"], ["updated_at", "2019-02-12 21:28:07.375220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.376731"], ["updated_at", "2019-02-12 21:28:07.376731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.378506"], ["updated_at", "2019-02-12 21:28:07.378506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.380284"], ["updated_at", "2019-02-12 21:28:07.380284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.382842"], ["updated_at", "2019-02-12 21:28:07.382842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.384747"], ["updated_at", "2019-02-12 21:28:07.384747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.386340"], ["updated_at", "2019-02-12 21:28:07.386340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.387769"], ["updated_at", "2019-02-12 21:28:07.387769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.389362"], ["updated_at", "2019-02-12 21:28:07.389362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.390879"], ["updated_at", "2019-02-12 21:28:07.390879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.392383"], ["updated_at", "2019-02-12 21:28:07.392383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.393898"], ["updated_at", "2019-02-12 21:28:07.393898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.395667"], ["updated_at", "2019-02-12 21:28:07.395667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.397351"], ["updated_at", "2019-02-12 21:28:07.397351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.399208"], ["updated_at", "2019-02-12 21:28:07.399208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.400843"], ["updated_at", "2019-02-12 21:28:07.400843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.402995"], ["updated_at", "2019-02-12 21:28:07.402995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.404689"], ["updated_at", "2019-02-12 21:28:07.404689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.406280"], ["updated_at", "2019-02-12 21:28:07.406280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.407965"], ["updated_at", "2019-02-12 21:28:07.407965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.409528"], ["updated_at", "2019-02-12 21:28:07.409528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.410980"], ["updated_at", "2019-02-12 21:28:07.410980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.412573"], ["updated_at", "2019-02-12 21:28:07.412573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.414033"], ["updated_at", "2019-02-12 21:28:07.414033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.416532"], ["updated_at", "2019-02-12 21:28:07.416532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.418483"], ["updated_at", "2019-02-12 21:28:07.418483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.420267"], ["updated_at", "2019-02-12 21:28:07.420267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.421803"], ["updated_at", "2019-02-12 21:28:07.421803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.423324"], ["updated_at", "2019-02-12 21:28:07.423324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.424839"], ["updated_at", "2019-02-12 21:28:07.424839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.426295"], ["updated_at", "2019-02-12 21:28:07.426295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.427740"], ["updated_at", "2019-02-12 21:28:07.427740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.429310"], ["updated_at", "2019-02-12 21:28:07.429310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.431734"], ["updated_at", "2019-02-12 21:28:07.431734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.433519"], ["updated_at", "2019-02-12 21:28:07.433519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.435109"], ["updated_at", "2019-02-12 21:28:07.435109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.436654"], ["updated_at", "2019-02-12 21:28:07.436654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.438179"], ["updated_at", "2019-02-12 21:28:07.438179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.439716"], ["updated_at", "2019-02-12 21:28:07.439716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.441329"], ["updated_at", "2019-02-12 21:28:07.441329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.443004"], ["updated_at", "2019-02-12 21:28:07.443004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.444582"], ["updated_at", "2019-02-12 21:28:07.444582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.446148"], ["updated_at", "2019-02-12 21:28:07.446148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.447906"], ["updated_at", "2019-02-12 21:28:07.447906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.450272"], ["updated_at", "2019-02-12 21:28:07.450272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.451870"], ["updated_at", "2019-02-12 21:28:07.451870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.454161"], ["updated_at", "2019-02-12 21:28:07.454161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.455864"], ["updated_at", "2019-02-12 21:28:07.455864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.457429"], ["updated_at", "2019-02-12 21:28:07.457429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.458994"], ["updated_at", "2019-02-12 21:28:07.458994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.460652"], ["updated_at", "2019-02-12 21:28:07.460652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.462229"], ["updated_at", "2019-02-12 21:28:07.462229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.464006"], ["updated_at", "2019-02-12 21:28:07.464006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.466394"], ["updated_at", "2019-02-12 21:28:07.466394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.468070"], ["updated_at", "2019-02-12 21:28:07.468070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.469703"], ["updated_at", "2019-02-12 21:28:07.469703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.471312"], ["updated_at", "2019-02-12 21:28:07.471312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.472870"], ["updated_at", "2019-02-12 21:28:07.472870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.474361"], ["updated_at", "2019-02-12 21:28:07.474361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.476052"], ["updated_at", "2019-02-12 21:28:07.476052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.477699"], ["updated_at", "2019-02-12 21:28:07.477699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.479512"], ["updated_at", "2019-02-12 21:28:07.479512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.481647"], ["updated_at", "2019-02-12 21:28:07.481647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.483770"], ["updated_at", "2019-02-12 21:28:07.483770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.485440"], ["updated_at", "2019-02-12 21:28:07.485440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.487109"], ["updated_at", "2019-02-12 21:28:07.487109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.488894"], ["updated_at", "2019-02-12 21:28:07.488894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.490563"], ["updated_at", "2019-02-12 21:28:07.490563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.492178"], ["updated_at", "2019-02-12 21:28:07.492178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.493902"], ["updated_at", "2019-02-12 21:28:07.493902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.495744"], ["updated_at", "2019-02-12 21:28:07.495744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.497516"], ["updated_at", "2019-02-12 21:28:07.497516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.502043"], ["updated_at", "2019-02-12 21:28:07.502043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.503755"], ["updated_at", "2019-02-12 21:28:07.503755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.505420"], ["updated_at", "2019-02-12 21:28:07.505420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.506972"], ["updated_at", "2019-02-12 21:28:07.506972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.508493"], ["updated_at", "2019-02-12 21:28:07.508493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.510077"], ["updated_at", "2019-02-12 21:28:07.510077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.511739"], ["updated_at", "2019-02-12 21:28:07.511739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.513379"], ["updated_at", "2019-02-12 21:28:07.513379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.515628"], ["updated_at", "2019-02-12 21:28:07.515628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.517469"], ["updated_at", "2019-02-12 21:28:07.517469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.519076"], ["updated_at", "2019-02-12 21:28:07.519076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.520738"], ["updated_at", "2019-02-12 21:28:07.520738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.522425"], ["updated_at", "2019-02-12 21:28:07.522425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.524205"], ["updated_at", "2019-02-12 21:28:07.524205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.525764"], ["updated_at", "2019-02-12 21:28:07.525764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.527299"], ["updated_at", "2019-02-12 21:28:07.527299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.528960"], ["updated_at", "2019-02-12 21:28:07.528960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.530621"], ["updated_at", "2019-02-12 21:28:07.530621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.532938"], ["updated_at", "2019-02-12 21:28:07.532938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.534623"], ["updated_at", "2019-02-12 21:28:07.534623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.536382"], ["updated_at", "2019-02-12 21:28:07.536382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.537889"], ["updated_at", "2019-02-12 21:28:07.537889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.539474"], ["updated_at", "2019-02-12 21:28:07.539474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.541012"], ["updated_at", "2019-02-12 21:28:07.541012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.542498"], ["updated_at", "2019-02-12 21:28:07.542498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.543948"], ["updated_at", "2019-02-12 21:28:07.543948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.545462"], ["updated_at", "2019-02-12 21:28:07.545462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.547120"], ["updated_at", "2019-02-12 21:28:07.547120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.549488"], ["updated_at", "2019-02-12 21:28:07.549488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.551209"], ["updated_at", "2019-02-12 21:28:07.551209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.552803"], ["updated_at", "2019-02-12 21:28:07.552803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.554310"], ["updated_at", "2019-02-12 21:28:07.554310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.555819"], ["updated_at", "2019-02-12 21:28:07.555819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.557345"], ["updated_at", "2019-02-12 21:28:07.557345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.559030"], ["updated_at", "2019-02-12 21:28:07.559030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.560582"], ["updated_at", "2019-02-12 21:28:07.560582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.562087"], ["updated_at", "2019-02-12 21:28:07.562087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.563654"], ["updated_at", "2019-02-12 21:28:07.563654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.565954"], ["updated_at", "2019-02-12 21:28:07.565954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.567504"], ["updated_at", "2019-02-12 21:28:07.567504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.569041"], ["updated_at", "2019-02-12 21:28:07.569041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.570703"], ["updated_at", "2019-02-12 21:28:07.570703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.572210"], ["updated_at", "2019-02-12 21:28:07.572210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.573690"], ["updated_at", "2019-02-12 21:28:07.573690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.575191"], ["updated_at", "2019-02-12 21:28:07.575191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.576691"], ["updated_at", "2019-02-12 21:28:07.576691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.578152"], ["updated_at", "2019-02-12 21:28:07.578152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.579725"], ["updated_at", "2019-02-12 21:28:07.579725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.582112"], ["updated_at", "2019-02-12 21:28:07.582112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.583706"], ["updated_at", "2019-02-12 21:28:07.583706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.585204"], ["updated_at", "2019-02-12 21:28:07.585204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.586780"], ["updated_at", "2019-02-12 21:28:07.586780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.588657"], ["updated_at", "2019-02-12 21:28:07.588657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.590182"], ["updated_at", "2019-02-12 21:28:07.590182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.591683"], ["updated_at", "2019-02-12 21:28:07.591683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.593348"], ["updated_at", "2019-02-12 21:28:07.593348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.594941"], ["updated_at", "2019-02-12 21:28:07.594941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.596475"], ["updated_at", "2019-02-12 21:28:07.596475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.598394"], ["updated_at", "2019-02-12 21:28:07.598394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.600019"], ["updated_at", "2019-02-12 21:28:07.600019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.601556"], ["updated_at", "2019-02-12 21:28:07.601556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.603078"], ["updated_at", "2019-02-12 21:28:07.603078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.604927"], ["updated_at", "2019-02-12 21:28:07.604927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.606588"], ["updated_at", "2019-02-12 21:28:07.606588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.608040"], ["updated_at", "2019-02-12 21:28:07.608040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.609514"], ["updated_at", "2019-02-12 21:28:07.609514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.611018"], ["updated_at", "2019-02-12 21:28:07.611018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.612473"], ["updated_at", "2019-02-12 21:28:07.612473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.613904"], ["updated_at", "2019-02-12 21:28:07.613904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.616295"], ["updated_at", "2019-02-12 21:28:07.616295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.618032"], ["updated_at", "2019-02-12 21:28:07.618032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.619579"], ["updated_at", "2019-02-12 21:28:07.619579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.621213"], ["updated_at", "2019-02-12 21:28:07.621213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.622998"], ["updated_at", "2019-02-12 21:28:07.622998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.624576"], ["updated_at", "2019-02-12 21:28:07.624576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.626118"], ["updated_at", "2019-02-12 21:28:07.626118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.627814"], ["updated_at", "2019-02-12 21:28:07.627814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.629502"], ["updated_at", "2019-02-12 21:28:07.629502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.631740"], ["updated_at", "2019-02-12 21:28:07.631740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.633658"], ["updated_at", "2019-02-12 21:28:07.633658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.635281"], ["updated_at", "2019-02-12 21:28:07.635281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.636923"], ["updated_at", "2019-02-12 21:28:07.636923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.638648"], ["updated_at", "2019-02-12 21:28:07.638648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.640451"], ["updated_at", "2019-02-12 21:28:07.640451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.642059"], ["updated_at", "2019-02-12 21:28:07.642059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.643690"], ["updated_at", "2019-02-12 21:28:07.643690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.645437"], ["updated_at", "2019-02-12 21:28:07.645437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.647076"], ["updated_at", "2019-02-12 21:28:07.647076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.649452"], ["updated_at", "2019-02-12 21:28:07.649452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.651391"], ["updated_at", "2019-02-12 21:28:07.651391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.653643"], ["updated_at", "2019-02-12 21:28:07.653643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.655465"], ["updated_at", "2019-02-12 21:28:07.655465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.657108"], ["updated_at", "2019-02-12 21:28:07.657108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.658792"], ["updated_at", "2019-02-12 21:28:07.658792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.660428"], ["updated_at", "2019-02-12 21:28:07.660428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.662078"], ["updated_at", "2019-02-12 21:28:07.662078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.663947"], ["updated_at", "2019-02-12 21:28:07.663947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.666358"], ["updated_at", "2019-02-12 21:28:07.666358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.668195"], ["updated_at", "2019-02-12 21:28:07.668195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.669881"], ["updated_at", "2019-02-12 21:28:07.669881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.671481"], ["updated_at", "2019-02-12 21:28:07.671481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.676456"], ["updated_at", "2019-02-12 21:28:07.676456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.678016"], ["updated_at", "2019-02-12 21:28:07.678016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.679613"], ["updated_at", "2019-02-12 21:28:07.679613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.681825"], ["updated_at", "2019-02-12 21:28:07.681825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.683638"], ["updated_at", "2019-02-12 21:28:07.683638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.685262"], ["updated_at", "2019-02-12 21:28:07.685262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.687042"], ["updated_at", "2019-02-12 21:28:07.687042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.688631"], ["updated_at", "2019-02-12 21:28:07.688631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.690146"], ["updated_at", "2019-02-12 21:28:07.690146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.691675"], ["updated_at", "2019-02-12 21:28:07.691675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.693215"], ["updated_at", "2019-02-12 21:28:07.693215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.694742"], ["updated_at", "2019-02-12 21:28:07.694742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.696312"], ["updated_at", "2019-02-12 21:28:07.696312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.698449"], ["updated_at", "2019-02-12 21:28:07.698449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.700193"], ["updated_at", "2019-02-12 21:28:07.700193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.701807"], ["updated_at", "2019-02-12 21:28:07.701807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.703380"], ["updated_at", "2019-02-12 21:28:07.703380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.704964"], ["updated_at", "2019-02-12 21:28:07.704964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.706496"], ["updated_at", "2019-02-12 21:28:07.706496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.708025"], ["updated_at", "2019-02-12 21:28:07.708025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.709879"], ["updated_at", "2019-02-12 21:28:07.709879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.711545"], ["updated_at", "2019-02-12 21:28:07.711545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.713186"], ["updated_at", "2019-02-12 21:28:07.713186"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.715620"], ["updated_at", "2019-02-12 21:28:07.715620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.717578"], ["updated_at", "2019-02-12 21:28:07.717578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.719291"], ["updated_at", "2019-02-12 21:28:07.719291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.721147"], ["updated_at", "2019-02-12 21:28:07.721147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.722879"], ["updated_at", "2019-02-12 21:28:07.722879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.724554"], ["updated_at", "2019-02-12 21:28:07.724554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.726211"], ["updated_at", "2019-02-12 21:28:07.726211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.727899"], ["updated_at", "2019-02-12 21:28:07.727899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.729513"], ["updated_at", "2019-02-12 21:28:07.729513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.731081"], ["updated_at", "2019-02-12 21:28:07.731081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.733613"], ["updated_at", "2019-02-12 21:28:07.733613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.735362"], ["updated_at", "2019-02-12 21:28:07.735362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.737192"], ["updated_at", "2019-02-12 21:28:07.737192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.738797"], ["updated_at", "2019-02-12 21:28:07.738797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.740346"], ["updated_at", "2019-02-12 21:28:07.740346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.741839"], ["updated_at", "2019-02-12 21:28:07.741839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.743435"], ["updated_at", "2019-02-12 21:28:07.743435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.745154"], ["updated_at", "2019-02-12 21:28:07.745154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.746676"], ["updated_at", "2019-02-12 21:28:07.746676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.748969"], ["updated_at", "2019-02-12 21:28:07.748969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.750629"], ["updated_at", "2019-02-12 21:28:07.750629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.752125"], ["updated_at", "2019-02-12 21:28:07.752125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.753649"], ["updated_at", "2019-02-12 21:28:07.753649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.755948"], ["updated_at", "2019-02-12 21:28:07.755948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.757602"], ["updated_at", "2019-02-12 21:28:07.757602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.759068"], ["updated_at", "2019-02-12 21:28:07.759068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.760673"], ["updated_at", "2019-02-12 21:28:07.760673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.762149"], ["updated_at", "2019-02-12 21:28:07.762149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.763630"], ["updated_at", "2019-02-12 21:28:07.763630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.765876"], ["updated_at", "2019-02-12 21:28:07.765876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.767620"], ["updated_at", "2019-02-12 21:28:07.767620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.769214"], ["updated_at", "2019-02-12 21:28:07.769214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.770792"], ["updated_at", "2019-02-12 21:28:07.770792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.772410"], ["updated_at", "2019-02-12 21:28:07.772410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.773952"], ["updated_at", "2019-02-12 21:28:07.773952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.775501"], ["updated_at", "2019-02-12 21:28:07.775501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.777038"], ["updated_at", "2019-02-12 21:28:07.777038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.778711"], ["updated_at", "2019-02-12 21:28:07.778711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.780499"], ["updated_at", "2019-02-12 21:28:07.780499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.782853"], ["updated_at", "2019-02-12 21:28:07.782853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.784545"], ["updated_at", "2019-02-12 21:28:07.784545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.786085"], ["updated_at", "2019-02-12 21:28:07.786085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.787632"], ["updated_at", "2019-02-12 21:28:07.787632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.789308"], ["updated_at", "2019-02-12 21:28:07.789308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.791091"], ["updated_at", "2019-02-12 21:28:07.791091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.792693"], ["updated_at", "2019-02-12 21:28:07.792693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.794230"], ["updated_at", "2019-02-12 21:28:07.794230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.795830"], ["updated_at", "2019-02-12 21:28:07.795830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.797413"], ["updated_at", "2019-02-12 21:28:07.797413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.799275"], ["updated_at", "2019-02-12 21:28:07.799275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.800921"], ["updated_at", "2019-02-12 21:28:07.800921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.802896"], ["updated_at", "2019-02-12 21:28:07.802896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.804528"], ["updated_at", "2019-02-12 21:28:07.804528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.806119"], ["updated_at", "2019-02-12 21:28:07.806119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.807697"], ["updated_at", "2019-02-12 21:28:07.807697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.809286"], ["updated_at", "2019-02-12 21:28:07.809286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.810831"], ["updated_at", "2019-02-12 21:28:07.810831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.812421"], ["updated_at", "2019-02-12 21:28:07.812421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.814497"], ["updated_at", "2019-02-12 21:28:07.814497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.816457"], ["updated_at", "2019-02-12 21:28:07.816457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.818210"], ["updated_at", "2019-02-12 21:28:07.818210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.819908"], ["updated_at", "2019-02-12 21:28:07.819908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.821478"], ["updated_at", "2019-02-12 21:28:07.821478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.823029"], ["updated_at", "2019-02-12 21:28:07.823029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.824645"], ["updated_at", "2019-02-12 21:28:07.824645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.826540"], ["updated_at", "2019-02-12 21:28:07.826540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.828234"], ["updated_at", "2019-02-12 21:28:07.828234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.829878"], ["updated_at", "2019-02-12 21:28:07.829878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.832206"], ["updated_at", "2019-02-12 21:28:07.832206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.834369"], ["updated_at", "2019-02-12 21:28:07.834369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.836331"], ["updated_at", "2019-02-12 21:28:07.836331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.838189"], ["updated_at", "2019-02-12 21:28:07.838189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.842844"], ["updated_at", "2019-02-12 21:28:07.842844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.844462"], ["updated_at", "2019-02-12 21:28:07.844462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.845985"], ["updated_at", "2019-02-12 21:28:07.845985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.848371"], ["updated_at", "2019-02-12 21:28:07.848371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.850192"], ["updated_at", "2019-02-12 21:28:07.850192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.851728"], ["updated_at", "2019-02-12 21:28:07.851728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.854557"], ["updated_at", "2019-02-12 21:28:07.854557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.856913"], ["updated_at", "2019-02-12 21:28:07.856913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.858812"], ["updated_at", "2019-02-12 21:28:07.858812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.860609"], ["updated_at", "2019-02-12 21:28:07.860609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.862203"], ["updated_at", "2019-02-12 21:28:07.862203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.863688"], ["updated_at", "2019-02-12 21:28:07.863688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.866088"], ["updated_at", "2019-02-12 21:28:07.866088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.867763"], ["updated_at", "2019-02-12 21:28:07.867763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.869300"], ["updated_at", "2019-02-12 21:28:07.869300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.871018"], ["updated_at", "2019-02-12 21:28:07.871018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.872862"], ["updated_at", "2019-02-12 21:28:07.872862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.874413"], ["updated_at", "2019-02-12 21:28:07.874413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.875936"], ["updated_at", "2019-02-12 21:28:07.875936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.877484"], ["updated_at", "2019-02-12 21:28:07.877484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.879007"], ["updated_at", "2019-02-12 21:28:07.879007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.880545"], ["updated_at", "2019-02-12 21:28:07.880545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.882863"], ["updated_at", "2019-02-12 21:28:07.882863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.884699"], ["updated_at", "2019-02-12 21:28:07.884699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.886301"], ["updated_at", "2019-02-12 21:28:07.886301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.887921"], ["updated_at", "2019-02-12 21:28:07.887921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.889565"], ["updated_at", "2019-02-12 21:28:07.889565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.891080"], ["updated_at", "2019-02-12 21:28:07.891080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.892642"], ["updated_at", "2019-02-12 21:28:07.892642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.894218"], ["updated_at", "2019-02-12 21:28:07.894218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.895829"], ["updated_at", "2019-02-12 21:28:07.895829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.897456"], ["updated_at", "2019-02-12 21:28:07.897456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.899246"], ["updated_at", "2019-02-12 21:28:07.899246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.900934"], ["updated_at", "2019-02-12 21:28:07.900934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.902546"], ["updated_at", "2019-02-12 21:28:07.902546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.904058"], ["updated_at", "2019-02-12 21:28:07.904058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.905858"], ["updated_at", "2019-02-12 21:28:07.905858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.907638"], ["updated_at", "2019-02-12 21:28:07.907638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.909208"], ["updated_at", "2019-02-12 21:28:07.909208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.910745"], ["updated_at", "2019-02-12 21:28:07.910745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.912301"], ["updated_at", "2019-02-12 21:28:07.912301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.913928"], ["updated_at", "2019-02-12 21:28:07.913928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.916333"], ["updated_at", "2019-02-12 21:28:07.916333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.918177"], ["updated_at", "2019-02-12 21:28:07.918177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.919893"], ["updated_at", "2019-02-12 21:28:07.919893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.921448"], ["updated_at", "2019-02-12 21:28:07.921448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.923151"], ["updated_at", "2019-02-12 21:28:07.923151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.924733"], ["updated_at", "2019-02-12 21:28:07.924733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.926206"], ["updated_at", "2019-02-12 21:28:07.926206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.927699"], ["updated_at", "2019-02-12 21:28:07.927699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.929237"], ["updated_at", "2019-02-12 21:28:07.929237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.931249"], ["updated_at", "2019-02-12 21:28:07.931249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.933429"], ["updated_at", "2019-02-12 21:28:07.933429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.935076"], ["updated_at", "2019-02-12 21:28:07.935076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.936633"], ["updated_at", "2019-02-12 21:28:07.936633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.938116"], ["updated_at", "2019-02-12 21:28:07.938116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.939701"], ["updated_at", "2019-02-12 21:28:07.939701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.941589"], ["updated_at", "2019-02-12 21:28:07.941589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.943438"], ["updated_at", "2019-02-12 21:28:07.943438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.944991"], ["updated_at", "2019-02-12 21:28:07.944991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.947011"], ["updated_at", "2019-02-12 21:28:07.947011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.949273"], ["updated_at", "2019-02-12 21:28:07.949273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.951072"], ["updated_at", "2019-02-12 21:28:07.951072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.952940"], ["updated_at", "2019-02-12 21:28:07.952940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.954650"], ["updated_at", "2019-02-12 21:28:07.954650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.956234"], ["updated_at", "2019-02-12 21:28:07.956234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.957867"], ["updated_at", "2019-02-12 21:28:07.957867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.959454"], ["updated_at", "2019-02-12 21:28:07.959454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.960982"], ["updated_at", "2019-02-12 21:28:07.960982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.962514"], ["updated_at", "2019-02-12 21:28:07.962514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.964135"], ["updated_at", "2019-02-12 21:28:07.964135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.967031"], ["updated_at", "2019-02-12 21:28:07.967031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.969019"], ["updated_at", "2019-02-12 21:28:07.969019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.970785"], ["updated_at", "2019-02-12 21:28:07.970785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.972369"], ["updated_at", "2019-02-12 21:28:07.972369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.973917"], ["updated_at", "2019-02-12 21:28:07.973917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.975498"], ["updated_at", "2019-02-12 21:28:07.975498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.977249"], ["updated_at", "2019-02-12 21:28:07.977249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.978784"], ["updated_at", "2019-02-12 21:28:07.978784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.980374"], ["updated_at", "2019-02-12 21:28:07.980374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.982727"], ["updated_at", "2019-02-12 21:28:07.982727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.984475"], ["updated_at", "2019-02-12 21:28:07.984475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.986391"], ["updated_at", "2019-02-12 21:28:07.986391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.988465"], ["updated_at", "2019-02-12 21:28:07.988465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.990193"], ["updated_at", "2019-02-12 21:28:07.990193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.991933"], ["updated_at", "2019-02-12 21:28:07.991933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.993654"], ["updated_at", "2019-02-12 21:28:07.993654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.995267"], ["updated_at", "2019-02-12 21:28:07.995267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.996916"], ["updated_at", "2019-02-12 21:28:07.996916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:07.998766"], ["updated_at", "2019-02-12 21:28:07.998766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.000796"], ["updated_at", "2019-02-12 21:28:08.000796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.005389"], ["updated_at", "2019-02-12 21:28:08.005389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.007136"], ["updated_at", "2019-02-12 21:28:08.007136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.008660"], ["updated_at", "2019-02-12 21:28:08.008660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.010197"], ["updated_at", "2019-02-12 21:28:08.010197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.011850"], ["updated_at", "2019-02-12 21:28:08.011850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.013383"], ["updated_at", "2019-02-12 21:28:08.013383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.015656"], ["updated_at", "2019-02-12 21:28:08.015656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.017385"], ["updated_at", "2019-02-12 21:28:08.017385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.018993"], ["updated_at", "2019-02-12 21:28:08.018993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.020554"], ["updated_at", "2019-02-12 21:28:08.020554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.022175"], ["updated_at", "2019-02-12 21:28:08.022175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.024427"], ["updated_at", "2019-02-12 21:28:08.024427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.026037"], ["updated_at", "2019-02-12 21:28:08.026037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.027666"], ["updated_at", "2019-02-12 21:28:08.027666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.029301"], ["updated_at", "2019-02-12 21:28:08.029301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.030991"], ["updated_at", "2019-02-12 21:28:08.030991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.033290"], ["updated_at", "2019-02-12 21:28:08.033290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.035069"], ["updated_at", "2019-02-12 21:28:08.035069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.036672"], ["updated_at", "2019-02-12 21:28:08.036672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.038209"], ["updated_at", "2019-02-12 21:28:08.038209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.039747"], ["updated_at", "2019-02-12 21:28:08.039747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.041503"], ["updated_at", "2019-02-12 21:28:08.041503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.043109"], ["updated_at", "2019-02-12 21:28:08.043109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.044612"], ["updated_at", "2019-02-12 21:28:08.044612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.046240"], ["updated_at", "2019-02-12 21:28:08.046240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.048530"], ["updated_at", "2019-02-12 21:28:08.048530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 28ms (Views: 15.6ms | ActiveRecord: 0.8ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.084345"], ["updated_at", "2019-02-12 21:28:08.084345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.087049"], ["updated_at", "2019-02-12 21:28:08.087049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.088885"], ["updated_at", "2019-02-12 21:28:08.088885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.090538"], ["updated_at", "2019-02-12 21:28:08.090538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.092533"], ["updated_at", "2019-02-12 21:28:08.092533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.094420"], ["updated_at", "2019-02-12 21:28:08.094420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.096027"], ["updated_at", "2019-02-12 21:28:08.096027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.097844"], ["updated_at", "2019-02-12 21:28:08.097844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.099721"], ["updated_at", "2019-02-12 21:28:08.099721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.101413"], ["updated_at", "2019-02-12 21:28:08.101413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.103065"], ["updated_at", "2019-02-12 21:28:08.103065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.107305"], ["updated_at", "2019-02-12 21:28:08.107305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.109226"], ["updated_at", "2019-02-12 21:28:08.109226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.110903"], ["updated_at", "2019-02-12 21:28:08.110903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.112509"], ["updated_at", "2019-02-12 21:28:08.112509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.114738"], ["updated_at", "2019-02-12 21:28:08.114738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.116761"], ["updated_at", "2019-02-12 21:28:08.116761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.119214"], ["updated_at", "2019-02-12 21:28:08.119214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.121049"], ["updated_at", "2019-02-12 21:28:08.121049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.122815"], ["updated_at", "2019-02-12 21:28:08.122815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.124551"], ["updated_at", "2019-02-12 21:28:08.124551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.126207"], ["updated_at", "2019-02-12 21:28:08.126207"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.127912"], ["updated_at", "2019-02-12 21:28:08.127912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.130339"], ["updated_at", "2019-02-12 21:28:08.130339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.133592"], ["updated_at", "2019-02-12 21:28:08.133592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.135585"], ["updated_at", "2019-02-12 21:28:08.135585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.137457"], ["updated_at", "2019-02-12 21:28:08.137457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.139364"], ["updated_at", "2019-02-12 21:28:08.139364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.141199"], ["updated_at", "2019-02-12 21:28:08.141199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.142995"], ["updated_at", "2019-02-12 21:28:08.142995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.144807"], ["updated_at", "2019-02-12 21:28:08.144807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.146535"], ["updated_at", "2019-02-12 21:28:08.146535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.148960"], ["updated_at", "2019-02-12 21:28:08.148960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.151046"], ["updated_at", "2019-02-12 21:28:08.151046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.152845"], ["updated_at", "2019-02-12 21:28:08.152845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.154578"], ["updated_at", "2019-02-12 21:28:08.154578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.156255"], ["updated_at", "2019-02-12 21:28:08.156255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.157840"], ["updated_at", "2019-02-12 21:28:08.157840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.159332"], ["updated_at", "2019-02-12 21:28:08.159332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.160866"], ["updated_at", "2019-02-12 21:28:08.160866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.162550"], ["updated_at", "2019-02-12 21:28:08.162550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.164303"], ["updated_at", "2019-02-12 21:28:08.164303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.166481"], ["updated_at", "2019-02-12 21:28:08.166481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.168267"], ["updated_at", "2019-02-12 21:28:08.168267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.169888"], ["updated_at", "2019-02-12 21:28:08.169888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.171501"], ["updated_at", "2019-02-12 21:28:08.171501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.173285"], ["updated_at", "2019-02-12 21:28:08.173285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.175148"], ["updated_at", "2019-02-12 21:28:08.175148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.176910"], ["updated_at", "2019-02-12 21:28:08.176910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.178718"], ["updated_at", "2019-02-12 21:28:08.178718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.180584"], ["updated_at", "2019-02-12 21:28:08.180584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.183212"], ["updated_at", "2019-02-12 21:28:08.183212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.185337"], ["updated_at", "2019-02-12 21:28:08.185337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.187921"], ["updated_at", "2019-02-12 21:28:08.187921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.190345"], ["updated_at", "2019-02-12 21:28:08.190345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.193254"], ["updated_at", "2019-02-12 21:28:08.193254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.196121"], ["updated_at", "2019-02-12 21:28:08.196121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.198585"], ["updated_at", "2019-02-12 21:28:08.198585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.200845"], ["updated_at", "2019-02-12 21:28:08.200845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.203007"], ["updated_at", "2019-02-12 21:28:08.203007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.205380"], ["updated_at", "2019-02-12 21:28:08.205380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.207536"], ["updated_at", "2019-02-12 21:28:08.207536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.210291"], ["updated_at", "2019-02-12 21:28:08.210291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.212389"], ["updated_at", "2019-02-12 21:28:08.212389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.214735"], ["updated_at", "2019-02-12 21:28:08.214735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.217855"], ["updated_at", "2019-02-12 21:28:08.217855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.220603"], ["updated_at", "2019-02-12 21:28:08.220603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.222695"], ["updated_at", "2019-02-12 21:28:08.222695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.224986"], ["updated_at", "2019-02-12 21:28:08.224986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.226979"], ["updated_at", "2019-02-12 21:28:08.226979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.228925"], ["updated_at", "2019-02-12 21:28:08.228925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.231694"], ["updated_at", "2019-02-12 21:28:08.231694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.233985"], ["updated_at", "2019-02-12 21:28:08.233985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.236083"], ["updated_at", "2019-02-12 21:28:08.236083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.239107"], ["updated_at", "2019-02-12 21:28:08.239107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.241357"], ["updated_at", "2019-02-12 21:28:08.241357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.243561"], ["updated_at", "2019-02-12 21:28:08.243561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.245761"], ["updated_at", "2019-02-12 21:28:08.245761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.248578"], ["updated_at", "2019-02-12 21:28:08.248578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.251140"], ["updated_at", "2019-02-12 21:28:08.251140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.253382"], ["updated_at", "2019-02-12 21:28:08.253382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.255725"], ["updated_at", "2019-02-12 21:28:08.255725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.257826"], ["updated_at", "2019-02-12 21:28:08.257826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.260278"], ["updated_at", "2019-02-12 21:28:08.260278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.262551"], ["updated_at", "2019-02-12 21:28:08.262551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.264675"], ["updated_at", "2019-02-12 21:28:08.264675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.267209"], ["updated_at", "2019-02-12 21:28:08.267209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.269305"], ["updated_at", "2019-02-12 21:28:08.269305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.271530"], ["updated_at", "2019-02-12 21:28:08.271530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.273622"], ["updated_at", "2019-02-12 21:28:08.273622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.275795"], ["updated_at", "2019-02-12 21:28:08.275795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.277673"], ["updated_at", "2019-02-12 21:28:08.277673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.279890"], ["updated_at", "2019-02-12 21:28:08.279890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.282649"], ["updated_at", "2019-02-12 21:28:08.282649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.284985"], ["updated_at", "2019-02-12 21:28:08.284985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.293393"], ["updated_at", "2019-02-12 21:28:08.293393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.295194"], ["updated_at", "2019-02-12 21:28:08.295194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.296764"], ["updated_at", "2019-02-12 21:28:08.296764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.298542"], ["updated_at", "2019-02-12 21:28:08.298542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.300322"], ["updated_at", "2019-02-12 21:28:08.300322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.302272"], ["updated_at", "2019-02-12 21:28:08.302272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.303932"], ["updated_at", "2019-02-12 21:28:08.303932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.305551"], ["updated_at", "2019-02-12 21:28:08.305551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.307156"], ["updated_at", "2019-02-12 21:28:08.307156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.308704"], ["updated_at", "2019-02-12 21:28:08.308704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.310172"], ["updated_at", "2019-02-12 21:28:08.310172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.311745"], ["updated_at", "2019-02-12 21:28:08.311745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.314035"], ["updated_at", "2019-02-12 21:28:08.314035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.315927"], ["updated_at", "2019-02-12 21:28:08.315927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.317616"], ["updated_at", "2019-02-12 21:28:08.317616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.319466"], ["updated_at", "2019-02-12 21:28:08.319466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.321220"], ["updated_at", "2019-02-12 21:28:08.321220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.322999"], ["updated_at", "2019-02-12 21:28:08.322999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.324775"], ["updated_at", "2019-02-12 21:28:08.324775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.326380"], ["updated_at", "2019-02-12 21:28:08.326380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.327908"], ["updated_at", "2019-02-12 21:28:08.327908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.329469"], ["updated_at", "2019-02-12 21:28:08.329469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.331209"], ["updated_at", "2019-02-12 21:28:08.331209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.333466"], ["updated_at", "2019-02-12 21:28:08.333466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.335174"], ["updated_at", "2019-02-12 21:28:08.335174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.336999"], ["updated_at", "2019-02-12 21:28:08.336999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.338661"], ["updated_at", "2019-02-12 21:28:08.338661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.340330"], ["updated_at", "2019-02-12 21:28:08.340330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.341949"], ["updated_at", "2019-02-12 21:28:08.341949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.343566"], ["updated_at", "2019-02-12 21:28:08.343566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.345203"], ["updated_at", "2019-02-12 21:28:08.345203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.346812"], ["updated_at", "2019-02-12 21:28:08.346812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.349582"], ["updated_at", "2019-02-12 21:28:08.349582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.351675"], ["updated_at", "2019-02-12 21:28:08.351675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.353428"], ["updated_at", "2019-02-12 21:28:08.353428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.355051"], ["updated_at", "2019-02-12 21:28:08.355051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.356633"], ["updated_at", "2019-02-12 21:28:08.356633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.358369"], ["updated_at", "2019-02-12 21:28:08.358369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.360200"], ["updated_at", "2019-02-12 21:28:08.360200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.361956"], ["updated_at", "2019-02-12 21:28:08.361956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.363625"], ["updated_at", "2019-02-12 21:28:08.363625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.366065"], ["updated_at", "2019-02-12 21:28:08.366065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.367752"], ["updated_at", "2019-02-12 21:28:08.367752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.369327"], ["updated_at", "2019-02-12 21:28:08.369327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.371087"], ["updated_at", "2019-02-12 21:28:08.371087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.372800"], ["updated_at", "2019-02-12 21:28:08.372800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.374331"], ["updated_at", "2019-02-12 21:28:08.374331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.375922"], ["updated_at", "2019-02-12 21:28:08.375922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.377616"], ["updated_at", "2019-02-12 21:28:08.377616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.379613"], ["updated_at", "2019-02-12 21:28:08.379613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.382018"], ["updated_at", "2019-02-12 21:28:08.382018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.384105"], ["updated_at", "2019-02-12 21:28:08.384105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.385720"], ["updated_at", "2019-02-12 21:28:08.385720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.387381"], ["updated_at", "2019-02-12 21:28:08.387381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.388977"], ["updated_at", "2019-02-12 21:28:08.388977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.390601"], ["updated_at", "2019-02-12 21:28:08.390601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.392333"], ["updated_at", "2019-02-12 21:28:08.392333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.394006"], ["updated_at", "2019-02-12 21:28:08.394006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.395784"], ["updated_at", "2019-02-12 21:28:08.395784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.397591"], ["updated_at", "2019-02-12 21:28:08.397591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.399459"], ["updated_at", "2019-02-12 21:28:08.399459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.401118"], ["updated_at", "2019-02-12 21:28:08.401118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.402733"], ["updated_at", "2019-02-12 21:28:08.402733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.404680"], ["updated_at", "2019-02-12 21:28:08.404680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.406661"], ["updated_at", "2019-02-12 21:28:08.406661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.408350"], ["updated_at", "2019-02-12 21:28:08.408350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.409922"], ["updated_at", "2019-02-12 21:28:08.409922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.411526"], ["updated_at", "2019-02-12 21:28:08.411526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.413077"], ["updated_at", "2019-02-12 21:28:08.413077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.415543"], ["updated_at", "2019-02-12 21:28:08.415543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.417432"], ["updated_at", "2019-02-12 21:28:08.417432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.419263"], ["updated_at", "2019-02-12 21:28:08.419263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.420907"], ["updated_at", "2019-02-12 21:28:08.420907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.422616"], ["updated_at", "2019-02-12 21:28:08.422616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.424344"], ["updated_at", "2019-02-12 21:28:08.424344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.425950"], ["updated_at", "2019-02-12 21:28:08.425950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.427594"], ["updated_at", "2019-02-12 21:28:08.427594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.429289"], ["updated_at", "2019-02-12 21:28:08.429289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.431362"], ["updated_at", "2019-02-12 21:28:08.431362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.458731"], ["updated_at", "2019-02-12 21:28:08.458731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.461958"], ["updated_at", "2019-02-12 21:28:08.461958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.464609"], ["updated_at", "2019-02-12 21:28:08.464609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.467294"], ["updated_at", "2019-02-12 21:28:08.467294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.469595"], ["updated_at", "2019-02-12 21:28:08.469595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.471822"], ["updated_at", "2019-02-12 21:28:08.471822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.473997"], ["updated_at", "2019-02-12 21:28:08.473997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.476471"], ["updated_at", "2019-02-12 21:28:08.476471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.478514"], ["updated_at", "2019-02-12 21:28:08.478514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.481995"], ["updated_at", "2019-02-12 21:28:08.481995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.484077"], ["updated_at", "2019-02-12 21:28:08.484077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.486483"], ["updated_at", "2019-02-12 21:28:08.486483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.488987"], ["updated_at", "2019-02-12 21:28:08.488987"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.491720"], ["updated_at", "2019-02-12 21:28:08.491720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.494131"], ["updated_at", "2019-02-12 21:28:08.494131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.496209"], ["updated_at", "2019-02-12 21:28:08.496209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.498775"], ["updated_at", "2019-02-12 21:28:08.498775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.501080"], ["updated_at", "2019-02-12 21:28:08.501080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.503425"], ["updated_at", "2019-02-12 21:28:08.503425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.505800"], ["updated_at", "2019-02-12 21:28:08.505800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.507944"], ["updated_at", "2019-02-12 21:28:08.507944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.512773"], ["updated_at", "2019-02-12 21:28:08.512773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.515655"], ["updated_at", "2019-02-12 21:28:08.515655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.518083"], ["updated_at", "2019-02-12 21:28:08.518083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.520270"], ["updated_at", "2019-02-12 21:28:08.520270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.522846"], ["updated_at", "2019-02-12 21:28:08.522846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.525059"], ["updated_at", "2019-02-12 21:28:08.525059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.527167"], ["updated_at", "2019-02-12 21:28:08.527167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.529192"], ["updated_at", "2019-02-12 21:28:08.529192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.531840"], ["updated_at", "2019-02-12 21:28:08.531840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.534639"], ["updated_at", "2019-02-12 21:28:08.534639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.536907"], ["updated_at", "2019-02-12 21:28:08.536907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.539544"], ["updated_at", "2019-02-12 21:28:08.539544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.541766"], ["updated_at", "2019-02-12 21:28:08.541766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.543916"], ["updated_at", "2019-02-12 21:28:08.543916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.546277"], ["updated_at", "2019-02-12 21:28:08.546277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.549405"], ["updated_at", "2019-02-12 21:28:08.549405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.551759"], ["updated_at", "2019-02-12 21:28:08.551759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.576500"], ["updated_at", "2019-02-12 21:28:08.576500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.578163"], ["updated_at", "2019-02-12 21:28:08.578163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.580008"], ["updated_at", "2019-02-12 21:28:08.580008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.582363"], ["updated_at", "2019-02-12 21:28:08.582363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.584241"], ["updated_at", "2019-02-12 21:28:08.584241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.585948"], ["updated_at", "2019-02-12 21:28:08.585948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.587606"], ["updated_at", "2019-02-12 21:28:08.587606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.589286"], ["updated_at", "2019-02-12 21:28:08.589286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.591011"], ["updated_at", "2019-02-12 21:28:08.591011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.592787"], ["updated_at", "2019-02-12 21:28:08.592787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.594439"], ["updated_at", "2019-02-12 21:28:08.594439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.596009"], ["updated_at", "2019-02-12 21:28:08.596009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.597826"], ["updated_at", "2019-02-12 21:28:08.597826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.599498"], ["updated_at", "2019-02-12 21:28:08.599498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.601082"], ["updated_at", "2019-02-12 21:28:08.601082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.602676"], ["updated_at", "2019-02-12 21:28:08.602676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.604364"], ["updated_at", "2019-02-12 21:28:08.604364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.605934"], ["updated_at", "2019-02-12 21:28:08.605934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.607540"], ["updated_at", "2019-02-12 21:28:08.607540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.609097"], ["updated_at", "2019-02-12 21:28:08.609097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.610606"], ["updated_at", "2019-02-12 21:28:08.610606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.612093"], ["updated_at", "2019-02-12 21:28:08.612093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.613694"], ["updated_at", "2019-02-12 21:28:08.613694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.616228"], ["updated_at", "2019-02-12 21:28:08.616228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.617971"], ["updated_at", "2019-02-12 21:28:08.617971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.620060"], ["updated_at", "2019-02-12 21:28:08.620060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.621757"], ["updated_at", "2019-02-12 21:28:08.621757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.623308"], ["updated_at", "2019-02-12 21:28:08.623308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.624909"], ["updated_at", "2019-02-12 21:28:08.624909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.626563"], ["updated_at", "2019-02-12 21:28:08.626563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.628159"], ["updated_at", "2019-02-12 21:28:08.628159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.629732"], ["updated_at", "2019-02-12 21:28:08.629732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.632079"], ["updated_at", "2019-02-12 21:28:08.632079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.633804"], ["updated_at", "2019-02-12 21:28:08.633804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.635323"], ["updated_at", "2019-02-12 21:28:08.635323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.636940"], ["updated_at", "2019-02-12 21:28:08.636940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.638639"], ["updated_at", "2019-02-12 21:28:08.638639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.640416"], ["updated_at", "2019-02-12 21:28:08.640416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.642108"], ["updated_at", "2019-02-12 21:28:08.642108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.643696"], ["updated_at", "2019-02-12 21:28:08.643696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.645210"], ["updated_at", "2019-02-12 21:28:08.645210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.646692"], ["updated_at", "2019-02-12 21:28:08.646692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.648834"], ["updated_at", "2019-02-12 21:28:08.648834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.650813"], ["updated_at", "2019-02-12 21:28:08.650813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.652400"], ["updated_at", "2019-02-12 21:28:08.652400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.654519"], ["updated_at", "2019-02-12 21:28:08.654519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.656323"], ["updated_at", "2019-02-12 21:28:08.656323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.657841"], ["updated_at", "2019-02-12 21:28:08.657841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.659402"], ["updated_at", "2019-02-12 21:28:08.659402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.660964"], ["updated_at", "2019-02-12 21:28:08.660964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.662631"], ["updated_at", "2019-02-12 21:28:08.662631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.664894"], ["updated_at", "2019-02-12 21:28:08.664894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.667124"], ["updated_at", "2019-02-12 21:28:08.667124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.669080"], ["updated_at", "2019-02-12 21:28:08.669080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.670781"], ["updated_at", "2019-02-12 21:28:08.670781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.672515"], ["updated_at", "2019-02-12 21:28:08.672515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.674251"], ["updated_at", "2019-02-12 21:28:08.674251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.675838"], ["updated_at", "2019-02-12 21:28:08.675838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.677414"], ["updated_at", "2019-02-12 21:28:08.677414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.679004"], ["updated_at", "2019-02-12 21:28:08.679004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.680568"], ["updated_at", "2019-02-12 21:28:08.680568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.683104"], ["updated_at", "2019-02-12 21:28:08.683104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.685179"], ["updated_at", "2019-02-12 21:28:08.685179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.686923"], ["updated_at", "2019-02-12 21:28:08.686923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.688579"], ["updated_at", "2019-02-12 21:28:08.688579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.690384"], ["updated_at", "2019-02-12 21:28:08.690384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.691943"], ["updated_at", "2019-02-12 21:28:08.691943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.693494"], ["updated_at", "2019-02-12 21:28:08.693494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.695145"], ["updated_at", "2019-02-12 21:28:08.695145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.697153"], ["updated_at", "2019-02-12 21:28:08.697153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.698886"], ["updated_at", "2019-02-12 21:28:08.698886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.700668"], ["updated_at", "2019-02-12 21:28:08.700668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.702327"], ["updated_at", "2019-02-12 21:28:08.702327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.703950"], ["updated_at", "2019-02-12 21:28:08.703950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.705636"], ["updated_at", "2019-02-12 21:28:08.705636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.707499"], ["updated_at", "2019-02-12 21:28:08.707499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.709314"], ["updated_at", "2019-02-12 21:28:08.709314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.710976"], ["updated_at", "2019-02-12 21:28:08.710976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.712607"], ["updated_at", "2019-02-12 21:28:08.712607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.716978"], ["updated_at", "2019-02-12 21:28:08.716978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.718702"], ["updated_at", "2019-02-12 21:28:08.718702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.720700"], ["updated_at", "2019-02-12 21:28:08.720700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.722381"], ["updated_at", "2019-02-12 21:28:08.722381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.724075"], ["updated_at", "2019-02-12 21:28:08.724075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.725646"], ["updated_at", "2019-02-12 21:28:08.725646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.727153"], ["updated_at", "2019-02-12 21:28:08.727153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.728715"], ["updated_at", "2019-02-12 21:28:08.728715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.730373"], ["updated_at", "2019-02-12 21:28:08.730373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.733008"], ["updated_at", "2019-02-12 21:28:08.733008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 15ms (Views: 8.2ms | ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.752071"], ["updated_at", "2019-02-12 21:28:08.752071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.754613"], ["updated_at", "2019-02-12 21:28:08.754613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.756417"], ["updated_at", "2019-02-12 21:28:08.756417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.3ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.765068"], ["updated_at", "2019-02-12 21:28:08.765068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.771278"], ["updated_at", "2019-02-12 21:28:08.771278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.777107"], ["updated_at", "2019-02-12 21:28:08.777107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.782358"], ["updated_at", "2019-02-12 21:28:08.782358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.784590"], ["updated_at", "2019-02-12 21:28:08.784590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.787210"], ["updated_at", "2019-02-12 21:28:08.787210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.793189"], ["updated_at", "2019-02-12 21:28:08.793189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.799778"], ["updated_at", "2019-02-12 21:28:08.799778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.802284"], ["updated_at", "2019-02-12 21:28:08.802284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.804693"], ["updated_at", "2019-02-12 21:28:08.804693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.806409"], ["updated_at", "2019-02-12 21:28:08.806409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.807918"], ["updated_at", "2019-02-12 21:28:08.807918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.809405"], ["updated_at", "2019-02-12 21:28:08.809405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.810932"], ["updated_at", "2019-02-12 21:28:08.810932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.812510"], ["updated_at", "2019-02-12 21:28:08.812510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.814849"], ["updated_at", "2019-02-12 21:28:08.814849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.816622"], ["updated_at", "2019-02-12 21:28:08.816622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.818333"], ["updated_at", "2019-02-12 21:28:08.818333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:08.825518"], ["updated_at", "2019-02-12 21:28:08.825518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.835934"], ["updated_at", "2019-02-12 21:28:08.835934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.837876"], ["updated_at", "2019-02-12 21:28:08.837876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.839623"], ["updated_at", "2019-02-12 21:28:08.839623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.841252"], ["updated_at", "2019-02-12 21:28:08.841252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.842783"], ["updated_at", "2019-02-12 21:28:08.842783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.844447"], ["updated_at", "2019-02-12 21:28:08.844447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.846239"], ["updated_at", "2019-02-12 21:28:08.846239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.848783"], ["updated_at", "2019-02-12 21:28:08.848783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.850616"], ["updated_at", "2019-02-12 21:28:08.850616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.853204"], ["updated_at", "2019-02-12 21:28:08.853204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.857409"], ["updated_at", "2019-02-12 21:28:08.857409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.859592"], ["updated_at", "2019-02-12 21:28:08.859592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.861291"], ["updated_at", "2019-02-12 21:28:08.861291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.863322"], ["updated_at", "2019-02-12 21:28:08.863322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.865286"], ["updated_at", "2019-02-12 21:28:08.865286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.869424"], ["updated_at", "2019-02-12 21:28:08.869424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.871212"], ["updated_at", "2019-02-12 21:28:08.871212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.872976"], ["updated_at", "2019-02-12 21:28:08.872976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.874695"], ["updated_at", "2019-02-12 21:28:08.874695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.876214"], ["updated_at", "2019-02-12 21:28:08.876214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.877709"], ["updated_at", "2019-02-12 21:28:08.877709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.879172"], ["updated_at", "2019-02-12 21:28:08.879172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.880818"], ["updated_at", "2019-02-12 21:28:08.880818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.883167"], ["updated_at", "2019-02-12 21:28:08.883167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.884725"], ["updated_at", "2019-02-12 21:28:08.884725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.886303"], ["updated_at", "2019-02-12 21:28:08.886303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.887918"], ["updated_at", "2019-02-12 21:28:08.887918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.889493"], ["updated_at", "2019-02-12 21:28:08.889493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.891001"], ["updated_at", "2019-02-12 21:28:08.891001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.892689"], ["updated_at", "2019-02-12 21:28:08.892689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.894495"], ["updated_at", "2019-02-12 21:28:08.894495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.896122"], ["updated_at", "2019-02-12 21:28:08.896122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.897984"], ["updated_at", "2019-02-12 21:28:08.897984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.899798"], ["updated_at", "2019-02-12 21:28:08.899798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.902218"], ["updated_at", "2019-02-12 21:28:08.902218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.904574"], ["updated_at", "2019-02-12 21:28:08.904574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.906344"], ["updated_at", "2019-02-12 21:28:08.906344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.907860"], ["updated_at", "2019-02-12 21:28:08.907860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.909343"], ["updated_at", "2019-02-12 21:28:08.909343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.910816"], ["updated_at", "2019-02-12 21:28:08.910816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.912224"], ["updated_at", "2019-02-12 21:28:08.912224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.913843"], ["updated_at", "2019-02-12 21:28:08.913843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.916075"], ["updated_at", "2019-02-12 21:28:08.916075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.917756"], ["updated_at", "2019-02-12 21:28:08.917756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.919392"], ["updated_at", "2019-02-12 21:28:08.919392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.921613"], ["updated_at", "2019-02-12 21:28:08.921613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.923445"], ["updated_at", "2019-02-12 21:28:08.923445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.924995"], ["updated_at", "2019-02-12 21:28:08.924995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.926487"], ["updated_at", "2019-02-12 21:28:08.926487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.928135"], ["updated_at", "2019-02-12 21:28:08.928135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.929781"], ["updated_at", "2019-02-12 21:28:08.929781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.931821"], ["updated_at", "2019-02-12 21:28:08.931821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.933737"], ["updated_at", "2019-02-12 21:28:08.933737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.935287"], ["updated_at", "2019-02-12 21:28:08.935287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.936834"], ["updated_at", "2019-02-12 21:28:08.936834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.938462"], ["updated_at", "2019-02-12 21:28:08.938462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.940260"], ["updated_at", "2019-02-12 21:28:08.940260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.941887"], ["updated_at", "2019-02-12 21:28:08.941887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.943392"], ["updated_at", "2019-02-12 21:28:08.943392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.944962"], ["updated_at", "2019-02-12 21:28:08.944962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.946474"], ["updated_at", "2019-02-12 21:28:08.946474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.948885"], ["updated_at", "2019-02-12 21:28:08.948885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.951116"], ["updated_at", "2019-02-12 21:28:08.951116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.954508"], ["updated_at", "2019-02-12 21:28:08.954508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.956626"], ["updated_at", "2019-02-12 21:28:08.956626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.958529"], ["updated_at", "2019-02-12 21:28:08.958529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.960420"], ["updated_at", "2019-02-12 21:28:08.960420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.962155"], ["updated_at", "2019-02-12 21:28:08.962155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.964648"], ["updated_at", "2019-02-12 21:28:08.964648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.966392"], ["updated_at", "2019-02-12 21:28:08.966392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.968015"], ["updated_at", "2019-02-12 21:28:08.968015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.969689"], ["updated_at", "2019-02-12 21:28:08.969689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.971273"], ["updated_at", "2019-02-12 21:28:08.971273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.972805"], ["updated_at", "2019-02-12 21:28:08.972805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.974391"], ["updated_at", "2019-02-12 21:28:08.974391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.975995"], ["updated_at", "2019-02-12 21:28:08.975995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.977520"], ["updated_at", "2019-02-12 21:28:08.977520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.979117"], ["updated_at", "2019-02-12 21:28:08.979117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.980694"], ["updated_at", "2019-02-12 21:28:08.980694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.983078"], ["updated_at", "2019-02-12 21:28:08.983078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.985095"], ["updated_at", "2019-02-12 21:28:08.985095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.987168"], ["updated_at", "2019-02-12 21:28:08.987168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.988790"], ["updated_at", "2019-02-12 21:28:08.988790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.990372"], ["updated_at", "2019-02-12 21:28:08.990372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.992040"], ["updated_at", "2019-02-12 21:28:08.992040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.993717"], ["updated_at", "2019-02-12 21:28:08.993717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.995499"], ["updated_at", "2019-02-12 21:28:08.995499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.997581"], ["updated_at", "2019-02-12 21:28:08.997581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:08.999506"], ["updated_at", "2019-02-12 21:28:08.999506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.001278"], ["updated_at", "2019-02-12 21:28:09.001278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.002962"], ["updated_at", "2019-02-12 21:28:09.002962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.004575"], ["updated_at", "2019-02-12 21:28:09.004575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.006106"], ["updated_at", "2019-02-12 21:28:09.006106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.007759"], ["updated_at", "2019-02-12 21:28:09.007759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.009917"], ["updated_at", "2019-02-12 21:28:09.009917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.011693"], ["updated_at", "2019-02-12 21:28:09.011693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.013243"], ["updated_at", "2019-02-12 21:28:09.013243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.015518"], ["updated_at", "2019-02-12 21:28:09.015518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.017697"], ["updated_at", "2019-02-12 21:28:09.017697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.019686"], ["updated_at", "2019-02-12 21:28:09.019686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.021657"], ["updated_at", "2019-02-12 21:28:09.021657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.023446"], ["updated_at", "2019-02-12 21:28:09.023446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.025129"], ["updated_at", "2019-02-12 21:28:09.025129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.029362"], ["updated_at", "2019-02-12 21:28:09.029362"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.031853"], ["updated_at", "2019-02-12 21:28:09.031853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.033704"], ["updated_at", "2019-02-12 21:28:09.033704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.035293"], ["updated_at", "2019-02-12 21:28:09.035293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.036929"], ["updated_at", "2019-02-12 21:28:09.036929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.038521"], ["updated_at", "2019-02-12 21:28:09.038521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.040157"], ["updated_at", "2019-02-12 21:28:09.040157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.041660"], ["updated_at", "2019-02-12 21:28:09.041660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.043377"], ["updated_at", "2019-02-12 21:28:09.043377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.045103"], ["updated_at", "2019-02-12 21:28:09.045103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.046680"], ["updated_at", "2019-02-12 21:28:09.046680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.048838"], ["updated_at", "2019-02-12 21:28:09.048838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.050905"], ["updated_at", "2019-02-12 21:28:09.050905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.052507"], ["updated_at", "2019-02-12 21:28:09.052507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.054048"], ["updated_at", "2019-02-12 21:28:09.054048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.055632"], ["updated_at", "2019-02-12 21:28:09.055632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.057407"], ["updated_at", "2019-02-12 21:28:09.057407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.059359"], ["updated_at", "2019-02-12 21:28:09.059359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.061348"], ["updated_at", "2019-02-12 21:28:09.061348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.063120"], ["updated_at", "2019-02-12 21:28:09.063120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.065369"], ["updated_at", "2019-02-12 21:28:09.065369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.067250"], ["updated_at", "2019-02-12 21:28:09.067250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.069074"], ["updated_at", "2019-02-12 21:28:09.069074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.070675"], ["updated_at", "2019-02-12 21:28:09.070675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.072377"], ["updated_at", "2019-02-12 21:28:09.072377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.074049"], ["updated_at", "2019-02-12 21:28:09.074049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.075634"], ["updated_at", "2019-02-12 21:28:09.075634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.077149"], ["updated_at", "2019-02-12 21:28:09.077149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.078785"], ["updated_at", "2019-02-12 21:28:09.078785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.080811"], ["updated_at", "2019-02-12 21:28:09.080811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.082935"], ["updated_at", "2019-02-12 21:28:09.082935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.084614"], ["updated_at", "2019-02-12 21:28:09.084614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.086159"], ["updated_at", "2019-02-12 21:28:09.086159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.087926"], ["updated_at", "2019-02-12 21:28:09.087926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.089607"], ["updated_at", "2019-02-12 21:28:09.089607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.091330"], ["updated_at", "2019-02-12 21:28:09.091330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.092931"], ["updated_at", "2019-02-12 21:28:09.092931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.094457"], ["updated_at", "2019-02-12 21:28:09.094457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.096022"], ["updated_at", "2019-02-12 21:28:09.096022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.097865"], ["updated_at", "2019-02-12 21:28:09.097865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.099704"], ["updated_at", "2019-02-12 21:28:09.099704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.101362"], ["updated_at", "2019-02-12 21:28:09.101362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.103099"], ["updated_at", "2019-02-12 21:28:09.103099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.104702"], ["updated_at", "2019-02-12 21:28:09.104702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.106352"], ["updated_at", "2019-02-12 21:28:09.106352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.107985"], ["updated_at", "2019-02-12 21:28:09.107985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.109496"], ["updated_at", "2019-02-12 21:28:09.109496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.111033"], ["updated_at", "2019-02-12 21:28:09.111033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.112604"], ["updated_at", "2019-02-12 21:28:09.112604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.114664"], ["updated_at", "2019-02-12 21:28:09.114664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.116903"], ["updated_at", "2019-02-12 21:28:09.116903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.118989"], ["updated_at", "2019-02-12 21:28:09.118989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.120892"], ["updated_at", "2019-02-12 21:28:09.120892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.122687"], ["updated_at", "2019-02-12 21:28:09.122687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.124514"], ["updated_at", "2019-02-12 21:28:09.124514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.126274"], ["updated_at", "2019-02-12 21:28:09.126274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.127853"], ["updated_at", "2019-02-12 21:28:09.127853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.129345"], ["updated_at", "2019-02-12 21:28:09.129345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.131415"], ["updated_at", "2019-02-12 21:28:09.131415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.133281"], ["updated_at", "2019-02-12 21:28:09.133281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.134904"], ["updated_at", "2019-02-12 21:28:09.134904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.136538"], ["updated_at", "2019-02-12 21:28:09.136538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.138396"], ["updated_at", "2019-02-12 21:28:09.138396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.140147"], ["updated_at", "2019-02-12 21:28:09.140147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.141788"], ["updated_at", "2019-02-12 21:28:09.141788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.143363"], ["updated_at", "2019-02-12 21:28:09.143363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.144964"], ["updated_at", "2019-02-12 21:28:09.144964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.146572"], ["updated_at", "2019-02-12 21:28:09.146572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.148948"], ["updated_at", "2019-02-12 21:28:09.148948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.150774"], ["updated_at", "2019-02-12 21:28:09.150774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.152396"], ["updated_at", "2019-02-12 21:28:09.152396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.154023"], ["updated_at", "2019-02-12 21:28:09.154023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.155609"], ["updated_at", "2019-02-12 21:28:09.155609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.157261"], ["updated_at", "2019-02-12 21:28:09.157261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.159023"], ["updated_at", "2019-02-12 21:28:09.159023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.160824"], ["updated_at", "2019-02-12 21:28:09.160824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.162496"], ["updated_at", "2019-02-12 21:28:09.162496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.164087"], ["updated_at", "2019-02-12 21:28:09.164087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.166463"], ["updated_at", "2019-02-12 21:28:09.166463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.168237"], ["updated_at", "2019-02-12 21:28:09.168237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.170147"], ["updated_at", "2019-02-12 21:28:09.170147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.172269"], ["updated_at", "2019-02-12 21:28:09.172269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.174054"], ["updated_at", "2019-02-12 21:28:09.174054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.175687"], ["updated_at", "2019-02-12 21:28:09.175687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.180465"], ["updated_at", "2019-02-12 21:28:09.180465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.182915"], ["updated_at", "2019-02-12 21:28:09.182915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.184858"], ["updated_at", "2019-02-12 21:28:09.184858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.186520"], ["updated_at", "2019-02-12 21:28:09.186520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.188375"], ["updated_at", "2019-02-12 21:28:09.188375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.190145"], ["updated_at", "2019-02-12 21:28:09.190145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.192193"], ["updated_at", "2019-02-12 21:28:09.192193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.193994"], ["updated_at", "2019-02-12 21:28:09.193994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.195791"], ["updated_at", "2019-02-12 21:28:09.195791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.197478"], ["updated_at", "2019-02-12 21:28:09.197478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.199405"], ["updated_at", "2019-02-12 21:28:09.199405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.201059"], ["updated_at", "2019-02-12 21:28:09.201059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.202634"], ["updated_at", "2019-02-12 21:28:09.202634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.204194"], ["updated_at", "2019-02-12 21:28:09.204194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.205770"], ["updated_at", "2019-02-12 21:28:09.205770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.207514"], ["updated_at", "2019-02-12 21:28:09.207514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.209080"], ["updated_at", "2019-02-12 21:28:09.209080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.210574"], ["updated_at", "2019-02-12 21:28:09.210574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.212129"], ["updated_at", "2019-02-12 21:28:09.212129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.213669"], ["updated_at", "2019-02-12 21:28:09.213669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.215944"], ["updated_at", "2019-02-12 21:28:09.215944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.217733"], ["updated_at", "2019-02-12 21:28:09.217733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.219629"], ["updated_at", "2019-02-12 21:28:09.219629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.221258"], ["updated_at", "2019-02-12 21:28:09.221258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.222874"], ["updated_at", "2019-02-12 21:28:09.222874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.224459"], ["updated_at", "2019-02-12 21:28:09.224459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.225987"], ["updated_at", "2019-02-12 21:28:09.225987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.227531"], ["updated_at", "2019-02-12 21:28:09.227531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.229159"], ["updated_at", "2019-02-12 21:28:09.229159"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.231791"], ["updated_at", "2019-02-12 21:28:09.231791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.233539"], ["updated_at", "2019-02-12 21:28:09.233539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.235111"], ["updated_at", "2019-02-12 21:28:09.235111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.236691"], ["updated_at", "2019-02-12 21:28:09.236691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.238232"], ["updated_at", "2019-02-12 21:28:09.238232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.239830"], ["updated_at", "2019-02-12 21:28:09.239830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.241440"], ["updated_at", "2019-02-12 21:28:09.241440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.243257"], ["updated_at", "2019-02-12 21:28:09.243257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.244843"], ["updated_at", "2019-02-12 21:28:09.244843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.246598"], ["updated_at", "2019-02-12 21:28:09.246598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.249016"], ["updated_at", "2019-02-12 21:28:09.249016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.250742"], ["updated_at", "2019-02-12 21:28:09.250742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.252571"], ["updated_at", "2019-02-12 21:28:09.252571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.254496"], ["updated_at", "2019-02-12 21:28:09.254496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.256122"], ["updated_at", "2019-02-12 21:28:09.256122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.257732"], ["updated_at", "2019-02-12 21:28:09.257732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.259268"], ["updated_at", "2019-02-12 21:28:09.259268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.260832"], ["updated_at", "2019-02-12 21:28:09.260832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.262645"], ["updated_at", "2019-02-12 21:28:09.262645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.265204"], ["updated_at", "2019-02-12 21:28:09.265204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.267317"], ["updated_at", "2019-02-12 21:28:09.267317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.268989"], ["updated_at", "2019-02-12 21:28:09.268989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.270584"], ["updated_at", "2019-02-12 21:28:09.270584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.272129"], ["updated_at", "2019-02-12 21:28:09.272129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.273672"], ["updated_at", "2019-02-12 21:28:09.273672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.275255"], ["updated_at", "2019-02-12 21:28:09.275255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.276830"], ["updated_at", "2019-02-12 21:28:09.276830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.278416"], ["updated_at", "2019-02-12 21:28:09.278416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.279998"], ["updated_at", "2019-02-12 21:28:09.279998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.282478"], ["updated_at", "2019-02-12 21:28:09.282478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.284235"], ["updated_at", "2019-02-12 21:28:09.284235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.285840"], ["updated_at", "2019-02-12 21:28:09.285840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.287838"], ["updated_at", "2019-02-12 21:28:09.287838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.289757"], ["updated_at", "2019-02-12 21:28:09.289757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.291364"], ["updated_at", "2019-02-12 21:28:09.291364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.292937"], ["updated_at", "2019-02-12 21:28:09.292937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.294581"], ["updated_at", "2019-02-12 21:28:09.294581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.296129"], ["updated_at", "2019-02-12 21:28:09.296129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.297951"], ["updated_at", "2019-02-12 21:28:09.297951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.299869"], ["updated_at", "2019-02-12 21:28:09.299869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.301561"], ["updated_at", "2019-02-12 21:28:09.301561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.303100"], ["updated_at", "2019-02-12 21:28:09.303100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.304833"], ["updated_at", "2019-02-12 21:28:09.304833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.306460"], ["updated_at", "2019-02-12 21:28:09.306460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.308017"], ["updated_at", "2019-02-12 21:28:09.308017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.309593"], ["updated_at", "2019-02-12 21:28:09.309593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.311272"], ["updated_at", "2019-02-12 21:28:09.311272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.312963"], ["updated_at", "2019-02-12 21:28:09.312963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.315130"], ["updated_at", "2019-02-12 21:28:09.315130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.317071"], ["updated_at", "2019-02-12 21:28:09.317071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.318726"], ["updated_at", "2019-02-12 21:28:09.318726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.323049"], ["updated_at", "2019-02-12 21:28:09.323049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.324774"], ["updated_at", "2019-02-12 21:28:09.324774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.326292"], ["updated_at", "2019-02-12 21:28:09.326292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.327864"], ["updated_at", "2019-02-12 21:28:09.327864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.329398"], ["updated_at", "2019-02-12 21:28:09.329398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.330914"], ["updated_at", "2019-02-12 21:28:09.330914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.333371"], ["updated_at", "2019-02-12 21:28:09.333371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.335200"], ["updated_at", "2019-02-12 21:28:09.335200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.336838"], ["updated_at", "2019-02-12 21:28:09.336838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.338425"], ["updated_at", "2019-02-12 21:28:09.338425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.340122"], ["updated_at", "2019-02-12 21:28:09.340122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.341830"], ["updated_at", "2019-02-12 21:28:09.341830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.343500"], ["updated_at", "2019-02-12 21:28:09.343500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.345173"], ["updated_at", "2019-02-12 21:28:09.345173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.346912"], ["updated_at", "2019-02-12 21:28:09.346912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.349294"], ["updated_at", "2019-02-12 21:28:09.349294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.350996"], ["updated_at", "2019-02-12 21:28:09.350996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.352592"], ["updated_at", "2019-02-12 21:28:09.352592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.354144"], ["updated_at", "2019-02-12 21:28:09.354144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.355774"], ["updated_at", "2019-02-12 21:28:09.355774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.357409"], ["updated_at", "2019-02-12 21:28:09.357409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.359164"], ["updated_at", "2019-02-12 21:28:09.359164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.360736"], ["updated_at", "2019-02-12 21:28:09.360736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.362357"], ["updated_at", "2019-02-12 21:28:09.362357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.363908"], ["updated_at", "2019-02-12 21:28:09.363908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.366185"], ["updated_at", "2019-02-12 21:28:09.366185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.367952"], ["updated_at", "2019-02-12 21:28:09.367952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.369634"], ["updated_at", "2019-02-12 21:28:09.369634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.371270"], ["updated_at", "2019-02-12 21:28:09.371270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.372850"], ["updated_at", "2019-02-12 21:28:09.372850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.374436"], ["updated_at", "2019-02-12 21:28:09.374436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.375954"], ["updated_at", "2019-02-12 21:28:09.375954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.377467"], ["updated_at", "2019-02-12 21:28:09.377467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.378973"], ["updated_at", "2019-02-12 21:28:09.378973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.380755"], ["updated_at", "2019-02-12 21:28:09.380755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.383543"], ["updated_at", "2019-02-12 21:28:09.383543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.385342"], ["updated_at", "2019-02-12 21:28:09.385342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.387017"], ["updated_at", "2019-02-12 21:28:09.387017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.388617"], ["updated_at", "2019-02-12 21:28:09.388617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.390273"], ["updated_at", "2019-02-12 21:28:09.390273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.391963"], ["updated_at", "2019-02-12 21:28:09.391963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.393943"], ["updated_at", "2019-02-12 21:28:09.393943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.395571"], ["updated_at", "2019-02-12 21:28:09.395571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.397183"], ["updated_at", "2019-02-12 21:28:09.397183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.399080"], ["updated_at", "2019-02-12 21:28:09.399080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.400787"], ["updated_at", "2019-02-12 21:28:09.400787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.402414"], ["updated_at", "2019-02-12 21:28:09.402414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.404070"], ["updated_at", "2019-02-12 21:28:09.404070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.405807"], ["updated_at", "2019-02-12 21:28:09.405807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.407429"], ["updated_at", "2019-02-12 21:28:09.407429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.409006"], ["updated_at", "2019-02-12 21:28:09.409006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.410537"], ["updated_at", "2019-02-12 21:28:09.410537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.412053"], ["updated_at", "2019-02-12 21:28:09.412053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.413597"], ["updated_at", "2019-02-12 21:28:09.413597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.416168"], ["updated_at", "2019-02-12 21:28:09.416168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.417922"], ["updated_at", "2019-02-12 21:28:09.417922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.419621"], ["updated_at", "2019-02-12 21:28:09.419621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.421399"], ["updated_at", "2019-02-12 21:28:09.421399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.423055"], ["updated_at", "2019-02-12 21:28:09.423055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.424623"], ["updated_at", "2019-02-12 21:28:09.424623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.426204"], ["updated_at", "2019-02-12 21:28:09.426204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.427861"], ["updated_at", "2019-02-12 21:28:09.427861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.429469"], ["updated_at", "2019-02-12 21:28:09.429469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.431676"], ["updated_at", "2019-02-12 21:28:09.431676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.433549"], ["updated_at", "2019-02-12 21:28:09.433549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.435096"], ["updated_at", "2019-02-12 21:28:09.435096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.436647"], ["updated_at", "2019-02-12 21:28:09.436647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.438363"], ["updated_at", "2019-02-12 21:28:09.438363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.440225"], ["updated_at", "2019-02-12 21:28:09.440225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.441892"], ["updated_at", "2019-02-12 21:28:09.441892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.443642"], ["updated_at", "2019-02-12 21:28:09.443642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.445303"], ["updated_at", "2019-02-12 21:28:09.445303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.446912"], ["updated_at", "2019-02-12 21:28:09.446912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.449407"], ["updated_at", "2019-02-12 21:28:09.449407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.451326"], ["updated_at", "2019-02-12 21:28:09.451326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.455476"], ["updated_at", "2019-02-12 21:28:09.455476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.457618"], ["updated_at", "2019-02-12 21:28:09.457618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.459455"], ["updated_at", "2019-02-12 21:28:09.459455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.461107"], ["updated_at", "2019-02-12 21:28:09.461107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.462709"], ["updated_at", "2019-02-12 21:28:09.462709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.465146"], ["updated_at", "2019-02-12 21:28:09.465146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.467154"], ["updated_at", "2019-02-12 21:28:09.467154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.468813"], ["updated_at", "2019-02-12 21:28:09.468813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.470372"], ["updated_at", "2019-02-12 21:28:09.470372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.471951"], ["updated_at", "2019-02-12 21:28:09.471951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.473800"], ["updated_at", "2019-02-12 21:28:09.473800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.475713"], ["updated_at", "2019-02-12 21:28:09.475713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.477249"], ["updated_at", "2019-02-12 21:28:09.477249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.478800"], ["updated_at", "2019-02-12 21:28:09.478800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.481252"], ["updated_at", "2019-02-12 21:28:09.481252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.483338"], ["updated_at", "2019-02-12 21:28:09.483338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.485273"], ["updated_at", "2019-02-12 21:28:09.485273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.487200"], ["updated_at", "2019-02-12 21:28:09.487200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.488849"], ["updated_at", "2019-02-12 21:28:09.488849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.490439"], ["updated_at", "2019-02-12 21:28:09.490439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.492059"], ["updated_at", "2019-02-12 21:28:09.492059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.494194"], ["updated_at", "2019-02-12 21:28:09.494194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.495898"], ["updated_at", "2019-02-12 21:28:09.495898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.498093"], ["updated_at", "2019-02-12 21:28:09.498093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.500138"], ["updated_at", "2019-02-12 21:28:09.500138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.502092"], ["updated_at", "2019-02-12 21:28:09.502092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.503814"], ["updated_at", "2019-02-12 21:28:09.503814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.505412"], ["updated_at", "2019-02-12 21:28:09.505412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.507039"], ["updated_at", "2019-02-12 21:28:09.507039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.508870"], ["updated_at", "2019-02-12 21:28:09.508870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.510635"], ["updated_at", "2019-02-12 21:28:09.510635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.512245"], ["updated_at", "2019-02-12 21:28:09.512245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.514725"], ["updated_at", "2019-02-12 21:28:09.514725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.516389"], ["updated_at", "2019-02-12 21:28:09.516389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.517933"], ["updated_at", "2019-02-12 21:28:09.517933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.519693"], ["updated_at", "2019-02-12 21:28:09.519693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.521898"], ["updated_at", "2019-02-12 21:28:09.521898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.523693"], ["updated_at", "2019-02-12 21:28:09.523693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.525496"], ["updated_at", "2019-02-12 21:28:09.525496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.527174"], ["updated_at", "2019-02-12 21:28:09.527174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.528789"], ["updated_at", "2019-02-12 21:28:09.528789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.530953"], ["updated_at", "2019-02-12 21:28:09.530953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.533380"], ["updated_at", "2019-02-12 21:28:09.533380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.535021"], ["updated_at", "2019-02-12 21:28:09.535021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.536642"], ["updated_at", "2019-02-12 21:28:09.536642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.538267"], ["updated_at", "2019-02-12 21:28:09.538267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.539876"], ["updated_at", "2019-02-12 21:28:09.539876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.541567"], ["updated_at", "2019-02-12 21:28:09.541567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.543186"], ["updated_at", "2019-02-12 21:28:09.543186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.544915"], ["updated_at", "2019-02-12 21:28:09.544915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.546465"], ["updated_at", "2019-02-12 21:28:09.546465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.549046"], ["updated_at", "2019-02-12 21:28:09.549046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.551170"], ["updated_at", "2019-02-12 21:28:09.551170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.552845"], ["updated_at", "2019-02-12 21:28:09.552845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.554692"], ["updated_at", "2019-02-12 21:28:09.554692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.556649"], ["updated_at", "2019-02-12 21:28:09.556649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.558383"], ["updated_at", "2019-02-12 21:28:09.558383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.560171"], ["updated_at", "2019-02-12 21:28:09.560171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 1.0ms)  (1.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.577790"], ["updated_at", "2019-02-12 21:28:09.577790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.580788"], ["updated_at", "2019-02-12 21:28:09.580788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:28:09.586767"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.590518"], ["updated_at", "2019-02-12 21:28:09.590518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.592841"], ["updated_at", "2019-02-12 21:28:09.592841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.600687"], ["updated_at", "2019-02-12 21:28:09.600687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.603392"], ["updated_at", "2019-02-12 21:28:09.603392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:28:09.609257"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.612430"], ["updated_at", "2019-02-12 21:28:09.612430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.616330"], ["updated_at", "2019-02-12 21:28:09.616330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:28:09.617344"], ["updated_at", "2019-02-12 21:28:09.618346"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 21:28:09.623101"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:28:09.624933"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.628506"], ["updated_at", "2019-02-12 21:28:09.628506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.631684"], ["updated_at", "2019-02-12 21:28:09.631684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.633142"], ["updated_at", "2019-02-12 21:28:09.633142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 2], ["created_at", "2019-02-12 21:28:09.634863"], ["updated_at", "2019-02-12 21:28:09.634863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.640491"], ["updated_at", "2019-02-12 21:28:09.640491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.642892"], ["updated_at", "2019-02-12 21:28:09.642892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1129@example.com"], ["id", 1], ["LIMIT", 1]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 12ms (Views: 0.5ms | ActiveRecord: 0.8ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.658869"], ["updated_at", "2019-02-12 21:28:09.658869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.661456"], ["updated_at", "2019-02-12 21:28:09.661456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1130@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:28:09.665384"], ["updated_at", "2019-02-12 21:28:09.666605"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 21:28:09.668820"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.7ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.673246"], ["updated_at", "2019-02-12 21:28:09.673246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.685667"], ["updated_at", "2019-02-12 21:28:09.685667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.688275"], ["updated_at", "2019-02-12 21:28:09.688275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 21:28:09.692955"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.697953"], ["updated_at", "2019-02-12 21:28:09.697953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.705571"], ["updated_at", "2019-02-12 21:28:09.705571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.710298"], ["updated_at", "2019-02-12 21:28:09.710298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.718132"], ["updated_at", "2019-02-12 21:28:09.718132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.722807"], ["updated_at", "2019-02-12 21:28:09.722807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.728917"], ["updated_at", "2019-02-12 21:28:09.728917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.733569"], ["updated_at", "2019-02-12 21:28:09.733569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.741109"], ["updated_at", "2019-02-12 21:28:09.741109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 21:28:09.742013"], ["updated_at", "2019-02-12 21:28:09.742921"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.834407"], ["updated_at", "2019-02-12 21:28:09.834407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:28:09 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 21:28:09.851641"], ["updated_at", "2019-02-12 21:28:09.851641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 16:28:09 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 21:28:09.865941"], ["updated_at", "2019-02-12 21:28:09.865941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (2.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:30.988993"], ["updated_at", "2019-02-12 22:33:30.988993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:33:31 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.048957"], ["updated_at", "2019-02-12 22:33:31.048957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 35ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.057557"], ["updated_at", "2019-02-12 22:33:31.057557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:33:31 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.073479"], ["updated_at", "2019-02-12 22:33:31.073479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.076358"], ["updated_at", "2019-02-12 22:33:31.076358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.077896"], ["updated_at", "2019-02-12 22:33:31.077896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:33:31.079899"], ["updated_at", "2019-02-12 22:33:31.079899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.087347"], ["updated_at", "2019-02-12 22:33:31.087347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.090230"], ["updated_at", "2019-02-12 22:33:31.090230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.108744"], ["updated_at", "2019-02-12 22:33:31.108744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.110960"], ["updated_at", "2019-02-12 22:33:31.110960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "4@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:31.113876"], ["updated_at", "2019-02-12 22:33:31.114734"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.0ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:31.116593"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.122287"], ["updated_at", "2019-02-12 22:33:31.122287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.125048"], ["updated_at", "2019-02-12 22:33:31.125048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:31.125976"], ["updated_at", "2019-02-12 22:33:31.126940"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:33:31.133345"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:31.136342"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 0.7ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.141221"], ["updated_at", "2019-02-12 22:33:31.141221"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.145418"], ["updated_at", "2019-02-12 22:33:31.145418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 5ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.156886"], ["updated_at", "2019-02-12 22:33:31.156886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.160492"], ["updated_at", "2019-02-12 22:33:31.160492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "7@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:31.169895"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.173838"], ["updated_at", "2019-02-12 22:33:31.173838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.177832"], ["updated_at", "2019-02-12 22:33:31.177832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:31.185615"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.202662"], ["updated_at", "2019-02-12 22:33:31.202662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.217738"], ["updated_at", "2019-02-12 22:33:31.217738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.222278"], ["updated_at", "2019-02-12 22:33:31.222278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.224865"], ["updated_at", "2019-02-12 22:33:31.224865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.228755"], ["updated_at", "2019-02-12 22:33:31.228755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.232196"], ["updated_at", "2019-02-12 22:33:31.232196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.234887"], ["updated_at", "2019-02-12 22:33:31.234887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.237539"], ["updated_at", "2019-02-12 22:33:31.237539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.240277"], ["updated_at", "2019-02-12 22:33:31.240277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.242688"], ["updated_at", "2019-02-12 22:33:31.242688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.246390"], ["updated_at", "2019-02-12 22:33:31.246390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.248847"], ["updated_at", "2019-02-12 22:33:31.248847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.261825"], ["updated_at", "2019-02-12 22:33:31.261825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.271561"], ["updated_at", "2019-02-12 22:33:31.271561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.278614"], ["updated_at", "2019-02-12 22:33:31.278614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.285959"], ["updated_at", "2019-02-12 22:33:31.285959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.289594"], ["updated_at", "2019-02-12 22:33:31.289594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.292391"], ["updated_at", "2019-02-12 22:33:31.292391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.294369"], ["updated_at", "2019-02-12 22:33:31.294369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.296839"], ["updated_at", "2019-02-12 22:33:31.296839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.299774"], ["updated_at", "2019-02-12 22:33:31.299774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.303629"], ["updated_at", "2019-02-12 22:33:31.303629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.307790"], ["updated_at", "2019-02-12 22:33:31.307790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.310530"], ["updated_at", "2019-02-12 22:33:31.310530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.312227"], ["updated_at", "2019-02-12 22:33:31.312227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.313865"], ["updated_at", "2019-02-12 22:33:31.313865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.315471"], ["updated_at", "2019-02-12 22:33:31.315471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.317215"], ["updated_at", "2019-02-12 22:33:31.317215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.321730"], ["updated_at", "2019-02-12 22:33:31.321730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.323672"], ["updated_at", "2019-02-12 22:33:31.323672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.325651"], ["updated_at", "2019-02-12 22:33:31.325651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.327379"], ["updated_at", "2019-02-12 22:33:31.327379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.328938"], ["updated_at", "2019-02-12 22:33:31.328938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.330480"], ["updated_at", "2019-02-12 22:33:31.330480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.335625"], ["updated_at", "2019-02-12 22:33:31.335625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.338064"], ["updated_at", "2019-02-12 22:33:31.338064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.340216"], ["updated_at", "2019-02-12 22:33:31.340216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.342064"], ["updated_at", "2019-02-12 22:33:31.342064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.344466"], ["updated_at", "2019-02-12 22:33:31.344466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.346373"], ["updated_at", "2019-02-12 22:33:31.346373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.348096"], ["updated_at", "2019-02-12 22:33:31.348096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.349750"], ["updated_at", "2019-02-12 22:33:31.349750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.351381"], ["updated_at", "2019-02-12 22:33:31.351381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.353006"], ["updated_at", "2019-02-12 22:33:31.353006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.355488"], ["updated_at", "2019-02-12 22:33:31.355488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.358173"], ["updated_at", "2019-02-12 22:33:31.358173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.360528"], ["updated_at", "2019-02-12 22:33:31.360528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.362933"], ["updated_at", "2019-02-12 22:33:31.362933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.364933"], ["updated_at", "2019-02-12 22:33:31.364933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.367417"], ["updated_at", "2019-02-12 22:33:31.367417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.370713"], ["updated_at", "2019-02-12 22:33:31.370713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.374019"], ["updated_at", "2019-02-12 22:33:31.374019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.375834"], ["updated_at", "2019-02-12 22:33:31.375834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.378063"], ["updated_at", "2019-02-12 22:33:31.378063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.380097"], ["updated_at", "2019-02-12 22:33:31.380097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.381758"], ["updated_at", "2019-02-12 22:33:31.381758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.383368"], ["updated_at", "2019-02-12 22:33:31.383368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.385014"], ["updated_at", "2019-02-12 22:33:31.385014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.386736"], ["updated_at", "2019-02-12 22:33:31.386736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.389175"], ["updated_at", "2019-02-12 22:33:31.389175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.392184"], ["updated_at", "2019-02-12 22:33:31.392184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.394621"], ["updated_at", "2019-02-12 22:33:31.394621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.397040"], ["updated_at", "2019-02-12 22:33:31.397040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.399215"], ["updated_at", "2019-02-12 22:33:31.399215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.401761"], ["updated_at", "2019-02-12 22:33:31.401761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.406330"], ["updated_at", "2019-02-12 22:33:31.406330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.408385"], ["updated_at", "2019-02-12 22:33:31.408385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.410052"], ["updated_at", "2019-02-12 22:33:31.410052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.412691"], ["updated_at", "2019-02-12 22:33:31.412691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.415062"], ["updated_at", "2019-02-12 22:33:31.415062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.417024"], ["updated_at", "2019-02-12 22:33:31.417024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.419355"], ["updated_at", "2019-02-12 22:33:31.419355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.421274"], ["updated_at", "2019-02-12 22:33:31.421274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.423571"], ["updated_at", "2019-02-12 22:33:31.423571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.425598"], ["updated_at", "2019-02-12 22:33:31.425598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.429212"], ["updated_at", "2019-02-12 22:33:31.429212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.431226"], ["updated_at", "2019-02-12 22:33:31.431226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.433308"], ["updated_at", "2019-02-12 22:33:31.433308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.435520"], ["updated_at", "2019-02-12 22:33:31.435520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.437883"], ["updated_at", "2019-02-12 22:33:31.437883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.440706"], ["updated_at", "2019-02-12 22:33:31.440706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.442572"], ["updated_at", "2019-02-12 22:33:31.442572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.444579"], ["updated_at", "2019-02-12 22:33:31.444579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.447067"], ["updated_at", "2019-02-12 22:33:31.447067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.449675"], ["updated_at", "2019-02-12 22:33:31.449675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.452688"], ["updated_at", "2019-02-12 22:33:31.452688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.454804"], ["updated_at", "2019-02-12 22:33:31.454804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.457298"], ["updated_at", "2019-02-12 22:33:31.457298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.459802"], ["updated_at", "2019-02-12 22:33:31.459802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.463574"], ["updated_at", "2019-02-12 22:33:31.463574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.465475"], ["updated_at", "2019-02-12 22:33:31.465475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.467922"], ["updated_at", "2019-02-12 22:33:31.467922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.471114"], ["updated_at", "2019-02-12 22:33:31.471114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.474120"], ["updated_at", "2019-02-12 22:33:31.474120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.476460"], ["updated_at", "2019-02-12 22:33:31.476460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.478718"], ["updated_at", "2019-02-12 22:33:31.478718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.480621"], ["updated_at", "2019-02-12 22:33:31.480621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.482320"], ["updated_at", "2019-02-12 22:33:31.482320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.484151"], ["updated_at", "2019-02-12 22:33:31.484151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.486513"], ["updated_at", "2019-02-12 22:33:31.486513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.490724"], ["updated_at", "2019-02-12 22:33:31.490724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.493016"], ["updated_at", "2019-02-12 22:33:31.493016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.494877"], ["updated_at", "2019-02-12 22:33:31.494877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.496650"], ["updated_at", "2019-02-12 22:33:31.496650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.498337"], ["updated_at", "2019-02-12 22:33:31.498337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.500011"], ["updated_at", "2019-02-12 22:33:31.500011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.502456"], ["updated_at", "2019-02-12 22:33:31.502456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.504510"], ["updated_at", "2019-02-12 22:33:31.504510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.506523"], ["updated_at", "2019-02-12 22:33:31.506523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.508441"], ["updated_at", "2019-02-12 22:33:31.508441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.510242"], ["updated_at", "2019-02-12 22:33:31.510242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.512323"], ["updated_at", "2019-02-12 22:33:31.512323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.515061"], ["updated_at", "2019-02-12 22:33:31.515061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.517745"], ["updated_at", "2019-02-12 22:33:31.517745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.520819"], ["updated_at", "2019-02-12 22:33:31.520819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.522900"], ["updated_at", "2019-02-12 22:33:31.522900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.525583"], ["updated_at", "2019-02-12 22:33:31.525583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.529404"], ["updated_at", "2019-02-12 22:33:31.529404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.531211"], ["updated_at", "2019-02-12 22:33:31.531211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.532774"], ["updated_at", "2019-02-12 22:33:31.532774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.534849"], ["updated_at", "2019-02-12 22:33:31.534849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.537048"], ["updated_at", "2019-02-12 22:33:31.537048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.538899"], ["updated_at", "2019-02-12 22:33:31.538899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.540957"], ["updated_at", "2019-02-12 22:33:31.540957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.542842"], ["updated_at", "2019-02-12 22:33:31.542842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.544561"], ["updated_at", "2019-02-12 22:33:31.544561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.546825"], ["updated_at", "2019-02-12 22:33:31.546825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.548773"], ["updated_at", "2019-02-12 22:33:31.548773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.550626"], ["updated_at", "2019-02-12 22:33:31.550626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.552489"], ["updated_at", "2019-02-12 22:33:31.552489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.554602"], ["updated_at", "2019-02-12 22:33:31.554602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.556431"], ["updated_at", "2019-02-12 22:33:31.556431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.559068"], ["updated_at", "2019-02-12 22:33:31.559068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.560925"], ["updated_at", "2019-02-12 22:33:31.560925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.565477"], ["updated_at", "2019-02-12 22:33:31.565477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.567317"], ["updated_at", "2019-02-12 22:33:31.567317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.569812"], ["updated_at", "2019-02-12 22:33:31.569812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.571864"], ["updated_at", "2019-02-12 22:33:31.571864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.573606"], ["updated_at", "2019-02-12 22:33:31.573606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.575348"], ["updated_at", "2019-02-12 22:33:31.575348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.577417"], ["updated_at", "2019-02-12 22:33:31.577417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.579205"], ["updated_at", "2019-02-12 22:33:31.579205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.581878"], ["updated_at", "2019-02-12 22:33:31.581878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.584437"], ["updated_at", "2019-02-12 22:33:31.584437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.587200"], ["updated_at", "2019-02-12 22:33:31.587200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.589489"], ["updated_at", "2019-02-12 22:33:31.589489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.591866"], ["updated_at", "2019-02-12 22:33:31.591866"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.595491"], ["updated_at", "2019-02-12 22:33:31.595491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.597425"], ["updated_at", "2019-02-12 22:33:31.597425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.599369"], ["updated_at", "2019-02-12 22:33:31.599369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.601137"], ["updated_at", "2019-02-12 22:33:31.601137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.603474"], ["updated_at", "2019-02-12 22:33:31.603474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.605467"], ["updated_at", "2019-02-12 22:33:31.605467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.607440"], ["updated_at", "2019-02-12 22:33:31.607440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.609201"], ["updated_at", "2019-02-12 22:33:31.609201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.611147"], ["updated_at", "2019-02-12 22:33:31.611147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.613130"], ["updated_at", "2019-02-12 22:33:31.613130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.615274"], ["updated_at", "2019-02-12 22:33:31.615274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.617027"], ["updated_at", "2019-02-12 22:33:31.617027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.618751"], ["updated_at", "2019-02-12 22:33:31.618751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.620385"], ["updated_at", "2019-02-12 22:33:31.620385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.622264"], ["updated_at", "2019-02-12 22:33:31.622264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.624336"], ["updated_at", "2019-02-12 22:33:31.624336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.626222"], ["updated_at", "2019-02-12 22:33:31.626222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.627853"], ["updated_at", "2019-02-12 22:33:31.627853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.629999"], ["updated_at", "2019-02-12 22:33:31.629999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.631752"], ["updated_at", "2019-02-12 22:33:31.631752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.633512"], ["updated_at", "2019-02-12 22:33:31.633512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.635229"], ["updated_at", "2019-02-12 22:33:31.635229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.637144"], ["updated_at", "2019-02-12 22:33:31.637144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.638884"], ["updated_at", "2019-02-12 22:33:31.638884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.640550"], ["updated_at", "2019-02-12 22:33:31.640550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.642142"], ["updated_at", "2019-02-12 22:33:31.642142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.643820"], ["updated_at", "2019-02-12 22:33:31.643820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.645479"], ["updated_at", "2019-02-12 22:33:31.645479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.647167"], ["updated_at", "2019-02-12 22:33:31.647167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.648779"], ["updated_at", "2019-02-12 22:33:31.648779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.650351"], ["updated_at", "2019-02-12 22:33:31.650351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.651900"], ["updated_at", "2019-02-12 22:33:31.651900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.653650"], ["updated_at", "2019-02-12 22:33:31.653650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.655343"], ["updated_at", "2019-02-12 22:33:31.655343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.657078"], ["updated_at", "2019-02-12 22:33:31.657078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.658852"], ["updated_at", "2019-02-12 22:33:31.658852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.660483"], ["updated_at", "2019-02-12 22:33:31.660483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.662114"], ["updated_at", "2019-02-12 22:33:31.662114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.663729"], ["updated_at", "2019-02-12 22:33:31.663729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.665326"], ["updated_at", "2019-02-12 22:33:31.665326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.666973"], ["updated_at", "2019-02-12 22:33:31.666973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.668640"], ["updated_at", "2019-02-12 22:33:31.668640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.671088"], ["updated_at", "2019-02-12 22:33:31.671088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.672948"], ["updated_at", "2019-02-12 22:33:31.672948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.674770"], ["updated_at", "2019-02-12 22:33:31.674770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.676433"], ["updated_at", "2019-02-12 22:33:31.676433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.678010"], ["updated_at", "2019-02-12 22:33:31.678010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.679568"], ["updated_at", "2019-02-12 22:33:31.679568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.681314"], ["updated_at", "2019-02-12 22:33:31.681314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.682959"], ["updated_at", "2019-02-12 22:33:31.682959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.684569"], ["updated_at", "2019-02-12 22:33:31.684569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.686092"], ["updated_at", "2019-02-12 22:33:31.686092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.688442"], ["updated_at", "2019-02-12 22:33:31.688442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.690509"], ["updated_at", "2019-02-12 22:33:31.690509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.692826"], ["updated_at", "2019-02-12 22:33:31.692826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.694807"], ["updated_at", "2019-02-12 22:33:31.694807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.696507"], ["updated_at", "2019-02-12 22:33:31.696507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.698107"], ["updated_at", "2019-02-12 22:33:31.698107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.699739"], ["updated_at", "2019-02-12 22:33:31.699739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.701425"], ["updated_at", "2019-02-12 22:33:31.701425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.703091"], ["updated_at", "2019-02-12 22:33:31.703091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.705154"], ["updated_at", "2019-02-12 22:33:31.705154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.707046"], ["updated_at", "2019-02-12 22:33:31.707046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.708785"], ["updated_at", "2019-02-12 22:33:31.708785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.710404"], ["updated_at", "2019-02-12 22:33:31.710404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.711996"], ["updated_at", "2019-02-12 22:33:31.711996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.713606"], ["updated_at", "2019-02-12 22:33:31.713606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.715238"], ["updated_at", "2019-02-12 22:33:31.715238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.716918"], ["updated_at", "2019-02-12 22:33:31.716918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.718526"], ["updated_at", "2019-02-12 22:33:31.718526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.720145"], ["updated_at", "2019-02-12 22:33:31.720145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.721903"], ["updated_at", "2019-02-12 22:33:31.721903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.723663"], ["updated_at", "2019-02-12 22:33:31.723663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.725420"], ["updated_at", "2019-02-12 22:33:31.725420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.727237"], ["updated_at", "2019-02-12 22:33:31.727237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.728942"], ["updated_at", "2019-02-12 22:33:31.728942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.730611"], ["updated_at", "2019-02-12 22:33:31.730611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.732205"], ["updated_at", "2019-02-12 22:33:31.732205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.733850"], ["updated_at", "2019-02-12 22:33:31.733850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.735442"], ["updated_at", "2019-02-12 22:33:31.735442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.737209"], ["updated_at", "2019-02-12 22:33:31.737209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.738985"], ["updated_at", "2019-02-12 22:33:31.738985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.743875"], ["updated_at", "2019-02-12 22:33:31.743875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.745619"], ["updated_at", "2019-02-12 22:33:31.745619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.747286"], ["updated_at", "2019-02-12 22:33:31.747286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.748904"], ["updated_at", "2019-02-12 22:33:31.748904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.750542"], ["updated_at", "2019-02-12 22:33:31.750542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.752164"], ["updated_at", "2019-02-12 22:33:31.752164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.753884"], ["updated_at", "2019-02-12 22:33:31.753884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.755745"], ["updated_at", "2019-02-12 22:33:31.755745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.757522"], ["updated_at", "2019-02-12 22:33:31.757522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.759459"], ["updated_at", "2019-02-12 22:33:31.759459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.761588"], ["updated_at", "2019-02-12 22:33:31.761588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.763343"], ["updated_at", "2019-02-12 22:33:31.763343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.765033"], ["updated_at", "2019-02-12 22:33:31.765033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.766701"], ["updated_at", "2019-02-12 22:33:31.766701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.768343"], ["updated_at", "2019-02-12 22:33:31.768343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.769932"], ["updated_at", "2019-02-12 22:33:31.769932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.773302"], ["updated_at", "2019-02-12 22:33:31.773302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.776484"], ["updated_at", "2019-02-12 22:33:31.776484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.778680"], ["updated_at", "2019-02-12 22:33:31.778680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.780452"], ["updated_at", "2019-02-12 22:33:31.780452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.782678"], ["updated_at", "2019-02-12 22:33:31.782678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.784808"], ["updated_at", "2019-02-12 22:33:31.784808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.786850"], ["updated_at", "2019-02-12 22:33:31.786850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.788731"], ["updated_at", "2019-02-12 22:33:31.788731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.790564"], ["updated_at", "2019-02-12 22:33:31.790564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.792372"], ["updated_at", "2019-02-12 22:33:31.792372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.794733"], ["updated_at", "2019-02-12 22:33:31.794733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.796612"], ["updated_at", "2019-02-12 22:33:31.796612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.798379"], ["updated_at", "2019-02-12 22:33:31.798379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.800220"], ["updated_at", "2019-02-12 22:33:31.800220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.802018"], ["updated_at", "2019-02-12 22:33:31.802018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.803739"], ["updated_at", "2019-02-12 22:33:31.803739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.806164"], ["updated_at", "2019-02-12 22:33:31.806164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.808233"], ["updated_at", "2019-02-12 22:33:31.808233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.810102"], ["updated_at", "2019-02-12 22:33:31.810102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.811836"], ["updated_at", "2019-02-12 22:33:31.811836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.813684"], ["updated_at", "2019-02-12 22:33:31.813684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.815632"], ["updated_at", "2019-02-12 22:33:31.815632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.817498"], ["updated_at", "2019-02-12 22:33:31.817498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.819188"], ["updated_at", "2019-02-12 22:33:31.819188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.821104"], ["updated_at", "2019-02-12 22:33:31.821104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.822812"], ["updated_at", "2019-02-12 22:33:31.822812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.824634"], ["updated_at", "2019-02-12 22:33:31.824634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.826274"], ["updated_at", "2019-02-12 22:33:31.826274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.827857"], ["updated_at", "2019-02-12 22:33:31.827857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.829405"], ["updated_at", "2019-02-12 22:33:31.829405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.830953"], ["updated_at", "2019-02-12 22:33:31.830953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.832612"], ["updated_at", "2019-02-12 22:33:31.832612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.834201"], ["updated_at", "2019-02-12 22:33:31.834201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.835908"], ["updated_at", "2019-02-12 22:33:31.835908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.837676"], ["updated_at", "2019-02-12 22:33:31.837676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.839305"], ["updated_at", "2019-02-12 22:33:31.839305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.840895"], ["updated_at", "2019-02-12 22:33:31.840895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.842575"], ["updated_at", "2019-02-12 22:33:31.842575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.844258"], ["updated_at", "2019-02-12 22:33:31.844258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.845842"], ["updated_at", "2019-02-12 22:33:31.845842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.847366"], ["updated_at", "2019-02-12 22:33:31.847366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.848919"], ["updated_at", "2019-02-12 22:33:31.848919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.850534"], ["updated_at", "2019-02-12 22:33:31.850534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.852127"], ["updated_at", "2019-02-12 22:33:31.852127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.853817"], ["updated_at", "2019-02-12 22:33:31.853817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.855649"], ["updated_at", "2019-02-12 22:33:31.855649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.857820"], ["updated_at", "2019-02-12 22:33:31.857820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.859569"], ["updated_at", "2019-02-12 22:33:31.859569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.861440"], ["updated_at", "2019-02-12 22:33:31.861440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.863173"], ["updated_at", "2019-02-12 22:33:31.863173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.864874"], ["updated_at", "2019-02-12 22:33:31.864874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.866592"], ["updated_at", "2019-02-12 22:33:31.866592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.868245"], ["updated_at", "2019-02-12 22:33:31.868245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.869875"], ["updated_at", "2019-02-12 22:33:31.869875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.871945"], ["updated_at", "2019-02-12 22:33:31.871945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.873727"], ["updated_at", "2019-02-12 22:33:31.873727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.875398"], ["updated_at", "2019-02-12 22:33:31.875398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.876959"], ["updated_at", "2019-02-12 22:33:31.876959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.878660"], ["updated_at", "2019-02-12 22:33:31.878660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.880224"], ["updated_at", "2019-02-12 22:33:31.880224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.881777"], ["updated_at", "2019-02-12 22:33:31.881777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.883344"], ["updated_at", "2019-02-12 22:33:31.883344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.884906"], ["updated_at", "2019-02-12 22:33:31.884906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.886460"], ["updated_at", "2019-02-12 22:33:31.886460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.888168"], ["updated_at", "2019-02-12 22:33:31.888168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.890356"], ["updated_at", "2019-02-12 22:33:31.890356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.892297"], ["updated_at", "2019-02-12 22:33:31.892297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.894043"], ["updated_at", "2019-02-12 22:33:31.894043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.895733"], ["updated_at", "2019-02-12 22:33:31.895733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.897445"], ["updated_at", "2019-02-12 22:33:31.897445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.899174"], ["updated_at", "2019-02-12 22:33:31.899174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 17ms (Views: 7.4ms | ActiveRecord: 0.5ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.921504"], ["updated_at", "2019-02-12 22:33:31.921504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.924103"], ["updated_at", "2019-02-12 22:33:31.924103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.925942"], ["updated_at", "2019-02-12 22:33:31.925942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:31.931492"], ["updated_at", "2019-02-12 22:33:31.931492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.944069"], ["updated_at", "2019-02-12 22:33:31.944069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.945986"], ["updated_at", "2019-02-12 22:33:31.945986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.947763"], ["updated_at", "2019-02-12 22:33:31.947763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.949427"], ["updated_at", "2019-02-12 22:33:31.949427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.951040"], ["updated_at", "2019-02-12 22:33:31.951040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.952596"], ["updated_at", "2019-02-12 22:33:31.952596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.954369"], ["updated_at", "2019-02-12 22:33:31.954369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.956723"], ["updated_at", "2019-02-12 22:33:31.956723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.959047"], ["updated_at", "2019-02-12 22:33:31.959047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.960883"], ["updated_at", "2019-02-12 22:33:31.960883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.962706"], ["updated_at", "2019-02-12 22:33:31.962706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.964584"], ["updated_at", "2019-02-12 22:33:31.964584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.966256"], ["updated_at", "2019-02-12 22:33:31.966256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.969018"], ["updated_at", "2019-02-12 22:33:31.969018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.972180"], ["updated_at", "2019-02-12 22:33:31.972180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.973976"], ["updated_at", "2019-02-12 22:33:31.973976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.975655"], ["updated_at", "2019-02-12 22:33:31.975655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.977520"], ["updated_at", "2019-02-12 22:33:31.977520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.979326"], ["updated_at", "2019-02-12 22:33:31.979326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.980943"], ["updated_at", "2019-02-12 22:33:31.980943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.982641"], ["updated_at", "2019-02-12 22:33:31.982641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.984263"], ["updated_at", "2019-02-12 22:33:31.984263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.985862"], ["updated_at", "2019-02-12 22:33:31.985862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.988476"], ["updated_at", "2019-02-12 22:33:31.988476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.990571"], ["updated_at", "2019-02-12 22:33:31.990571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.992495"], ["updated_at", "2019-02-12 22:33:31.992495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.994334"], ["updated_at", "2019-02-12 22:33:31.994334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.996001"], ["updated_at", "2019-02-12 22:33:31.996001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.997614"], ["updated_at", "2019-02-12 22:33:31.997614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:31.999241"], ["updated_at", "2019-02-12 22:33:31.999241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.000885"], ["updated_at", "2019-02-12 22:33:32.000885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.002765"], ["updated_at", "2019-02-12 22:33:32.002765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.004566"], ["updated_at", "2019-02-12 22:33:32.004566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.006519"], ["updated_at", "2019-02-12 22:33:32.006519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.008770"], ["updated_at", "2019-02-12 22:33:32.008770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.011368"], ["updated_at", "2019-02-12 22:33:32.011368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.013255"], ["updated_at", "2019-02-12 22:33:32.013255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.014943"], ["updated_at", "2019-02-12 22:33:32.014943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.016635"], ["updated_at", "2019-02-12 22:33:32.016635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.018804"], ["updated_at", "2019-02-12 22:33:32.018804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.020600"], ["updated_at", "2019-02-12 22:33:32.020600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.022443"], ["updated_at", "2019-02-12 22:33:32.022443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.024188"], ["updated_at", "2019-02-12 22:33:32.024188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.025892"], ["updated_at", "2019-02-12 22:33:32.025892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.027546"], ["updated_at", "2019-02-12 22:33:32.027546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.029396"], ["updated_at", "2019-02-12 22:33:32.029396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.031643"], ["updated_at", "2019-02-12 22:33:32.031643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.034021"], ["updated_at", "2019-02-12 22:33:32.034021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.035919"], ["updated_at", "2019-02-12 22:33:32.035919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.037834"], ["updated_at", "2019-02-12 22:33:32.037834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.039670"], ["updated_at", "2019-02-12 22:33:32.039670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.043831"], ["updated_at", "2019-02-12 22:33:32.043831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.045928"], ["updated_at", "2019-02-12 22:33:32.045928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.047753"], ["updated_at", "2019-02-12 22:33:32.047753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.049420"], ["updated_at", "2019-02-12 22:33:32.049420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.051271"], ["updated_at", "2019-02-12 22:33:32.051271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.053131"], ["updated_at", "2019-02-12 22:33:32.053131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.055248"], ["updated_at", "2019-02-12 22:33:32.055248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.057098"], ["updated_at", "2019-02-12 22:33:32.057098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.058773"], ["updated_at", "2019-02-12 22:33:32.058773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.060327"], ["updated_at", "2019-02-12 22:33:32.060327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.061957"], ["updated_at", "2019-02-12 22:33:32.061957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.063663"], ["updated_at", "2019-02-12 22:33:32.063663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.065259"], ["updated_at", "2019-02-12 22:33:32.065259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.066989"], ["updated_at", "2019-02-12 22:33:32.066989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.068710"], ["updated_at", "2019-02-12 22:33:32.068710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.070387"], ["updated_at", "2019-02-12 22:33:32.070387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.072123"], ["updated_at", "2019-02-12 22:33:32.072123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.074060"], ["updated_at", "2019-02-12 22:33:32.074060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.075979"], ["updated_at", "2019-02-12 22:33:32.075979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.077654"], ["updated_at", "2019-02-12 22:33:32.077654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.079253"], ["updated_at", "2019-02-12 22:33:32.079253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.080842"], ["updated_at", "2019-02-12 22:33:32.080842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.082403"], ["updated_at", "2019-02-12 22:33:32.082403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.084070"], ["updated_at", "2019-02-12 22:33:32.084070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.085700"], ["updated_at", "2019-02-12 22:33:32.085700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.087518"], ["updated_at", "2019-02-12 22:33:32.087518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.089193"], ["updated_at", "2019-02-12 22:33:32.089193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.091196"], ["updated_at", "2019-02-12 22:33:32.091196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.092885"], ["updated_at", "2019-02-12 22:33:32.092885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.094495"], ["updated_at", "2019-02-12 22:33:32.094495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.096208"], ["updated_at", "2019-02-12 22:33:32.096208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.097822"], ["updated_at", "2019-02-12 22:33:32.097822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.099669"], ["updated_at", "2019-02-12 22:33:32.099669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.101420"], ["updated_at", "2019-02-12 22:33:32.101420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.103080"], ["updated_at", "2019-02-12 22:33:32.103080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.104849"], ["updated_at", "2019-02-12 22:33:32.104849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.106624"], ["updated_at", "2019-02-12 22:33:32.106624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.108332"], ["updated_at", "2019-02-12 22:33:32.108332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.110051"], ["updated_at", "2019-02-12 22:33:32.110051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.111687"], ["updated_at", "2019-02-12 22:33:32.111687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.113279"], ["updated_at", "2019-02-12 22:33:32.113279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.114779"], ["updated_at", "2019-02-12 22:33:32.114779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.116321"], ["updated_at", "2019-02-12 22:33:32.116321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.117862"], ["updated_at", "2019-02-12 22:33:32.117862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.119352"], ["updated_at", "2019-02-12 22:33:32.119352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.120930"], ["updated_at", "2019-02-12 22:33:32.120930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.122646"], ["updated_at", "2019-02-12 22:33:32.122646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.124239"], ["updated_at", "2019-02-12 22:33:32.124239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.125843"], ["updated_at", "2019-02-12 22:33:32.125843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.127357"], ["updated_at", "2019-02-12 22:33:32.127357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.128857"], ["updated_at", "2019-02-12 22:33:32.128857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.130337"], ["updated_at", "2019-02-12 22:33:32.130337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.131808"], ["updated_at", "2019-02-12 22:33:32.131808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.133386"], ["updated_at", "2019-02-12 22:33:32.133386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.135022"], ["updated_at", "2019-02-12 22:33:32.135022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.136678"], ["updated_at", "2019-02-12 22:33:32.136678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.138389"], ["updated_at", "2019-02-12 22:33:32.138389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.140299"], ["updated_at", "2019-02-12 22:33:32.140299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.142141"], ["updated_at", "2019-02-12 22:33:32.142141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.143860"], ["updated_at", "2019-02-12 22:33:32.143860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.145705"], ["updated_at", "2019-02-12 22:33:32.145705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.147344"], ["updated_at", "2019-02-12 22:33:32.147344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.148920"], ["updated_at", "2019-02-12 22:33:32.148920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.150526"], ["updated_at", "2019-02-12 22:33:32.150526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.152100"], ["updated_at", "2019-02-12 22:33:32.152100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.153715"], ["updated_at", "2019-02-12 22:33:32.153715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.155508"], ["updated_at", "2019-02-12 22:33:32.155508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.157949"], ["updated_at", "2019-02-12 22:33:32.157949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.159765"], ["updated_at", "2019-02-12 22:33:32.159765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.161500"], ["updated_at", "2019-02-12 22:33:32.161500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.163103"], ["updated_at", "2019-02-12 22:33:32.163103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.164685"], ["updated_at", "2019-02-12 22:33:32.164685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.166245"], ["updated_at", "2019-02-12 22:33:32.166245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.168610"], ["updated_at", "2019-02-12 22:33:32.168610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.170730"], ["updated_at", "2019-02-12 22:33:32.170730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.172566"], ["updated_at", "2019-02-12 22:33:32.172566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.174335"], ["updated_at", "2019-02-12 22:33:32.174335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.176056"], ["updated_at", "2019-02-12 22:33:32.176056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.177912"], ["updated_at", "2019-02-12 22:33:32.177912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.179711"], ["updated_at", "2019-02-12 22:33:32.179711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.181438"], ["updated_at", "2019-02-12 22:33:32.181438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.183153"], ["updated_at", "2019-02-12 22:33:32.183153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.189112"], ["updated_at", "2019-02-12 22:33:32.189112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.191258"], ["updated_at", "2019-02-12 22:33:32.191258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.193001"], ["updated_at", "2019-02-12 22:33:32.193001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.194629"], ["updated_at", "2019-02-12 22:33:32.194629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.196219"], ["updated_at", "2019-02-12 22:33:32.196219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.197915"], ["updated_at", "2019-02-12 22:33:32.197915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.201005"], ["updated_at", "2019-02-12 22:33:32.201005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.203282"], ["updated_at", "2019-02-12 22:33:32.203282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.205223"], ["updated_at", "2019-02-12 22:33:32.205223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.207015"], ["updated_at", "2019-02-12 22:33:32.207015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.209016"], ["updated_at", "2019-02-12 22:33:32.209016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.211515"], ["updated_at", "2019-02-12 22:33:32.211515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.213456"], ["updated_at", "2019-02-12 22:33:32.213456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.215502"], ["updated_at", "2019-02-12 22:33:32.215502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.217456"], ["updated_at", "2019-02-12 22:33:32.217456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.219215"], ["updated_at", "2019-02-12 22:33:32.219215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.221684"], ["updated_at", "2019-02-12 22:33:32.221684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.223770"], ["updated_at", "2019-02-12 22:33:32.223770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.225555"], ["updated_at", "2019-02-12 22:33:32.225555"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.227310"], ["updated_at", "2019-02-12 22:33:32.227310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.228934"], ["updated_at", "2019-02-12 22:33:32.228934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.230554"], ["updated_at", "2019-02-12 22:33:32.230554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.232723"], ["updated_at", "2019-02-12 22:33:32.232723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.234649"], ["updated_at", "2019-02-12 22:33:32.234649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.236320"], ["updated_at", "2019-02-12 22:33:32.236320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.238458"], ["updated_at", "2019-02-12 22:33:32.238458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.240212"], ["updated_at", "2019-02-12 22:33:32.240212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.241867"], ["updated_at", "2019-02-12 22:33:32.241867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.244143"], ["updated_at", "2019-02-12 22:33:32.244143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.246057"], ["updated_at", "2019-02-12 22:33:32.246057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.247781"], ["updated_at", "2019-02-12 22:33:32.247781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.249534"], ["updated_at", "2019-02-12 22:33:32.249534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.251397"], ["updated_at", "2019-02-12 22:33:32.251397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.253233"], ["updated_at", "2019-02-12 22:33:32.253233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.255594"], ["updated_at", "2019-02-12 22:33:32.255594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.257801"], ["updated_at", "2019-02-12 22:33:32.257801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.259579"], ["updated_at", "2019-02-12 22:33:32.259579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.261374"], ["updated_at", "2019-02-12 22:33:32.261374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.263278"], ["updated_at", "2019-02-12 22:33:32.263278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.264962"], ["updated_at", "2019-02-12 22:33:32.264962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.267288"], ["updated_at", "2019-02-12 22:33:32.267288"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.269128"], ["updated_at", "2019-02-12 22:33:32.269128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.271000"], ["updated_at", "2019-02-12 22:33:32.271000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.273350"], ["updated_at", "2019-02-12 22:33:32.273350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.275710"], ["updated_at", "2019-02-12 22:33:32.275710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.278146"], ["updated_at", "2019-02-12 22:33:32.278146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.280448"], ["updated_at", "2019-02-12 22:33:32.280448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.282227"], ["updated_at", "2019-02-12 22:33:32.282227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.283871"], ["updated_at", "2019-02-12 22:33:32.283871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.285666"], ["updated_at", "2019-02-12 22:33:32.285666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.287545"], ["updated_at", "2019-02-12 22:33:32.287545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.289882"], ["updated_at", "2019-02-12 22:33:32.289882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.291858"], ["updated_at", "2019-02-12 22:33:32.291858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.293719"], ["updated_at", "2019-02-12 22:33:32.293719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.295430"], ["updated_at", "2019-02-12 22:33:32.295430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.297233"], ["updated_at", "2019-02-12 22:33:32.297233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.298840"], ["updated_at", "2019-02-12 22:33:32.298840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.301183"], ["updated_at", "2019-02-12 22:33:32.301183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.303131"], ["updated_at", "2019-02-12 22:33:32.303131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.305039"], ["updated_at", "2019-02-12 22:33:32.305039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.306801"], ["updated_at", "2019-02-12 22:33:32.306801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.308722"], ["updated_at", "2019-02-12 22:33:32.308722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.310716"], ["updated_at", "2019-02-12 22:33:32.310716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.312911"], ["updated_at", "2019-02-12 22:33:32.312911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.314655"], ["updated_at", "2019-02-12 22:33:32.314655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.316396"], ["updated_at", "2019-02-12 22:33:32.316396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.318130"], ["updated_at", "2019-02-12 22:33:32.318130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.320096"], ["updated_at", "2019-02-12 22:33:32.320096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.322209"], ["updated_at", "2019-02-12 22:33:32.322209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.325126"], ["updated_at", "2019-02-12 22:33:32.325126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.327620"], ["updated_at", "2019-02-12 22:33:32.327620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.329409"], ["updated_at", "2019-02-12 22:33:32.329409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.331259"], ["updated_at", "2019-02-12 22:33:32.331259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.333246"], ["updated_at", "2019-02-12 22:33:32.333246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.335580"], ["updated_at", "2019-02-12 22:33:32.335580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.337615"], ["updated_at", "2019-02-12 22:33:32.337615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.339522"], ["updated_at", "2019-02-12 22:33:32.339522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.341354"], ["updated_at", "2019-02-12 22:33:32.341354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.346695"], ["updated_at", "2019-02-12 22:33:32.346695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.348808"], ["updated_at", "2019-02-12 22:33:32.348808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.350625"], ["updated_at", "2019-02-12 22:33:32.350625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.352490"], ["updated_at", "2019-02-12 22:33:32.352490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.354497"], ["updated_at", "2019-02-12 22:33:32.354497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.356928"], ["updated_at", "2019-02-12 22:33:32.356928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.358901"], ["updated_at", "2019-02-12 22:33:32.358901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.360828"], ["updated_at", "2019-02-12 22:33:32.360828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.362639"], ["updated_at", "2019-02-12 22:33:32.362639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.364372"], ["updated_at", "2019-02-12 22:33:32.364372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.366166"], ["updated_at", "2019-02-12 22:33:32.366166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.369213"], ["updated_at", "2019-02-12 22:33:32.369213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.372933"], ["updated_at", "2019-02-12 22:33:32.372933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.378350"], ["updated_at", "2019-02-12 22:33:32.378350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.382550"], ["updated_at", "2019-02-12 22:33:32.382550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.384501"], ["updated_at", "2019-02-12 22:33:32.384501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.387386"], ["updated_at", "2019-02-12 22:33:32.387386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.389729"], ["updated_at", "2019-02-12 22:33:32.389729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.393053"], ["updated_at", "2019-02-12 22:33:32.393053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.396900"], ["updated_at", "2019-02-12 22:33:32.396900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.399192"], ["updated_at", "2019-02-12 22:33:32.399192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.402257"], ["updated_at", "2019-02-12 22:33:32.402257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.404976"], ["updated_at", "2019-02-12 22:33:32.404976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.406990"], ["updated_at", "2019-02-12 22:33:32.406990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.409087"], ["updated_at", "2019-02-12 22:33:32.409087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.411123"], ["updated_at", "2019-02-12 22:33:32.411123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.414008"], ["updated_at", "2019-02-12 22:33:32.414008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.416041"], ["updated_at", "2019-02-12 22:33:32.416041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.417870"], ["updated_at", "2019-02-12 22:33:32.417870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.419823"], ["updated_at", "2019-02-12 22:33:32.419823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.421789"], ["updated_at", "2019-02-12 22:33:32.421789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.424870"], ["updated_at", "2019-02-12 22:33:32.424870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.427305"], ["updated_at", "2019-02-12 22:33:32.427305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.429090"], ["updated_at", "2019-02-12 22:33:32.429090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.430855"], ["updated_at", "2019-02-12 22:33:32.430855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.432536"], ["updated_at", "2019-02-12 22:33:32.432536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.434968"], ["updated_at", "2019-02-12 22:33:32.434968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.438356"], ["updated_at", "2019-02-12 22:33:32.438356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.441053"], ["updated_at", "2019-02-12 22:33:32.441053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.444753"], ["updated_at", "2019-02-12 22:33:32.444753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.448403"], ["updated_at", "2019-02-12 22:33:32.448403"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.450895"], ["updated_at", "2019-02-12 22:33:32.450895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.453447"], ["updated_at", "2019-02-12 22:33:32.453447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.456180"], ["updated_at", "2019-02-12 22:33:32.456180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.459614"], ["updated_at", "2019-02-12 22:33:32.459614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.462195"], ["updated_at", "2019-02-12 22:33:32.462195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.464508"], ["updated_at", "2019-02-12 22:33:32.464508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.467171"], ["updated_at", "2019-02-12 22:33:32.467171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.469662"], ["updated_at", "2019-02-12 22:33:32.469662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.472335"], ["updated_at", "2019-02-12 22:33:32.472335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.474884"], ["updated_at", "2019-02-12 22:33:32.474884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.477367"], ["updated_at", "2019-02-12 22:33:32.477367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.479923"], ["updated_at", "2019-02-12 22:33:32.479923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.482228"], ["updated_at", "2019-02-12 22:33:32.482228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.484550"], ["updated_at", "2019-02-12 22:33:32.484550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.486940"], ["updated_at", "2019-02-12 22:33:32.486940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.489443"], ["updated_at", "2019-02-12 22:33:32.489443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.492536"], ["updated_at", "2019-02-12 22:33:32.492536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.495115"], ["updated_at", "2019-02-12 22:33:32.495115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.497601"], ["updated_at", "2019-02-12 22:33:32.497601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.499868"], ["updated_at", "2019-02-12 22:33:32.499868"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.502703"], ["updated_at", "2019-02-12 22:33:32.502703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.505626"], ["updated_at", "2019-02-12 22:33:32.505626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.507853"], ["updated_at", "2019-02-12 22:33:32.507853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.510111"], ["updated_at", "2019-02-12 22:33:32.510111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.512396"], ["updated_at", "2019-02-12 22:33:32.512396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.515742"], ["updated_at", "2019-02-12 22:33:32.515742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.518417"], ["updated_at", "2019-02-12 22:33:32.518417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.520806"], ["updated_at", "2019-02-12 22:33:32.520806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.523214"], ["updated_at", "2019-02-12 22:33:32.523214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.526109"], ["updated_at", "2019-02-12 22:33:32.526109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.528714"], ["updated_at", "2019-02-12 22:33:32.528714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.531021"], ["updated_at", "2019-02-12 22:33:32.531021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.533365"], ["updated_at", "2019-02-12 22:33:32.533365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.536552"], ["updated_at", "2019-02-12 22:33:32.536552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.544921"], ["updated_at", "2019-02-12 22:33:32.544921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.546906"], ["updated_at", "2019-02-12 22:33:32.546906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.549821"], ["updated_at", "2019-02-12 22:33:32.549821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.552022"], ["updated_at", "2019-02-12 22:33:32.552022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.554123"], ["updated_at", "2019-02-12 22:33:32.554123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.555957"], ["updated_at", "2019-02-12 22:33:32.555957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.557903"], ["updated_at", "2019-02-12 22:33:32.557903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.560421"], ["updated_at", "2019-02-12 22:33:32.560421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.562345"], ["updated_at", "2019-02-12 22:33:32.562345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.564139"], ["updated_at", "2019-02-12 22:33:32.564139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.565877"], ["updated_at", "2019-02-12 22:33:32.565877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.567594"], ["updated_at", "2019-02-12 22:33:32.567594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.569904"], ["updated_at", "2019-02-12 22:33:32.569904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.572170"], ["updated_at", "2019-02-12 22:33:32.572170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.573970"], ["updated_at", "2019-02-12 22:33:32.573970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.576085"], ["updated_at", "2019-02-12 22:33:32.576085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.577893"], ["updated_at", "2019-02-12 22:33:32.577893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.579705"], ["updated_at", "2019-02-12 22:33:32.579705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.581988"], ["updated_at", "2019-02-12 22:33:32.581988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.583716"], ["updated_at", "2019-02-12 22:33:32.583716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.585271"], ["updated_at", "2019-02-12 22:33:32.585271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.587188"], ["updated_at", "2019-02-12 22:33:32.587188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.588957"], ["updated_at", "2019-02-12 22:33:32.588957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.590650"], ["updated_at", "2019-02-12 22:33:32.590650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.592991"], ["updated_at", "2019-02-12 22:33:32.592991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.594973"], ["updated_at", "2019-02-12 22:33:32.594973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.596666"], ["updated_at", "2019-02-12 22:33:32.596666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.598408"], ["updated_at", "2019-02-12 22:33:32.598408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.600198"], ["updated_at", "2019-02-12 22:33:32.600198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.601953"], ["updated_at", "2019-02-12 22:33:32.601953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.604763"], ["updated_at", "2019-02-12 22:33:32.604763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.606734"], ["updated_at", "2019-02-12 22:33:32.606734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.608713"], ["updated_at", "2019-02-12 22:33:32.608713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.610692"], ["updated_at", "2019-02-12 22:33:32.610692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.612447"], ["updated_at", "2019-02-12 22:33:32.612447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.614387"], ["updated_at", "2019-02-12 22:33:32.614387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.616775"], ["updated_at", "2019-02-12 22:33:32.616775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.618618"], ["updated_at", "2019-02-12 22:33:32.618618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.620630"], ["updated_at", "2019-02-12 22:33:32.620630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.622784"], ["updated_at", "2019-02-12 22:33:32.622784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.624694"], ["updated_at", "2019-02-12 22:33:32.624694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.627064"], ["updated_at", "2019-02-12 22:33:32.627064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.628966"], ["updated_at", "2019-02-12 22:33:32.628966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.630669"], ["updated_at", "2019-02-12 22:33:32.630669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.632904"], ["updated_at", "2019-02-12 22:33:32.632904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.634812"], ["updated_at", "2019-02-12 22:33:32.634812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.636632"], ["updated_at", "2019-02-12 22:33:32.636632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.639382"], ["updated_at", "2019-02-12 22:33:32.639382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.641419"], ["updated_at", "2019-02-12 22:33:32.641419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.643166"], ["updated_at", "2019-02-12 22:33:32.643166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.645224"], ["updated_at", "2019-02-12 22:33:32.645224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.647042"], ["updated_at", "2019-02-12 22:33:32.647042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.649432"], ["updated_at", "2019-02-12 22:33:32.649432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.651387"], ["updated_at", "2019-02-12 22:33:32.651387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.653196"], ["updated_at", "2019-02-12 22:33:32.653196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.655190"], ["updated_at", "2019-02-12 22:33:32.655190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.657351"], ["updated_at", "2019-02-12 22:33:32.657351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.659416"], ["updated_at", "2019-02-12 22:33:32.659416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.662977"], ["updated_at", "2019-02-12 22:33:32.662977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.665095"], ["updated_at", "2019-02-12 22:33:32.665095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.666926"], ["updated_at", "2019-02-12 22:33:32.666926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.668893"], ["updated_at", "2019-02-12 22:33:32.668893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.671435"], ["updated_at", "2019-02-12 22:33:32.671435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.673902"], ["updated_at", "2019-02-12 22:33:32.673902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.676437"], ["updated_at", "2019-02-12 22:33:32.676437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.678478"], ["updated_at", "2019-02-12 22:33:32.678478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.680468"], ["updated_at", "2019-02-12 22:33:32.680468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.682844"], ["updated_at", "2019-02-12 22:33:32.682844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.685326"], ["updated_at", "2019-02-12 22:33:32.685326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.687629"], ["updated_at", "2019-02-12 22:33:32.687629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.689557"], ["updated_at", "2019-02-12 22:33:32.689557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.691690"], ["updated_at", "2019-02-12 22:33:32.691690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.694066"], ["updated_at", "2019-02-12 22:33:32.694066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.695864"], ["updated_at", "2019-02-12 22:33:32.695864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.697419"], ["updated_at", "2019-02-12 22:33:32.697419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.699066"], ["updated_at", "2019-02-12 22:33:32.699066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.700828"], ["updated_at", "2019-02-12 22:33:32.700828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.702605"], ["updated_at", "2019-02-12 22:33:32.702605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.704664"], ["updated_at", "2019-02-12 22:33:32.704664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.706477"], ["updated_at", "2019-02-12 22:33:32.706477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.708439"], ["updated_at", "2019-02-12 22:33:32.708439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.710254"], ["updated_at", "2019-02-12 22:33:32.710254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.711950"], ["updated_at", "2019-02-12 22:33:32.711950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.713701"], ["updated_at", "2019-02-12 22:33:32.713701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.715453"], ["updated_at", "2019-02-12 22:33:32.715453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.717336"], ["updated_at", "2019-02-12 22:33:32.717336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.722174"], ["updated_at", "2019-02-12 22:33:32.722174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.724130"], ["updated_at", "2019-02-12 22:33:32.724130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.725991"], ["updated_at", "2019-02-12 22:33:32.725991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.727678"], ["updated_at", "2019-02-12 22:33:32.727678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.729256"], ["updated_at", "2019-02-12 22:33:32.729256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.730985"], ["updated_at", "2019-02-12 22:33:32.730985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.732601"], ["updated_at", "2019-02-12 22:33:32.732601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.734374"], ["updated_at", "2019-02-12 22:33:32.734374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.736025"], ["updated_at", "2019-02-12 22:33:32.736025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.738384"], ["updated_at", "2019-02-12 22:33:32.738384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.740239"], ["updated_at", "2019-02-12 22:33:32.740239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.741999"], ["updated_at", "2019-02-12 22:33:32.741999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.743809"], ["updated_at", "2019-02-12 22:33:32.743809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.745438"], ["updated_at", "2019-02-12 22:33:32.745438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.747014"], ["updated_at", "2019-02-12 22:33:32.747014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.748672"], ["updated_at", "2019-02-12 22:33:32.748672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.750322"], ["updated_at", "2019-02-12 22:33:32.750322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.751979"], ["updated_at", "2019-02-12 22:33:32.751979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.753974"], ["updated_at", "2019-02-12 22:33:32.753974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.755790"], ["updated_at", "2019-02-12 22:33:32.755790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.757598"], ["updated_at", "2019-02-12 22:33:32.757598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.759309"], ["updated_at", "2019-02-12 22:33:32.759309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.761065"], ["updated_at", "2019-02-12 22:33:32.761065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.762711"], ["updated_at", "2019-02-12 22:33:32.762711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.764366"], ["updated_at", "2019-02-12 22:33:32.764366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.766019"], ["updated_at", "2019-02-12 22:33:32.766019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.767712"], ["updated_at", "2019-02-12 22:33:32.767712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.769319"], ["updated_at", "2019-02-12 22:33:32.769319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:32.779275"], ["updated_at", "2019-02-12 22:33:32.779275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.781678"], ["updated_at", "2019-02-12 22:33:32.781678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.783566"], ["updated_at", "2019-02-12 22:33:32.783566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:32.790282"], ["updated_at", "2019-02-12 22:33:32.790282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.793005"], ["updated_at", "2019-02-12 22:33:32.793005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.794912"], ["updated_at", "2019-02-12 22:33:32.794912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.796670"], ["updated_at", "2019-02-12 22:33:32.796670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.798254"], ["updated_at", "2019-02-12 22:33:32.798254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.800044"], ["updated_at", "2019-02-12 22:33:32.800044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.801914"], ["updated_at", "2019-02-12 22:33:32.801914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.803583"], ["updated_at", "2019-02-12 22:33:32.803583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.805729"], ["updated_at", "2019-02-12 22:33:32.805729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.807667"], ["updated_at", "2019-02-12 22:33:32.807667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.809492"], ["updated_at", "2019-02-12 22:33:32.809492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.811136"], ["updated_at", "2019-02-12 22:33:32.811136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.812963"], ["updated_at", "2019-02-12 22:33:32.812963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.815316"], ["updated_at", "2019-02-12 22:33:32.815316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.817161"], ["updated_at", "2019-02-12 22:33:32.817161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.820321"], ["updated_at", "2019-02-12 22:33:32.820321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.822316"], ["updated_at", "2019-02-12 22:33:32.822316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.823963"], ["updated_at", "2019-02-12 22:33:32.823963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.825933"], ["updated_at", "2019-02-12 22:33:32.825933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.827624"], ["updated_at", "2019-02-12 22:33:32.827624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.829264"], ["updated_at", "2019-02-12 22:33:32.829264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.830985"], ["updated_at", "2019-02-12 22:33:32.830985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.832915"], ["updated_at", "2019-02-12 22:33:32.832915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.834690"], ["updated_at", "2019-02-12 22:33:32.834690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.836399"], ["updated_at", "2019-02-12 22:33:32.836399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.838862"], ["updated_at", "2019-02-12 22:33:32.838862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.840710"], ["updated_at", "2019-02-12 22:33:32.840710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.842683"], ["updated_at", "2019-02-12 22:33:32.842683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.844412"], ["updated_at", "2019-02-12 22:33:32.844412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.846049"], ["updated_at", "2019-02-12 22:33:32.846049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.847669"], ["updated_at", "2019-02-12 22:33:32.847669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.849239"], ["updated_at", "2019-02-12 22:33:32.849239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.850820"], ["updated_at", "2019-02-12 22:33:32.850820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.852397"], ["updated_at", "2019-02-12 22:33:32.852397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.854388"], ["updated_at", "2019-02-12 22:33:32.854388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.856340"], ["updated_at", "2019-02-12 22:33:32.856340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.858215"], ["updated_at", "2019-02-12 22:33:32.858215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.859970"], ["updated_at", "2019-02-12 22:33:32.859970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.861652"], ["updated_at", "2019-02-12 22:33:32.861652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.863328"], ["updated_at", "2019-02-12 22:33:32.863328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.865204"], ["updated_at", "2019-02-12 22:33:32.865204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.866991"], ["updated_at", "2019-02-12 22:33:32.866991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.868742"], ["updated_at", "2019-02-12 22:33:32.868742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.870662"], ["updated_at", "2019-02-12 22:33:32.870662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.872422"], ["updated_at", "2019-02-12 22:33:32.872422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.876763"], ["updated_at", "2019-02-12 22:33:32.876763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.878596"], ["updated_at", "2019-02-12 22:33:32.878596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.880265"], ["updated_at", "2019-02-12 22:33:32.880265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.881931"], ["updated_at", "2019-02-12 22:33:32.881931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.883527"], ["updated_at", "2019-02-12 22:33:32.883527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.885189"], ["updated_at", "2019-02-12 22:33:32.885189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.886872"], ["updated_at", "2019-02-12 22:33:32.886872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.889223"], ["updated_at", "2019-02-12 22:33:32.889223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.891340"], ["updated_at", "2019-02-12 22:33:32.891340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.893147"], ["updated_at", "2019-02-12 22:33:32.893147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.894792"], ["updated_at", "2019-02-12 22:33:32.894792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.896399"], ["updated_at", "2019-02-12 22:33:32.896399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.898047"], ["updated_at", "2019-02-12 22:33:32.898047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.899753"], ["updated_at", "2019-02-12 22:33:32.899753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.901457"], ["updated_at", "2019-02-12 22:33:32.901457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.903069"], ["updated_at", "2019-02-12 22:33:32.903069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.904915"], ["updated_at", "2019-02-12 22:33:32.904915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.906547"], ["updated_at", "2019-02-12 22:33:32.906547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.908339"], ["updated_at", "2019-02-12 22:33:32.908339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.909986"], ["updated_at", "2019-02-12 22:33:32.909986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.911657"], ["updated_at", "2019-02-12 22:33:32.911657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.913256"], ["updated_at", "2019-02-12 22:33:32.913256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.914839"], ["updated_at", "2019-02-12 22:33:32.914839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.916373"], ["updated_at", "2019-02-12 22:33:32.916373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.918001"], ["updated_at", "2019-02-12 22:33:32.918001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.919618"], ["updated_at", "2019-02-12 22:33:32.919618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.921454"], ["updated_at", "2019-02-12 22:33:32.921454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.923347"], ["updated_at", "2019-02-12 22:33:32.923347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.925227"], ["updated_at", "2019-02-12 22:33:32.925227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.926919"], ["updated_at", "2019-02-12 22:33:32.926919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.928554"], ["updated_at", "2019-02-12 22:33:32.928554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.930198"], ["updated_at", "2019-02-12 22:33:32.930198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.931824"], ["updated_at", "2019-02-12 22:33:32.931824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.933529"], ["updated_at", "2019-02-12 22:33:32.933529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.935306"], ["updated_at", "2019-02-12 22:33:32.935306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.937144"], ["updated_at", "2019-02-12 22:33:32.937144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.939147"], ["updated_at", "2019-02-12 22:33:32.939147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.941116"], ["updated_at", "2019-02-12 22:33:32.941116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.942843"], ["updated_at", "2019-02-12 22:33:32.942843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.944484"], ["updated_at", "2019-02-12 22:33:32.944484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.946734"], ["updated_at", "2019-02-12 22:33:32.946734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.948845"], ["updated_at", "2019-02-12 22:33:32.948845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.950555"], ["updated_at", "2019-02-12 22:33:32.950555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.952393"], ["updated_at", "2019-02-12 22:33:32.952393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.954313"], ["updated_at", "2019-02-12 22:33:32.954313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.956021"], ["updated_at", "2019-02-12 22:33:32.956021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.957887"], ["updated_at", "2019-02-12 22:33:32.957887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.959613"], ["updated_at", "2019-02-12 22:33:32.959613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.961191"], ["updated_at", "2019-02-12 22:33:32.961191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.962753"], ["updated_at", "2019-02-12 22:33:32.962753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.964288"], ["updated_at", "2019-02-12 22:33:32.964288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.965816"], ["updated_at", "2019-02-12 22:33:32.965816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.967421"], ["updated_at", "2019-02-12 22:33:32.967421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.969115"], ["updated_at", "2019-02-12 22:33:32.969115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.971124"], ["updated_at", "2019-02-12 22:33:32.971124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.972870"], ["updated_at", "2019-02-12 22:33:32.972870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.974719"], ["updated_at", "2019-02-12 22:33:32.974719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.976443"], ["updated_at", "2019-02-12 22:33:32.976443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.978129"], ["updated_at", "2019-02-12 22:33:32.978129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.980078"], ["updated_at", "2019-02-12 22:33:32.980078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.982196"], ["updated_at", "2019-02-12 22:33:32.982196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.984508"], ["updated_at", "2019-02-12 22:33:32.984508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.986878"], ["updated_at", "2019-02-12 22:33:32.986878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.988996"], ["updated_at", "2019-02-12 22:33:32.988996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.991165"], ["updated_at", "2019-02-12 22:33:32.991165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.993085"], ["updated_at", "2019-02-12 22:33:32.993085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.994916"], ["updated_at", "2019-02-12 22:33:32.994916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.996834"], ["updated_at", "2019-02-12 22:33:32.996834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:32.999336"], ["updated_at", "2019-02-12 22:33:32.999336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.002317"], ["updated_at", "2019-02-12 22:33:33.002317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.004789"], ["updated_at", "2019-02-12 22:33:33.004789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.006704"], ["updated_at", "2019-02-12 22:33:33.006704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.008767"], ["updated_at", "2019-02-12 22:33:33.008767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.010625"], ["updated_at", "2019-02-12 22:33:33.010625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.012549"], ["updated_at", "2019-02-12 22:33:33.012549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.014370"], ["updated_at", "2019-02-12 22:33:33.014370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.016153"], ["updated_at", "2019-02-12 22:33:33.016153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.018043"], ["updated_at", "2019-02-12 22:33:33.018043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.022738"], ["updated_at", "2019-02-12 22:33:33.022738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.024650"], ["updated_at", "2019-02-12 22:33:33.024650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.026384"], ["updated_at", "2019-02-12 22:33:33.026384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.028141"], ["updated_at", "2019-02-12 22:33:33.028141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.029796"], ["updated_at", "2019-02-12 22:33:33.029796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.031365"], ["updated_at", "2019-02-12 22:33:33.031365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.033167"], ["updated_at", "2019-02-12 22:33:33.033167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.034822"], ["updated_at", "2019-02-12 22:33:33.034822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.036418"], ["updated_at", "2019-02-12 22:33:33.036418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.038284"], ["updated_at", "2019-02-12 22:33:33.038284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.040253"], ["updated_at", "2019-02-12 22:33:33.040253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.042560"], ["updated_at", "2019-02-12 22:33:33.042560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.044243"], ["updated_at", "2019-02-12 22:33:33.044243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.045874"], ["updated_at", "2019-02-12 22:33:33.045874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.047458"], ["updated_at", "2019-02-12 22:33:33.047458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.049027"], ["updated_at", "2019-02-12 22:33:33.049027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.050822"], ["updated_at", "2019-02-12 22:33:33.050822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.052571"], ["updated_at", "2019-02-12 22:33:33.052571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.054909"], ["updated_at", "2019-02-12 22:33:33.054909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.056938"], ["updated_at", "2019-02-12 22:33:33.056938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.058783"], ["updated_at", "2019-02-12 22:33:33.058783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.060525"], ["updated_at", "2019-02-12 22:33:33.060525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.062257"], ["updated_at", "2019-02-12 22:33:33.062257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.063924"], ["updated_at", "2019-02-12 22:33:33.063924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.065562"], ["updated_at", "2019-02-12 22:33:33.065562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.067558"], ["updated_at", "2019-02-12 22:33:33.067558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.069367"], ["updated_at", "2019-02-12 22:33:33.069367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.071278"], ["updated_at", "2019-02-12 22:33:33.071278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.072975"], ["updated_at", "2019-02-12 22:33:33.072975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.075207"], ["updated_at", "2019-02-12 22:33:33.075207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.077001"], ["updated_at", "2019-02-12 22:33:33.077001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.078691"], ["updated_at", "2019-02-12 22:33:33.078691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.080414"], ["updated_at", "2019-02-12 22:33:33.080414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.082046"], ["updated_at", "2019-02-12 22:33:33.082046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.083865"], ["updated_at", "2019-02-12 22:33:33.083865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.085685"], ["updated_at", "2019-02-12 22:33:33.085685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.087737"], ["updated_at", "2019-02-12 22:33:33.087737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.089461"], ["updated_at", "2019-02-12 22:33:33.089461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.091734"], ["updated_at", "2019-02-12 22:33:33.091734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.093460"], ["updated_at", "2019-02-12 22:33:33.093460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.095202"], ["updated_at", "2019-02-12 22:33:33.095202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.097097"], ["updated_at", "2019-02-12 22:33:33.097097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.098802"], ["updated_at", "2019-02-12 22:33:33.098802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.100424"], ["updated_at", "2019-02-12 22:33:33.100424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.102148"], ["updated_at", "2019-02-12 22:33:33.102148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.104097"], ["updated_at", "2019-02-12 22:33:33.104097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.105864"], ["updated_at", "2019-02-12 22:33:33.105864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.107612"], ["updated_at", "2019-02-12 22:33:33.107612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.109424"], ["updated_at", "2019-02-12 22:33:33.109424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.111080"], ["updated_at", "2019-02-12 22:33:33.111080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.112673"], ["updated_at", "2019-02-12 22:33:33.112673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.114281"], ["updated_at", "2019-02-12 22:33:33.114281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.115899"], ["updated_at", "2019-02-12 22:33:33.115899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.117524"], ["updated_at", "2019-02-12 22:33:33.117524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.119200"], ["updated_at", "2019-02-12 22:33:33.119200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.121851"], ["updated_at", "2019-02-12 22:33:33.121851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.124077"], ["updated_at", "2019-02-12 22:33:33.124077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.125965"], ["updated_at", "2019-02-12 22:33:33.125965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.127685"], ["updated_at", "2019-02-12 22:33:33.127685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.129337"], ["updated_at", "2019-02-12 22:33:33.129337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.131004"], ["updated_at", "2019-02-12 22:33:33.131004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.132938"], ["updated_at", "2019-02-12 22:33:33.132938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.134747"], ["updated_at", "2019-02-12 22:33:33.134747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.138446"], ["updated_at", "2019-02-12 22:33:33.138446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.140341"], ["updated_at", "2019-02-12 22:33:33.140341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.142331"], ["updated_at", "2019-02-12 22:33:33.142331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.144258"], ["updated_at", "2019-02-12 22:33:33.144258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.145993"], ["updated_at", "2019-02-12 22:33:33.145993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.147659"], ["updated_at", "2019-02-12 22:33:33.147659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.149250"], ["updated_at", "2019-02-12 22:33:33.149250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.150999"], ["updated_at", "2019-02-12 22:33:33.150999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.152705"], ["updated_at", "2019-02-12 22:33:33.152705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.155735"], ["updated_at", "2019-02-12 22:33:33.155735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.158052"], ["updated_at", "2019-02-12 22:33:33.158052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.162810"], ["updated_at", "2019-02-12 22:33:33.162810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.164750"], ["updated_at", "2019-02-12 22:33:33.164750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.166723"], ["updated_at", "2019-02-12 22:33:33.166723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.168527"], ["updated_at", "2019-02-12 22:33:33.168527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.170345"], ["updated_at", "2019-02-12 22:33:33.170345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.172264"], ["updated_at", "2019-02-12 22:33:33.172264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.174168"], ["updated_at", "2019-02-12 22:33:33.174168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.175933"], ["updated_at", "2019-02-12 22:33:33.175933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.177771"], ["updated_at", "2019-02-12 22:33:33.177771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.179566"], ["updated_at", "2019-02-12 22:33:33.179566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.181204"], ["updated_at", "2019-02-12 22:33:33.181204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.182834"], ["updated_at", "2019-02-12 22:33:33.182834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.184404"], ["updated_at", "2019-02-12 22:33:33.184404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.186093"], ["updated_at", "2019-02-12 22:33:33.186093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.187945"], ["updated_at", "2019-02-12 22:33:33.187945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.189727"], ["updated_at", "2019-02-12 22:33:33.189727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.191533"], ["updated_at", "2019-02-12 22:33:33.191533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.193515"], ["updated_at", "2019-02-12 22:33:33.193515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.195168"], ["updated_at", "2019-02-12 22:33:33.195168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.196684"], ["updated_at", "2019-02-12 22:33:33.196684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.198246"], ["updated_at", "2019-02-12 22:33:33.198246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.199796"], ["updated_at", "2019-02-12 22:33:33.199796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.201513"], ["updated_at", "2019-02-12 22:33:33.201513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.203151"], ["updated_at", "2019-02-12 22:33:33.203151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.205108"], ["updated_at", "2019-02-12 22:33:33.205108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.206800"], ["updated_at", "2019-02-12 22:33:33.206800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.208677"], ["updated_at", "2019-02-12 22:33:33.208677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.210370"], ["updated_at", "2019-02-12 22:33:33.210370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.212257"], ["updated_at", "2019-02-12 22:33:33.212257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.213991"], ["updated_at", "2019-02-12 22:33:33.213991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.215635"], ["updated_at", "2019-02-12 22:33:33.215635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.217249"], ["updated_at", "2019-02-12 22:33:33.217249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.218997"], ["updated_at", "2019-02-12 22:33:33.218997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.221781"], ["updated_at", "2019-02-12 22:33:33.221781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.223756"], ["updated_at", "2019-02-12 22:33:33.223756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.225699"], ["updated_at", "2019-02-12 22:33:33.225699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.227417"], ["updated_at", "2019-02-12 22:33:33.227417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.229076"], ["updated_at", "2019-02-12 22:33:33.229076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.230803"], ["updated_at", "2019-02-12 22:33:33.230803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.232401"], ["updated_at", "2019-02-12 22:33:33.232401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.234154"], ["updated_at", "2019-02-12 22:33:33.234154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.235834"], ["updated_at", "2019-02-12 22:33:33.235834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.238011"], ["updated_at", "2019-02-12 22:33:33.238011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.239757"], ["updated_at", "2019-02-12 22:33:33.239757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.241588"], ["updated_at", "2019-02-12 22:33:33.241588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.243486"], ["updated_at", "2019-02-12 22:33:33.243486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.245303"], ["updated_at", "2019-02-12 22:33:33.245303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.246924"], ["updated_at", "2019-02-12 22:33:33.246924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.248604"], ["updated_at", "2019-02-12 22:33:33.248604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.250238"], ["updated_at", "2019-02-12 22:33:33.250238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.251881"], ["updated_at", "2019-02-12 22:33:33.251881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.254120"], ["updated_at", "2019-02-12 22:33:33.254120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.255845"], ["updated_at", "2019-02-12 22:33:33.255845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.257840"], ["updated_at", "2019-02-12 22:33:33.257840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.259787"], ["updated_at", "2019-02-12 22:33:33.259787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.261831"], ["updated_at", "2019-02-12 22:33:33.261831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.263659"], ["updated_at", "2019-02-12 22:33:33.263659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.265334"], ["updated_at", "2019-02-12 22:33:33.265334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.267253"], ["updated_at", "2019-02-12 22:33:33.267253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.269041"], ["updated_at", "2019-02-12 22:33:33.269041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.271014"], ["updated_at", "2019-02-12 22:33:33.271014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.272901"], ["updated_at", "2019-02-12 22:33:33.272901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.274727"], ["updated_at", "2019-02-12 22:33:33.274727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.276500"], ["updated_at", "2019-02-12 22:33:33.276500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.278157"], ["updated_at", "2019-02-12 22:33:33.278157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.279929"], ["updated_at", "2019-02-12 22:33:33.279929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.281572"], ["updated_at", "2019-02-12 22:33:33.281572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.283293"], ["updated_at", "2019-02-12 22:33:33.283293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.285065"], ["updated_at", "2019-02-12 22:33:33.285065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.286975"], ["updated_at", "2019-02-12 22:33:33.286975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.289028"], ["updated_at", "2019-02-12 22:33:33.289028"]]  (2.7ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.293712"], ["updated_at", "2019-02-12 22:33:33.293712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.295608"], ["updated_at", "2019-02-12 22:33:33.295608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.297341"], ["updated_at", "2019-02-12 22:33:33.297341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.298988"], ["updated_at", "2019-02-12 22:33:33.298988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.300735"], ["updated_at", "2019-02-12 22:33:33.300735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.302414"], ["updated_at", "2019-02-12 22:33:33.302414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.304253"], ["updated_at", "2019-02-12 22:33:33.304253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.306244"], ["updated_at", "2019-02-12 22:33:33.306244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.308166"], ["updated_at", "2019-02-12 22:33:33.308166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.309910"], ["updated_at", "2019-02-12 22:33:33.309910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.311565"], ["updated_at", "2019-02-12 22:33:33.311565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.313154"], ["updated_at", "2019-02-12 22:33:33.313154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.314822"], ["updated_at", "2019-02-12 22:33:33.314822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.316804"], ["updated_at", "2019-02-12 22:33:33.316804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.318667"], ["updated_at", "2019-02-12 22:33:33.318667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.320633"], ["updated_at", "2019-02-12 22:33:33.320633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.322420"], ["updated_at", "2019-02-12 22:33:33.322420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.324058"], ["updated_at", "2019-02-12 22:33:33.324058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.325869"], ["updated_at", "2019-02-12 22:33:33.325869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.327534"], ["updated_at", "2019-02-12 22:33:33.327534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.329278"], ["updated_at", "2019-02-12 22:33:33.329278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.330960"], ["updated_at", "2019-02-12 22:33:33.330960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.332582"], ["updated_at", "2019-02-12 22:33:33.332582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.334203"], ["updated_at", "2019-02-12 22:33:33.334203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.335840"], ["updated_at", "2019-02-12 22:33:33.335840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.337641"], ["updated_at", "2019-02-12 22:33:33.337641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.339387"], ["updated_at", "2019-02-12 22:33:33.339387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.341346"], ["updated_at", "2019-02-12 22:33:33.341346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.343166"], ["updated_at", "2019-02-12 22:33:33.343166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.344817"], ["updated_at", "2019-02-12 22:33:33.344817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.346668"], ["updated_at", "2019-02-12 22:33:33.346668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.348409"], ["updated_at", "2019-02-12 22:33:33.348409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.350017"], ["updated_at", "2019-02-12 22:33:33.350017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.351653"], ["updated_at", "2019-02-12 22:33:33.351653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.353497"], ["updated_at", "2019-02-12 22:33:33.353497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.355189"], ["updated_at", "2019-02-12 22:33:33.355189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.356871"], ["updated_at", "2019-02-12 22:33:33.356871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.358520"], ["updated_at", "2019-02-12 22:33:33.358520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.360145"], ["updated_at", "2019-02-12 22:33:33.360145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.361764"], ["updated_at", "2019-02-12 22:33:33.361764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.363431"], ["updated_at", "2019-02-12 22:33:33.363431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.365181"], ["updated_at", "2019-02-12 22:33:33.365181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.366877"], ["updated_at", "2019-02-12 22:33:33.366877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.368509"], ["updated_at", "2019-02-12 22:33:33.368509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.370129"], ["updated_at", "2019-02-12 22:33:33.370129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.371917"], ["updated_at", "2019-02-12 22:33:33.371917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.373705"], ["updated_at", "2019-02-12 22:33:33.373705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.375642"], ["updated_at", "2019-02-12 22:33:33.375642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.377501"], ["updated_at", "2019-02-12 22:33:33.377501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.379159"], ["updated_at", "2019-02-12 22:33:33.379159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.380907"], ["updated_at", "2019-02-12 22:33:33.380907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.382758"], ["updated_at", "2019-02-12 22:33:33.382758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.384489"], ["updated_at", "2019-02-12 22:33:33.384489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.386144"], ["updated_at", "2019-02-12 22:33:33.386144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.388087"], ["updated_at", "2019-02-12 22:33:33.388087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.389900"], ["updated_at", "2019-02-12 22:33:33.389900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.391656"], ["updated_at", "2019-02-12 22:33:33.391656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.393408"], ["updated_at", "2019-02-12 22:33:33.393408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.395129"], ["updated_at", "2019-02-12 22:33:33.395129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.396852"], ["updated_at", "2019-02-12 22:33:33.396852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.398573"], ["updated_at", "2019-02-12 22:33:33.398573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.400332"], ["updated_at", "2019-02-12 22:33:33.400332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.402114"], ["updated_at", "2019-02-12 22:33:33.402114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.403985"], ["updated_at", "2019-02-12 22:33:33.403985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.405931"], ["updated_at", "2019-02-12 22:33:33.405931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.407986"], ["updated_at", "2019-02-12 22:33:33.407986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.409896"], ["updated_at", "2019-02-12 22:33:33.409896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.414082"], ["updated_at", "2019-02-12 22:33:33.414082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.415854"], ["updated_at", "2019-02-12 22:33:33.415854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.417674"], ["updated_at", "2019-02-12 22:33:33.417674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.419490"], ["updated_at", "2019-02-12 22:33:33.419490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.421445"], ["updated_at", "2019-02-12 22:33:33.421445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.423251"], ["updated_at", "2019-02-12 22:33:33.423251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.425013"], ["updated_at", "2019-02-12 22:33:33.425013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.426800"], ["updated_at", "2019-02-12 22:33:33.426800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.428535"], ["updated_at", "2019-02-12 22:33:33.428535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.430218"], ["updated_at", "2019-02-12 22:33:33.430218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.431835"], ["updated_at", "2019-02-12 22:33:33.431835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.433492"], ["updated_at", "2019-02-12 22:33:33.433492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.435228"], ["updated_at", "2019-02-12 22:33:33.435228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.437144"], ["updated_at", "2019-02-12 22:33:33.437144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.439364"], ["updated_at", "2019-02-12 22:33:33.439364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.441119"], ["updated_at", "2019-02-12 22:33:33.441119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.442856"], ["updated_at", "2019-02-12 22:33:33.442856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.444625"], ["updated_at", "2019-02-12 22:33:33.444625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.446485"], ["updated_at", "2019-02-12 22:33:33.446485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.448162"], ["updated_at", "2019-02-12 22:33:33.448162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.449786"], ["updated_at", "2019-02-12 22:33:33.449786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.451411"], ["updated_at", "2019-02-12 22:33:33.451411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.453638"], ["updated_at", "2019-02-12 22:33:33.453638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.455633"], ["updated_at", "2019-02-12 22:33:33.455633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.457808"], ["updated_at", "2019-02-12 22:33:33.457808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.459718"], ["updated_at", "2019-02-12 22:33:33.459718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.461557"], ["updated_at", "2019-02-12 22:33:33.461557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.463309"], ["updated_at", "2019-02-12 22:33:33.463309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.464933"], ["updated_at", "2019-02-12 22:33:33.464933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.466524"], ["updated_at", "2019-02-12 22:33:33.466524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.468173"], ["updated_at", "2019-02-12 22:33:33.468173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.469990"], ["updated_at", "2019-02-12 22:33:33.469990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.471798"], ["updated_at", "2019-02-12 22:33:33.471798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.473521"], ["updated_at", "2019-02-12 22:33:33.473521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.475189"], ["updated_at", "2019-02-12 22:33:33.475189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.476792"], ["updated_at", "2019-02-12 22:33:33.476792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.478368"], ["updated_at", "2019-02-12 22:33:33.478368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.479962"], ["updated_at", "2019-02-12 22:33:33.479962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.481575"], ["updated_at", "2019-02-12 22:33:33.481575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.483148"], ["updated_at", "2019-02-12 22:33:33.483148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.484744"], ["updated_at", "2019-02-12 22:33:33.484744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.486324"], ["updated_at", "2019-02-12 22:33:33.486324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.488042"], ["updated_at", "2019-02-12 22:33:33.488042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.489883"], ["updated_at", "2019-02-12 22:33:33.489883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.491813"], ["updated_at", "2019-02-12 22:33:33.491813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.493656"], ["updated_at", "2019-02-12 22:33:33.493656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.495346"], ["updated_at", "2019-02-12 22:33:33.495346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.497341"], ["updated_at", "2019-02-12 22:33:33.497341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.499172"], ["updated_at", "2019-02-12 22:33:33.499172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.500792"], ["updated_at", "2019-02-12 22:33:33.500792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.502441"], ["updated_at", "2019-02-12 22:33:33.502441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.504461"], ["updated_at", "2019-02-12 22:33:33.504461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.506227"], ["updated_at", "2019-02-12 22:33:33.506227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.507972"], ["updated_at", "2019-02-12 22:33:33.507972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.509678"], ["updated_at", "2019-02-12 22:33:33.509678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.511244"], ["updated_at", "2019-02-12 22:33:33.511244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.512811"], ["updated_at", "2019-02-12 22:33:33.512811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.514388"], ["updated_at", "2019-02-12 22:33:33.514388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.516166"], ["updated_at", "2019-02-12 22:33:33.516166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.517817"], ["updated_at", "2019-02-12 22:33:33.517817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.519461"], ["updated_at", "2019-02-12 22:33:33.519461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.521310"], ["updated_at", "2019-02-12 22:33:33.521310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.523068"], ["updated_at", "2019-02-12 22:33:33.523068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.524769"], ["updated_at", "2019-02-12 22:33:33.524769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.528985"], ["updated_at", "2019-02-12 22:33:33.528985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.530596"], ["updated_at", "2019-02-12 22:33:33.530596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 26ms (Views: 15.4ms | ActiveRecord: 0.7ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.570561"], ["updated_at", "2019-02-12 22:33:33.570561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.573868"], ["updated_at", "2019-02-12 22:33:33.573868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.599945"], ["updated_at", "2019-02-12 22:33:33.599945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.604183"], ["updated_at", "2019-02-12 22:33:33.604183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.605827"], ["updated_at", "2019-02-12 22:33:33.605827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:33:33.607992"], ["updated_at", "2019-02-12 22:33:33.607992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.614222"], ["updated_at", "2019-02-12 22:33:33.614222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.616721"], ["updated_at", "2019-02-12 22:33:33.616721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.626137"], ["updated_at", "2019-02-12 22:33:33.626137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.628613"], ["updated_at", "2019-02-12 22:33:33.628613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:33.630992"], ["updated_at", "2019-02-12 22:33:33.631978"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.642822"], ["updated_at", "2019-02-12 22:33:33.642822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.645520"], ["updated_at", "2019-02-12 22:33:33.645520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.654734"], ["updated_at", "2019-02-12 22:33:33.654734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.657285"], ["updated_at", "2019-02-12 22:33:33.657285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.663080"], ["updated_at", "2019-02-12 22:33:33.663080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.665846"], ["updated_at", "2019-02-12 22:33:33.665846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.683234"], ["updated_at", "2019-02-12 22:33:33.683234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.691689"], ["updated_at", "2019-02-12 22:33:33.691689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.695633"], ["updated_at", "2019-02-12 22:33:33.695633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.705015"], ["updated_at", "2019-02-12 22:33:33.705015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.4ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.710935"], ["updated_at", "2019-02-12 22:33:33.710935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.726796"], ["updated_at", "2019-02-12 22:33:33.726796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.733325"], ["updated_at", "2019-02-12 22:33:33.733325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.738303"], ["updated_at", "2019-02-12 22:33:33.738303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.745098"], ["updated_at", "2019-02-12 22:33:33.745098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:33.745964"], ["updated_at", "2019-02-12 22:33:33.746917"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.752639"], ["updated_at", "2019-02-12 22:33:33.752639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.755412"], ["updated_at", "2019-02-12 22:33:33.755412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 22:33:33.759965"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.5ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.3ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.780948"], ["updated_at", "2019-02-12 22:33:33.780948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:33.783537"], ["updated_at", "2019-02-12 22:33:33.783537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.789206"], ["updated_at", "2019-02-12 22:33:33.789206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.795786"], ["updated_at", "2019-02-12 22:33:33.795786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.797408"], ["updated_at", "2019-02-12 22:33:33.797408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:33:33.800025"], ["updated_at", "2019-02-12 22:33:33.800025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:33.807289"], ["updated_at", "2019-02-12 22:33:33.807289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.4ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.178257"], ["updated_at", "2019-02-12 22:33:59.178257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:33:59 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.230324"], ["updated_at", "2019-02-12 22:33:59.230324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 30ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.236712"], ["updated_at", "2019-02-12 22:33:59.236712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:33:59 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.261279"], ["updated_at", "2019-02-12 22:33:59.261279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.264257"], ["updated_at", "2019-02-12 22:33:59.264257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:59.266700"], ["updated_at", "2019-02-12 22:33:59.267708"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.286001"], ["updated_at", "2019-02-12 22:33:59.286001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.288422"], ["updated_at", "2019-02-12 22:33:59.288422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.297198"], ["updated_at", "2019-02-12 22:33:59.297198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.299732"], ["updated_at", "2019-02-12 22:33:59.299732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.301109"], ["updated_at", "2019-02-12 22:33:59.301109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:33:59.302970"], ["updated_at", "2019-02-12 22:33:59.302970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.308910"], ["updated_at", "2019-02-12 22:33:59.308910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.311226"], ["updated_at", "2019-02-12 22:33:59.311226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.322449"], ["updated_at", "2019-02-12 22:33:59.322449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.324867"], ["updated_at", "2019-02-12 22:33:59.324867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.332916"], ["updated_at", "2019-02-12 22:33:59.332916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.335188"], ["updated_at", "2019-02-12 22:33:59.335188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.343428"], ["updated_at", "2019-02-12 22:33:59.343428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.345564"], ["updated_at", "2019-02-12 22:33:59.345564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 4ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.355807"], ["updated_at", "2019-02-12 22:33:59.355807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.358550"], ["updated_at", "2019-02-12 22:33:59.358550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 22:33:59.364541"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.368823"], ["updated_at", "2019-02-12 22:33:59.368823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.376415"], ["updated_at", "2019-02-12 22:33:59.376415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.381116"], ["updated_at", "2019-02-12 22:33:59.381116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.391858"], ["updated_at", "2019-02-12 22:33:59.391858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.397721"], ["updated_at", "2019-02-12 22:33:59.397721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.401058"], ["updated_at", "2019-02-12 22:33:59.401058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.408366"], ["updated_at", "2019-02-12 22:33:59.408366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.413716"], ["updated_at", "2019-02-12 22:33:59.413716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.420253"], ["updated_at", "2019-02-12 22:33:59.420253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:59.421123"], ["updated_at", "2019-02-12 22:33:59.421928"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.435656"], ["updated_at", "2019-02-12 22:33:59.435656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.437911"], ["updated_at", "2019-02-12 22:33:59.437911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "9@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.447303"], ["updated_at", "2019-02-12 22:33:59.447303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.449799"], ["updated_at", "2019-02-12 22:33:59.449799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "10@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:59.455003"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.458353"], ["updated_at", "2019-02-12 22:33:59.458353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.461267"], ["updated_at", "2019-02-12 22:33:59.461267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "11@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:59.462129"], ["updated_at", "2019-02-12 22:33:59.463003"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "11@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:33:59.468320"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:59.470330"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.473774"], ["updated_at", "2019-02-12 22:33:59.473774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.476312"], ["updated_at", "2019-02-12 22:33:59.476312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.481298"], ["updated_at", "2019-02-12 22:33:59.481298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.483738"], ["updated_at", "2019-02-12 22:33:59.483738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.485191"], ["updated_at", "2019-02-12 22:33:59.485191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:33:59.487081"], ["updated_at", "2019-02-12 22:33:59.487081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.492921"], ["updated_at", "2019-02-12 22:33:59.492921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.495277"], ["updated_at", "2019-02-12 22:33:59.495277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "15@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:59.501890"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.505255"], ["updated_at", "2019-02-12 22:33:59.505255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.507781"], ["updated_at", "2019-02-12 22:33:59.507781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "16@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:33:59.511064"], ["updated_at", "2019-02-12 22:33:59.511986"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:33:59.513531"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.532301"], ["updated_at", "2019-02-12 22:33:59.532301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.538132"], ["updated_at", "2019-02-12 22:33:59.538132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.540590"], ["updated_at", "2019-02-12 22:33:59.540590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.546077"], ["updated_at", "2019-02-12 22:33:59.546077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.551444"], ["updated_at", "2019-02-12 22:33:59.551444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.552929"], ["updated_at", "2019-02-12 22:33:59.552929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:33:59.554770"], ["updated_at", "2019-02-12 22:33:59.554770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.567439"], ["updated_at", "2019-02-12 22:33:59.567439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:33:59.575917"], ["updated_at", "2019-02-12 22:33:59.575917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.585313"], ["updated_at", "2019-02-12 22:33:59.585313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.587715"], ["updated_at", "2019-02-12 22:33:59.587715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.589424"], ["updated_at", "2019-02-12 22:33:59.589424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.591519"], ["updated_at", "2019-02-12 22:33:59.591519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.593331"], ["updated_at", "2019-02-12 22:33:59.593331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.594926"], ["updated_at", "2019-02-12 22:33:59.594926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.596468"], ["updated_at", "2019-02-12 22:33:59.596468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.598066"], ["updated_at", "2019-02-12 22:33:59.598066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.600030"], ["updated_at", "2019-02-12 22:33:59.600030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.602074"], ["updated_at", "2019-02-12 22:33:59.602074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.603906"], ["updated_at", "2019-02-12 22:33:59.603906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.605596"], ["updated_at", "2019-02-12 22:33:59.605596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.607237"], ["updated_at", "2019-02-12 22:33:59.607237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.609639"], ["updated_at", "2019-02-12 22:33:59.609639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.611472"], ["updated_at", "2019-02-12 22:33:59.611472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.612983"], ["updated_at", "2019-02-12 22:33:59.612983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.614525"], ["updated_at", "2019-02-12 22:33:59.614525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.616289"], ["updated_at", "2019-02-12 22:33:59.616289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.617928"], ["updated_at", "2019-02-12 22:33:59.617928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.619488"], ["updated_at", "2019-02-12 22:33:59.619488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.621384"], ["updated_at", "2019-02-12 22:33:59.621384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.623076"], ["updated_at", "2019-02-12 22:33:59.623076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.625058"], ["updated_at", "2019-02-12 22:33:59.625058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.626879"], ["updated_at", "2019-02-12 22:33:59.626879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.628597"], ["updated_at", "2019-02-12 22:33:59.628597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.630494"], ["updated_at", "2019-02-12 22:33:59.630494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.632245"], ["updated_at", "2019-02-12 22:33:59.632245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.634030"], ["updated_at", "2019-02-12 22:33:59.634030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.635715"], ["updated_at", "2019-02-12 22:33:59.635715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.640589"], ["updated_at", "2019-02-12 22:33:59.640589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.642480"], ["updated_at", "2019-02-12 22:33:59.642480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.644229"], ["updated_at", "2019-02-12 22:33:59.644229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.645861"], ["updated_at", "2019-02-12 22:33:59.645861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.647435"], ["updated_at", "2019-02-12 22:33:59.647435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.649029"], ["updated_at", "2019-02-12 22:33:59.649029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.650777"], ["updated_at", "2019-02-12 22:33:59.650777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.652410"], ["updated_at", "2019-02-12 22:33:59.652410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.654325"], ["updated_at", "2019-02-12 22:33:59.654325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.656065"], ["updated_at", "2019-02-12 22:33:59.656065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.658001"], ["updated_at", "2019-02-12 22:33:59.658001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.659691"], ["updated_at", "2019-02-12 22:33:59.659691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.661502"], ["updated_at", "2019-02-12 22:33:59.661502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.663325"], ["updated_at", "2019-02-12 22:33:59.663325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.665440"], ["updated_at", "2019-02-12 22:33:59.665440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.667325"], ["updated_at", "2019-02-12 22:33:59.667325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.668988"], ["updated_at", "2019-02-12 22:33:59.668988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.670821"], ["updated_at", "2019-02-12 22:33:59.670821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.672556"], ["updated_at", "2019-02-12 22:33:59.672556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.674386"], ["updated_at", "2019-02-12 22:33:59.674386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.676072"], ["updated_at", "2019-02-12 22:33:59.676072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.677704"], ["updated_at", "2019-02-12 22:33:59.677704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.679340"], ["updated_at", "2019-02-12 22:33:59.679340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.680935"], ["updated_at", "2019-02-12 22:33:59.680935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.682525"], ["updated_at", "2019-02-12 22:33:59.682525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.684118"], ["updated_at", "2019-02-12 22:33:59.684118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.685786"], ["updated_at", "2019-02-12 22:33:59.685786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.687385"], ["updated_at", "2019-02-12 22:33:59.687385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.689183"], ["updated_at", "2019-02-12 22:33:59.689183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.690904"], ["updated_at", "2019-02-12 22:33:59.690904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.692914"], ["updated_at", "2019-02-12 22:33:59.692914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.694672"], ["updated_at", "2019-02-12 22:33:59.694672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.696362"], ["updated_at", "2019-02-12 22:33:59.696362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.698039"], ["updated_at", "2019-02-12 22:33:59.698039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.699695"], ["updated_at", "2019-02-12 22:33:59.699695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.701401"], ["updated_at", "2019-02-12 22:33:59.701401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.703003"], ["updated_at", "2019-02-12 22:33:59.703003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.704691"], ["updated_at", "2019-02-12 22:33:59.704691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.706289"], ["updated_at", "2019-02-12 22:33:59.706289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.707988"], ["updated_at", "2019-02-12 22:33:59.707988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.709699"], ["updated_at", "2019-02-12 22:33:59.709699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.711294"], ["updated_at", "2019-02-12 22:33:59.711294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.712875"], ["updated_at", "2019-02-12 22:33:59.712875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.714473"], ["updated_at", "2019-02-12 22:33:59.714473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.716039"], ["updated_at", "2019-02-12 22:33:59.716039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.717586"], ["updated_at", "2019-02-12 22:33:59.717586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.719163"], ["updated_at", "2019-02-12 22:33:59.719163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.720815"], ["updated_at", "2019-02-12 22:33:59.720815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.722513"], ["updated_at", "2019-02-12 22:33:59.722513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.724247"], ["updated_at", "2019-02-12 22:33:59.724247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.726161"], ["updated_at", "2019-02-12 22:33:59.726161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.727809"], ["updated_at", "2019-02-12 22:33:59.727809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.729408"], ["updated_at", "2019-02-12 22:33:59.729408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.731075"], ["updated_at", "2019-02-12 22:33:59.731075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.732696"], ["updated_at", "2019-02-12 22:33:59.732696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.734295"], ["updated_at", "2019-02-12 22:33:59.734295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.735877"], ["updated_at", "2019-02-12 22:33:59.735877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.737519"], ["updated_at", "2019-02-12 22:33:59.737519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.739178"], ["updated_at", "2019-02-12 22:33:59.739178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.740809"], ["updated_at", "2019-02-12 22:33:59.740809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.742586"], ["updated_at", "2019-02-12 22:33:59.742586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.744282"], ["updated_at", "2019-02-12 22:33:59.744282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.745918"], ["updated_at", "2019-02-12 22:33:59.745918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.747570"], ["updated_at", "2019-02-12 22:33:59.747570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.749216"], ["updated_at", "2019-02-12 22:33:59.749216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.750775"], ["updated_at", "2019-02-12 22:33:59.750775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.752363"], ["updated_at", "2019-02-12 22:33:59.752363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.754043"], ["updated_at", "2019-02-12 22:33:59.754043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.755803"], ["updated_at", "2019-02-12 22:33:59.755803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.757659"], ["updated_at", "2019-02-12 22:33:59.757659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.759427"], ["updated_at", "2019-02-12 22:33:59.759427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.761052"], ["updated_at", "2019-02-12 22:33:59.761052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.762617"], ["updated_at", "2019-02-12 22:33:59.762617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.764219"], ["updated_at", "2019-02-12 22:33:59.764219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.765855"], ["updated_at", "2019-02-12 22:33:59.765855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.767571"], ["updated_at", "2019-02-12 22:33:59.767571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.769173"], ["updated_at", "2019-02-12 22:33:59.769173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.770795"], ["updated_at", "2019-02-12 22:33:59.770795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.772470"], ["updated_at", "2019-02-12 22:33:59.772470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.774087"], ["updated_at", "2019-02-12 22:33:59.774087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.775786"], ["updated_at", "2019-02-12 22:33:59.775786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.777651"], ["updated_at", "2019-02-12 22:33:59.777651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.779447"], ["updated_at", "2019-02-12 22:33:59.779447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.781180"], ["updated_at", "2019-02-12 22:33:59.781180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.782826"], ["updated_at", "2019-02-12 22:33:59.782826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.784481"], ["updated_at", "2019-02-12 22:33:59.784481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.786078"], ["updated_at", "2019-02-12 22:33:59.786078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.787851"], ["updated_at", "2019-02-12 22:33:59.787851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.789660"], ["updated_at", "2019-02-12 22:33:59.789660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.791472"], ["updated_at", "2019-02-12 22:33:59.791472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.793206"], ["updated_at", "2019-02-12 22:33:59.793206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.794888"], ["updated_at", "2019-02-12 22:33:59.794888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.796579"], ["updated_at", "2019-02-12 22:33:59.796579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.798364"], ["updated_at", "2019-02-12 22:33:59.798364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.800160"], ["updated_at", "2019-02-12 22:33:59.800160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.801955"], ["updated_at", "2019-02-12 22:33:59.801955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.803701"], ["updated_at", "2019-02-12 22:33:59.803701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.807906"], ["updated_at", "2019-02-12 22:33:59.807906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.809693"], ["updated_at", "2019-02-12 22:33:59.809693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.811319"], ["updated_at", "2019-02-12 22:33:59.811319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.813151"], ["updated_at", "2019-02-12 22:33:59.813151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.814886"], ["updated_at", "2019-02-12 22:33:59.814886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.816497"], ["updated_at", "2019-02-12 22:33:59.816497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.818126"], ["updated_at", "2019-02-12 22:33:59.818126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.819798"], ["updated_at", "2019-02-12 22:33:59.819798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.821528"], ["updated_at", "2019-02-12 22:33:59.821528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.823189"], ["updated_at", "2019-02-12 22:33:59.823189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.824994"], ["updated_at", "2019-02-12 22:33:59.824994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.826662"], ["updated_at", "2019-02-12 22:33:59.826662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.828220"], ["updated_at", "2019-02-12 22:33:59.828220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.829861"], ["updated_at", "2019-02-12 22:33:59.829861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.831450"], ["updated_at", "2019-02-12 22:33:59.831450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.833047"], ["updated_at", "2019-02-12 22:33:59.833047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.834613"], ["updated_at", "2019-02-12 22:33:59.834613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.836474"], ["updated_at", "2019-02-12 22:33:59.836474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.838246"], ["updated_at", "2019-02-12 22:33:59.838246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.839882"], ["updated_at", "2019-02-12 22:33:59.839882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.841519"], ["updated_at", "2019-02-12 22:33:59.841519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.843124"], ["updated_at", "2019-02-12 22:33:59.843124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.844713"], ["updated_at", "2019-02-12 22:33:59.844713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.846301"], ["updated_at", "2019-02-12 22:33:59.846301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.848237"], ["updated_at", "2019-02-12 22:33:59.848237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.849950"], ["updated_at", "2019-02-12 22:33:59.849950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.851554"], ["updated_at", "2019-02-12 22:33:59.851554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.853115"], ["updated_at", "2019-02-12 22:33:59.853115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.854766"], ["updated_at", "2019-02-12 22:33:59.854766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.856356"], ["updated_at", "2019-02-12 22:33:59.856356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.858200"], ["updated_at", "2019-02-12 22:33:59.858200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.860735"], ["updated_at", "2019-02-12 22:33:59.860735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.862616"], ["updated_at", "2019-02-12 22:33:59.862616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.864410"], ["updated_at", "2019-02-12 22:33:59.864410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.866082"], ["updated_at", "2019-02-12 22:33:59.866082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.867730"], ["updated_at", "2019-02-12 22:33:59.867730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.869331"], ["updated_at", "2019-02-12 22:33:59.869331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.871229"], ["updated_at", "2019-02-12 22:33:59.871229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.873001"], ["updated_at", "2019-02-12 22:33:59.873001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.874660"], ["updated_at", "2019-02-12 22:33:59.874660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.876279"], ["updated_at", "2019-02-12 22:33:59.876279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.877829"], ["updated_at", "2019-02-12 22:33:59.877829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.879383"], ["updated_at", "2019-02-12 22:33:59.879383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.881004"], ["updated_at", "2019-02-12 22:33:59.881004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.882736"], ["updated_at", "2019-02-12 22:33:59.882736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.884361"], ["updated_at", "2019-02-12 22:33:59.884361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.885910"], ["updated_at", "2019-02-12 22:33:59.885910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.887846"], ["updated_at", "2019-02-12 22:33:59.887846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.889973"], ["updated_at", "2019-02-12 22:33:59.889973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.891939"], ["updated_at", "2019-02-12 22:33:59.891939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.893690"], ["updated_at", "2019-02-12 22:33:59.893690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.895349"], ["updated_at", "2019-02-12 22:33:59.895349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.896948"], ["updated_at", "2019-02-12 22:33:59.896948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.898566"], ["updated_at", "2019-02-12 22:33:59.898566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.900160"], ["updated_at", "2019-02-12 22:33:59.900160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.901729"], ["updated_at", "2019-02-12 22:33:59.901729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.903361"], ["updated_at", "2019-02-12 22:33:59.903361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.905098"], ["updated_at", "2019-02-12 22:33:59.905098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.906951"], ["updated_at", "2019-02-12 22:33:59.906951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.908639"], ["updated_at", "2019-02-12 22:33:59.908639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.910263"], ["updated_at", "2019-02-12 22:33:59.910263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.911843"], ["updated_at", "2019-02-12 22:33:59.911843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.913615"], ["updated_at", "2019-02-12 22:33:59.913615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.915297"], ["updated_at", "2019-02-12 22:33:59.915297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.917083"], ["updated_at", "2019-02-12 22:33:59.917083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.918782"], ["updated_at", "2019-02-12 22:33:59.918782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.920546"], ["updated_at", "2019-02-12 22:33:59.920546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.922434"], ["updated_at", "2019-02-12 22:33:59.922434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.924250"], ["updated_at", "2019-02-12 22:33:59.924250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.926012"], ["updated_at", "2019-02-12 22:33:59.926012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.927735"], ["updated_at", "2019-02-12 22:33:59.927735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.929567"], ["updated_at", "2019-02-12 22:33:59.929567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.931202"], ["updated_at", "2019-02-12 22:33:59.931202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.932821"], ["updated_at", "2019-02-12 22:33:59.932821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.934446"], ["updated_at", "2019-02-12 22:33:59.934446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.936128"], ["updated_at", "2019-02-12 22:33:59.936128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.937822"], ["updated_at", "2019-02-12 22:33:59.937822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.939534"], ["updated_at", "2019-02-12 22:33:59.939534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.942682"], ["updated_at", "2019-02-12 22:33:59.942682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.946575"], ["updated_at", "2019-02-12 22:33:59.946575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.952951"], ["updated_at", "2019-02-12 22:33:59.952951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.958317"], ["updated_at", "2019-02-12 22:33:59.958317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.961377"], ["updated_at", "2019-02-12 22:33:59.961377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.963478"], ["updated_at", "2019-02-12 22:33:59.963478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.966126"], ["updated_at", "2019-02-12 22:33:59.966126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.968497"], ["updated_at", "2019-02-12 22:33:59.968497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.970224"], ["updated_at", "2019-02-12 22:33:59.970224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.971915"], ["updated_at", "2019-02-12 22:33:59.971915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.973915"], ["updated_at", "2019-02-12 22:33:59.973915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.975927"], ["updated_at", "2019-02-12 22:33:59.975927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.977700"], ["updated_at", "2019-02-12 22:33:59.977700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.979363"], ["updated_at", "2019-02-12 22:33:59.979363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.981211"], ["updated_at", "2019-02-12 22:33:59.981211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.986490"], ["updated_at", "2019-02-12 22:33:59.986490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.988755"], ["updated_at", "2019-02-12 22:33:59.988755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.990598"], ["updated_at", "2019-02-12 22:33:59.990598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.992451"], ["updated_at", "2019-02-12 22:33:59.992451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.994273"], ["updated_at", "2019-02-12 22:33:59.994273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.995981"], ["updated_at", "2019-02-12 22:33:59.995981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.997682"], ["updated_at", "2019-02-12 22:33:59.997682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:33:59.999533"], ["updated_at", "2019-02-12 22:33:59.999533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.001191"], ["updated_at", "2019-02-12 22:34:00.001191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.004456"], ["updated_at", "2019-02-12 22:34:00.004456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.006664"], ["updated_at", "2019-02-12 22:34:00.006664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.009080"], ["updated_at", "2019-02-12 22:34:00.009080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.012931"], ["updated_at", "2019-02-12 22:34:00.012931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.014665"], ["updated_at", "2019-02-12 22:34:00.014665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.016282"], ["updated_at", "2019-02-12 22:34:00.016282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.017964"], ["updated_at", "2019-02-12 22:34:00.017964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.019809"], ["updated_at", "2019-02-12 22:34:00.019809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.021801"], ["updated_at", "2019-02-12 22:34:00.021801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.023438"], ["updated_at", "2019-02-12 22:34:00.023438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.025083"], ["updated_at", "2019-02-12 22:34:00.025083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.026685"], ["updated_at", "2019-02-12 22:34:00.026685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.028190"], ["updated_at", "2019-02-12 22:34:00.028190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.029699"], ["updated_at", "2019-02-12 22:34:00.029699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.031225"], ["updated_at", "2019-02-12 22:34:00.031225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.033195"], ["updated_at", "2019-02-12 22:34:00.033195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.035874"], ["updated_at", "2019-02-12 22:34:00.035874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.037921"], ["updated_at", "2019-02-12 22:34:00.037921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.039716"], ["updated_at", "2019-02-12 22:34:00.039716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.041472"], ["updated_at", "2019-02-12 22:34:00.041472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.043414"], ["updated_at", "2019-02-12 22:34:00.043414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.045249"], ["updated_at", "2019-02-12 22:34:00.045249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.046927"], ["updated_at", "2019-02-12 22:34:00.046927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.048598"], ["updated_at", "2019-02-12 22:34:00.048598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.050258"], ["updated_at", "2019-02-12 22:34:00.050258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.051885"], ["updated_at", "2019-02-12 22:34:00.051885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.053713"], ["updated_at", "2019-02-12 22:34:00.053713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.055456"], ["updated_at", "2019-02-12 22:34:00.055456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.057671"], ["updated_at", "2019-02-12 22:34:00.057671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.059546"], ["updated_at", "2019-02-12 22:34:00.059546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.061208"], ["updated_at", "2019-02-12 22:34:00.061208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.063038"], ["updated_at", "2019-02-12 22:34:00.063038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.064794"], ["updated_at", "2019-02-12 22:34:00.064794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.066492"], ["updated_at", "2019-02-12 22:34:00.066492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.068427"], ["updated_at", "2019-02-12 22:34:00.068427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.070326"], ["updated_at", "2019-02-12 22:34:00.070326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.072121"], ["updated_at", "2019-02-12 22:34:00.072121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.073774"], ["updated_at", "2019-02-12 22:34:00.073774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.075739"], ["updated_at", "2019-02-12 22:34:00.075739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.077482"], ["updated_at", "2019-02-12 22:34:00.077482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.079222"], ["updated_at", "2019-02-12 22:34:00.079222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.080941"], ["updated_at", "2019-02-12 22:34:00.080941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.082583"], ["updated_at", "2019-02-12 22:34:00.082583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.084207"], ["updated_at", "2019-02-12 22:34:00.084207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.085786"], ["updated_at", "2019-02-12 22:34:00.085786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.087439"], ["updated_at", "2019-02-12 22:34:00.087439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.089064"], ["updated_at", "2019-02-12 22:34:00.089064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.091028"], ["updated_at", "2019-02-12 22:34:00.091028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.092944"], ["updated_at", "2019-02-12 22:34:00.092944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.094660"], ["updated_at", "2019-02-12 22:34:00.094660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.096689"], ["updated_at", "2019-02-12 22:34:00.096689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.098736"], ["updated_at", "2019-02-12 22:34:00.098736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.100532"], ["updated_at", "2019-02-12 22:34:00.100532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.102343"], ["updated_at", "2019-02-12 22:34:00.102343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.104366"], ["updated_at", "2019-02-12 22:34:00.104366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.106251"], ["updated_at", "2019-02-12 22:34:00.106251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.108181"], ["updated_at", "2019-02-12 22:34:00.108181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.109971"], ["updated_at", "2019-02-12 22:34:00.109971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.111792"], ["updated_at", "2019-02-12 22:34:00.111792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.113544"], ["updated_at", "2019-02-12 22:34:00.113544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.115520"], ["updated_at", "2019-02-12 22:34:00.115520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.117251"], ["updated_at", "2019-02-12 22:34:00.117251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.118979"], ["updated_at", "2019-02-12 22:34:00.118979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.120834"], ["updated_at", "2019-02-12 22:34:00.120834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.122574"], ["updated_at", "2019-02-12 22:34:00.122574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.124225"], ["updated_at", "2019-02-12 22:34:00.124225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.126109"], ["updated_at", "2019-02-12 22:34:00.126109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.127864"], ["updated_at", "2019-02-12 22:34:00.127864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.129529"], ["updated_at", "2019-02-12 22:34:00.129529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.131290"], ["updated_at", "2019-02-12 22:34:00.131290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.133406"], ["updated_at", "2019-02-12 22:34:00.133406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.135177"], ["updated_at", "2019-02-12 22:34:00.135177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.136863"], ["updated_at", "2019-02-12 22:34:00.136863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.138912"], ["updated_at", "2019-02-12 22:34:00.138912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.140658"], ["updated_at", "2019-02-12 22:34:00.140658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.142541"], ["updated_at", "2019-02-12 22:34:00.142541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.144857"], ["updated_at", "2019-02-12 22:34:00.144857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.146564"], ["updated_at", "2019-02-12 22:34:00.146564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.148231"], ["updated_at", "2019-02-12 22:34:00.148231"]]  (2.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.153002"], ["updated_at", "2019-02-12 22:34:00.153002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.155156"], ["updated_at", "2019-02-12 22:34:00.155156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.156934"], ["updated_at", "2019-02-12 22:34:00.156934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.158764"], ["updated_at", "2019-02-12 22:34:00.158764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.160587"], ["updated_at", "2019-02-12 22:34:00.160587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.162310"], ["updated_at", "2019-02-12 22:34:00.162310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.164124"], ["updated_at", "2019-02-12 22:34:00.164124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.166170"], ["updated_at", "2019-02-12 22:34:00.166170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.168188"], ["updated_at", "2019-02-12 22:34:00.168188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.170371"], ["updated_at", "2019-02-12 22:34:00.170371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.172310"], ["updated_at", "2019-02-12 22:34:00.172310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.174154"], ["updated_at", "2019-02-12 22:34:00.174154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.175907"], ["updated_at", "2019-02-12 22:34:00.175907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.177559"], ["updated_at", "2019-02-12 22:34:00.177559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.179146"], ["updated_at", "2019-02-12 22:34:00.179146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.181321"], ["updated_at", "2019-02-12 22:34:00.181321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.183387"], ["updated_at", "2019-02-12 22:34:00.183387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.185353"], ["updated_at", "2019-02-12 22:34:00.185353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.187031"], ["updated_at", "2019-02-12 22:34:00.187031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.188782"], ["updated_at", "2019-02-12 22:34:00.188782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.190432"], ["updated_at", "2019-02-12 22:34:00.190432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.192211"], ["updated_at", "2019-02-12 22:34:00.192211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.193855"], ["updated_at", "2019-02-12 22:34:00.193855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.195608"], ["updated_at", "2019-02-12 22:34:00.195608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.197443"], ["updated_at", "2019-02-12 22:34:00.197443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.199205"], ["updated_at", "2019-02-12 22:34:00.199205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.200846"], ["updated_at", "2019-02-12 22:34:00.200846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.202491"], ["updated_at", "2019-02-12 22:34:00.202491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.204247"], ["updated_at", "2019-02-12 22:34:00.204247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.206065"], ["updated_at", "2019-02-12 22:34:00.206065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.207991"], ["updated_at", "2019-02-12 22:34:00.207991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.209836"], ["updated_at", "2019-02-12 22:34:00.209836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.211525"], ["updated_at", "2019-02-12 22:34:00.211525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.213186"], ["updated_at", "2019-02-12 22:34:00.213186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.214947"], ["updated_at", "2019-02-12 22:34:00.214947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.216692"], ["updated_at", "2019-02-12 22:34:00.216692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.218451"], ["updated_at", "2019-02-12 22:34:00.218451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.220310"], ["updated_at", "2019-02-12 22:34:00.220310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.222044"], ["updated_at", "2019-02-12 22:34:00.222044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.223714"], ["updated_at", "2019-02-12 22:34:00.223714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.225441"], ["updated_at", "2019-02-12 22:34:00.225441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.227148"], ["updated_at", "2019-02-12 22:34:00.227148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.229060"], ["updated_at", "2019-02-12 22:34:00.229060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.234853"], ["updated_at", "2019-02-12 22:34:00.234853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.241583"], ["updated_at", "2019-02-12 22:34:00.241583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.249515"], ["updated_at", "2019-02-12 22:34:00.249515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.254140"], ["updated_at", "2019-02-12 22:34:00.254140"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.260747"], ["updated_at", "2019-02-12 22:34:00.260747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.268786"], ["updated_at", "2019-02-12 22:34:00.268786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.271879"], ["updated_at", "2019-02-12 22:34:00.271879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.273737"], ["updated_at", "2019-02-12 22:34:00.273737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.275684"], ["updated_at", "2019-02-12 22:34:00.275684"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.277991"], ["updated_at", "2019-02-12 22:34:00.277991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.279923"], ["updated_at", "2019-02-12 22:34:00.279923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.282224"], ["updated_at", "2019-02-12 22:34:00.282224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.284302"], ["updated_at", "2019-02-12 22:34:00.284302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.286218"], ["updated_at", "2019-02-12 22:34:00.286218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.288576"], ["updated_at", "2019-02-12 22:34:00.288576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.291043"], ["updated_at", "2019-02-12 22:34:00.291043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.293371"], ["updated_at", "2019-02-12 22:34:00.293371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.295756"], ["updated_at", "2019-02-12 22:34:00.295756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.298180"], ["updated_at", "2019-02-12 22:34:00.298180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.300977"], ["updated_at", "2019-02-12 22:34:00.300977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.303165"], ["updated_at", "2019-02-12 22:34:00.303165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.305434"], ["updated_at", "2019-02-12 22:34:00.305434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.307272"], ["updated_at", "2019-02-12 22:34:00.307272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.309090"], ["updated_at", "2019-02-12 22:34:00.309090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.310820"], ["updated_at", "2019-02-12 22:34:00.310820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.312727"], ["updated_at", "2019-02-12 22:34:00.312727"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.315864"], ["updated_at", "2019-02-12 22:34:00.315864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.318063"], ["updated_at", "2019-02-12 22:34:00.318063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.319958"], ["updated_at", "2019-02-12 22:34:00.319958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.321868"], ["updated_at", "2019-02-12 22:34:00.321868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.323662"], ["updated_at", "2019-02-12 22:34:00.323662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.325514"], ["updated_at", "2019-02-12 22:34:00.325514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.327338"], ["updated_at", "2019-02-12 22:34:00.327338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.329023"], ["updated_at", "2019-02-12 22:34:00.329023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.330697"], ["updated_at", "2019-02-12 22:34:00.330697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.332375"], ["updated_at", "2019-02-12 22:34:00.332375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.334101"], ["updated_at", "2019-02-12 22:34:00.334101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.335951"], ["updated_at", "2019-02-12 22:34:00.335951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.337688"], ["updated_at", "2019-02-12 22:34:00.337688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.339435"], ["updated_at", "2019-02-12 22:34:00.339435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.343363"], ["updated_at", "2019-02-12 22:34:00.343363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.345119"], ["updated_at", "2019-02-12 22:34:00.345119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.346874"], ["updated_at", "2019-02-12 22:34:00.346874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.348578"], ["updated_at", "2019-02-12 22:34:00.348578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.350192"], ["updated_at", "2019-02-12 22:34:00.350192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.351838"], ["updated_at", "2019-02-12 22:34:00.351838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.353464"], ["updated_at", "2019-02-12 22:34:00.353464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.355137"], ["updated_at", "2019-02-12 22:34:00.355137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.356774"], ["updated_at", "2019-02-12 22:34:00.356774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.358522"], ["updated_at", "2019-02-12 22:34:00.358522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:00.367941"], ["updated_at", "2019-02-12 22:34:00.367941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.370784"], ["updated_at", "2019-02-12 22:34:00.370784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.372814"], ["updated_at", "2019-02-12 22:34:00.372814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:00.379261"], ["updated_at", "2019-02-12 22:34:00.379261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.381966"], ["updated_at", "2019-02-12 22:34:00.381966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.383931"], ["updated_at", "2019-02-12 22:34:00.383931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.385678"], ["updated_at", "2019-02-12 22:34:00.385678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.387453"], ["updated_at", "2019-02-12 22:34:00.387453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.389469"], ["updated_at", "2019-02-12 22:34:00.389469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.391327"], ["updated_at", "2019-02-12 22:34:00.391327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.393177"], ["updated_at", "2019-02-12 22:34:00.393177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.394874"], ["updated_at", "2019-02-12 22:34:00.394874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.396576"], ["updated_at", "2019-02-12 22:34:00.396576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.398311"], ["updated_at", "2019-02-12 22:34:00.398311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.399968"], ["updated_at", "2019-02-12 22:34:00.399968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.402026"], ["updated_at", "2019-02-12 22:34:00.402026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.404398"], ["updated_at", "2019-02-12 22:34:00.404398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.406272"], ["updated_at", "2019-02-12 22:34:00.406272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.408124"], ["updated_at", "2019-02-12 22:34:00.408124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.410980"], ["updated_at", "2019-02-12 22:34:00.410980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.412736"], ["updated_at", "2019-02-12 22:34:00.412736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.414288"], ["updated_at", "2019-02-12 22:34:00.414288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.416037"], ["updated_at", "2019-02-12 22:34:00.416037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.417700"], ["updated_at", "2019-02-12 22:34:00.417700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.419262"], ["updated_at", "2019-02-12 22:34:00.419262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.421015"], ["updated_at", "2019-02-12 22:34:00.421015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.422637"], ["updated_at", "2019-02-12 22:34:00.422637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.424409"], ["updated_at", "2019-02-12 22:34:00.424409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.426190"], ["updated_at", "2019-02-12 22:34:00.426190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.427991"], ["updated_at", "2019-02-12 22:34:00.427991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.429704"], ["updated_at", "2019-02-12 22:34:00.429704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.431363"], ["updated_at", "2019-02-12 22:34:00.431363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.432987"], ["updated_at", "2019-02-12 22:34:00.432987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.434585"], ["updated_at", "2019-02-12 22:34:00.434585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.436172"], ["updated_at", "2019-02-12 22:34:00.436172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.437886"], ["updated_at", "2019-02-12 22:34:00.437886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.439725"], ["updated_at", "2019-02-12 22:34:00.439725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.441484"], ["updated_at", "2019-02-12 22:34:00.441484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.443292"], ["updated_at", "2019-02-12 22:34:00.443292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.444974"], ["updated_at", "2019-02-12 22:34:00.444974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.446580"], ["updated_at", "2019-02-12 22:34:00.446580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.448199"], ["updated_at", "2019-02-12 22:34:00.448199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.449822"], ["updated_at", "2019-02-12 22:34:00.449822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.451523"], ["updated_at", "2019-02-12 22:34:00.451523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.453152"], ["updated_at", "2019-02-12 22:34:00.453152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.454860"], ["updated_at", "2019-02-12 22:34:00.454860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.456473"], ["updated_at", "2019-02-12 22:34:00.456473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.458312"], ["updated_at", "2019-02-12 22:34:00.458312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.460010"], ["updated_at", "2019-02-12 22:34:00.460010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.461707"], ["updated_at", "2019-02-12 22:34:00.461707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.463609"], ["updated_at", "2019-02-12 22:34:00.463609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.465354"], ["updated_at", "2019-02-12 22:34:00.465354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.467037"], ["updated_at", "2019-02-12 22:34:00.467037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.468719"], ["updated_at", "2019-02-12 22:34:00.468719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.470386"], ["updated_at", "2019-02-12 22:34:00.470386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.472066"], ["updated_at", "2019-02-12 22:34:00.472066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.473701"], ["updated_at", "2019-02-12 22:34:00.473701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.475580"], ["updated_at", "2019-02-12 22:34:00.475580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.477260"], ["updated_at", "2019-02-12 22:34:00.477260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.479374"], ["updated_at", "2019-02-12 22:34:00.479374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.481222"], ["updated_at", "2019-02-12 22:34:00.481222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.482981"], ["updated_at", "2019-02-12 22:34:00.482981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.484675"], ["updated_at", "2019-02-12 22:34:00.484675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.486632"], ["updated_at", "2019-02-12 22:34:00.486632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.490599"], ["updated_at", "2019-02-12 22:34:00.490599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.492525"], ["updated_at", "2019-02-12 22:34:00.492525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.494270"], ["updated_at", "2019-02-12 22:34:00.494270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.495896"], ["updated_at", "2019-02-12 22:34:00.495896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.497610"], ["updated_at", "2019-02-12 22:34:00.497610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.499516"], ["updated_at", "2019-02-12 22:34:00.499516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.502485"], ["updated_at", "2019-02-12 22:34:00.502485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.504663"], ["updated_at", "2019-02-12 22:34:00.504663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.506503"], ["updated_at", "2019-02-12 22:34:00.506503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.508413"], ["updated_at", "2019-02-12 22:34:00.508413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.510413"], ["updated_at", "2019-02-12 22:34:00.510413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.512156"], ["updated_at", "2019-02-12 22:34:00.512156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.513735"], ["updated_at", "2019-02-12 22:34:00.513735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.515618"], ["updated_at", "2019-02-12 22:34:00.515618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.517365"], ["updated_at", "2019-02-12 22:34:00.517365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.519212"], ["updated_at", "2019-02-12 22:34:00.519212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.521338"], ["updated_at", "2019-02-12 22:34:00.521338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.523131"], ["updated_at", "2019-02-12 22:34:00.523131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.524817"], ["updated_at", "2019-02-12 22:34:00.524817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.526506"], ["updated_at", "2019-02-12 22:34:00.526506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.528146"], ["updated_at", "2019-02-12 22:34:00.528146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.529782"], ["updated_at", "2019-02-12 22:34:00.529782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.531446"], ["updated_at", "2019-02-12 22:34:00.531446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.533552"], ["updated_at", "2019-02-12 22:34:00.533552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.535335"], ["updated_at", "2019-02-12 22:34:00.535335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.536993"], ["updated_at", "2019-02-12 22:34:00.536993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.538913"], ["updated_at", "2019-02-12 22:34:00.538913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.540605"], ["updated_at", "2019-02-12 22:34:00.540605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.542486"], ["updated_at", "2019-02-12 22:34:00.542486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.544233"], ["updated_at", "2019-02-12 22:34:00.544233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.545885"], ["updated_at", "2019-02-12 22:34:00.545885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.547547"], ["updated_at", "2019-02-12 22:34:00.547547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.549174"], ["updated_at", "2019-02-12 22:34:00.549174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.550795"], ["updated_at", "2019-02-12 22:34:00.550795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.552467"], ["updated_at", "2019-02-12 22:34:00.552467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.554178"], ["updated_at", "2019-02-12 22:34:00.554178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.555988"], ["updated_at", "2019-02-12 22:34:00.555988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.557659"], ["updated_at", "2019-02-12 22:34:00.557659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.559473"], ["updated_at", "2019-02-12 22:34:00.559473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.561078"], ["updated_at", "2019-02-12 22:34:00.561078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.562770"], ["updated_at", "2019-02-12 22:34:00.562770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.564439"], ["updated_at", "2019-02-12 22:34:00.564439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.566303"], ["updated_at", "2019-02-12 22:34:00.566303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.568166"], ["updated_at", "2019-02-12 22:34:00.568166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.569825"], ["updated_at", "2019-02-12 22:34:00.569825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.571627"], ["updated_at", "2019-02-12 22:34:00.571627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.573314"], ["updated_at", "2019-02-12 22:34:00.573314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.574988"], ["updated_at", "2019-02-12 22:34:00.574988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.576669"], ["updated_at", "2019-02-12 22:34:00.576669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.578442"], ["updated_at", "2019-02-12 22:34:00.578442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.580272"], ["updated_at", "2019-02-12 22:34:00.580272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.582006"], ["updated_at", "2019-02-12 22:34:00.582006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.583676"], ["updated_at", "2019-02-12 22:34:00.583676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.585336"], ["updated_at", "2019-02-12 22:34:00.585336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.587126"], ["updated_at", "2019-02-12 22:34:00.587126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.588834"], ["updated_at", "2019-02-12 22:34:00.588834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.590616"], ["updated_at", "2019-02-12 22:34:00.590616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.592363"], ["updated_at", "2019-02-12 22:34:00.592363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.594055"], ["updated_at", "2019-02-12 22:34:00.594055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.595653"], ["updated_at", "2019-02-12 22:34:00.595653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.597257"], ["updated_at", "2019-02-12 22:34:00.597257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.598914"], ["updated_at", "2019-02-12 22:34:00.598914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.600564"], ["updated_at", "2019-02-12 22:34:00.600564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.602334"], ["updated_at", "2019-02-12 22:34:00.602334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.604112"], ["updated_at", "2019-02-12 22:34:00.604112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.605817"], ["updated_at", "2019-02-12 22:34:00.605817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.607535"], ["updated_at", "2019-02-12 22:34:00.607535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.609280"], ["updated_at", "2019-02-12 22:34:00.609280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.611119"], ["updated_at", "2019-02-12 22:34:00.611119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.612905"], ["updated_at", "2019-02-12 22:34:00.612905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.614731"], ["updated_at", "2019-02-12 22:34:00.614731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.616536"], ["updated_at", "2019-02-12 22:34:00.616536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.618309"], ["updated_at", "2019-02-12 22:34:00.618309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.620152"], ["updated_at", "2019-02-12 22:34:00.620152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.621938"], ["updated_at", "2019-02-12 22:34:00.621938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.626676"], ["updated_at", "2019-02-12 22:34:00.626676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.628771"], ["updated_at", "2019-02-12 22:34:00.628771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.630599"], ["updated_at", "2019-02-12 22:34:00.630599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.632476"], ["updated_at", "2019-02-12 22:34:00.632476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.634258"], ["updated_at", "2019-02-12 22:34:00.634258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.635986"], ["updated_at", "2019-02-12 22:34:00.635986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.638077"], ["updated_at", "2019-02-12 22:34:00.638077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.639939"], ["updated_at", "2019-02-12 22:34:00.639939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.641762"], ["updated_at", "2019-02-12 22:34:00.641762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.643613"], ["updated_at", "2019-02-12 22:34:00.643613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.645372"], ["updated_at", "2019-02-12 22:34:00.645372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.647103"], ["updated_at", "2019-02-12 22:34:00.647103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.649064"], ["updated_at", "2019-02-12 22:34:00.649064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.650966"], ["updated_at", "2019-02-12 22:34:00.650966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.652755"], ["updated_at", "2019-02-12 22:34:00.652755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.654715"], ["updated_at", "2019-02-12 22:34:00.654715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.656843"], ["updated_at", "2019-02-12 22:34:00.656843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.658947"], ["updated_at", "2019-02-12 22:34:00.658947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.660933"], ["updated_at", "2019-02-12 22:34:00.660933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.662720"], ["updated_at", "2019-02-12 22:34:00.662720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.664548"], ["updated_at", "2019-02-12 22:34:00.664548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.666708"], ["updated_at", "2019-02-12 22:34:00.666708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.668613"], ["updated_at", "2019-02-12 22:34:00.668613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.670618"], ["updated_at", "2019-02-12 22:34:00.670618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.672489"], ["updated_at", "2019-02-12 22:34:00.672489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.674278"], ["updated_at", "2019-02-12 22:34:00.674278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.676186"], ["updated_at", "2019-02-12 22:34:00.676186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.678039"], ["updated_at", "2019-02-12 22:34:00.678039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.679864"], ["updated_at", "2019-02-12 22:34:00.679864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.681675"], ["updated_at", "2019-02-12 22:34:00.681675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.683574"], ["updated_at", "2019-02-12 22:34:00.683574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.685351"], ["updated_at", "2019-02-12 22:34:00.685351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.687261"], ["updated_at", "2019-02-12 22:34:00.687261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.689124"], ["updated_at", "2019-02-12 22:34:00.689124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.691531"], ["updated_at", "2019-02-12 22:34:00.691531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.693655"], ["updated_at", "2019-02-12 22:34:00.693655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.696590"], ["updated_at", "2019-02-12 22:34:00.696590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.699370"], ["updated_at", "2019-02-12 22:34:00.699370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.701802"], ["updated_at", "2019-02-12 22:34:00.701802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.704879"], ["updated_at", "2019-02-12 22:34:00.704879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.707759"], ["updated_at", "2019-02-12 22:34:00.707759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.710152"], ["updated_at", "2019-02-12 22:34:00.710152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.712472"], ["updated_at", "2019-02-12 22:34:00.712472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.715201"], ["updated_at", "2019-02-12 22:34:00.715201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.717545"], ["updated_at", "2019-02-12 22:34:00.717545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.720141"], ["updated_at", "2019-02-12 22:34:00.720141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.722461"], ["updated_at", "2019-02-12 22:34:00.722461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.725172"], ["updated_at", "2019-02-12 22:34:00.725172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.727682"], ["updated_at", "2019-02-12 22:34:00.727682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.730193"], ["updated_at", "2019-02-12 22:34:00.730193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.732504"], ["updated_at", "2019-02-12 22:34:00.732504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.734818"], ["updated_at", "2019-02-12 22:34:00.734818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.737109"], ["updated_at", "2019-02-12 22:34:00.737109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.739441"], ["updated_at", "2019-02-12 22:34:00.739441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.742244"], ["updated_at", "2019-02-12 22:34:00.742244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.744540"], ["updated_at", "2019-02-12 22:34:00.744540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.746683"], ["updated_at", "2019-02-12 22:34:00.746683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.748840"], ["updated_at", "2019-02-12 22:34:00.748840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.751081"], ["updated_at", "2019-02-12 22:34:00.751081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.753783"], ["updated_at", "2019-02-12 22:34:00.753783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.756163"], ["updated_at", "2019-02-12 22:34:00.756163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.758383"], ["updated_at", "2019-02-12 22:34:00.758383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.760655"], ["updated_at", "2019-02-12 22:34:00.760655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.762867"], ["updated_at", "2019-02-12 22:34:00.762867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.765656"], ["updated_at", "2019-02-12 22:34:00.765656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.768068"], ["updated_at", "2019-02-12 22:34:00.768068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.770612"], ["updated_at", "2019-02-12 22:34:00.770612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.772907"], ["updated_at", "2019-02-12 22:34:00.772907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.775209"], ["updated_at", "2019-02-12 22:34:00.775209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.778120"], ["updated_at", "2019-02-12 22:34:00.778120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.780536"], ["updated_at", "2019-02-12 22:34:00.780536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.783057"], ["updated_at", "2019-02-12 22:34:00.783057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.789888"], ["updated_at", "2019-02-12 22:34:00.789888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.792188"], ["updated_at", "2019-02-12 22:34:00.792188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.794009"], ["updated_at", "2019-02-12 22:34:00.794009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.795780"], ["updated_at", "2019-02-12 22:34:00.795780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.797456"], ["updated_at", "2019-02-12 22:34:00.797456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.799250"], ["updated_at", "2019-02-12 22:34:00.799250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.801007"], ["updated_at", "2019-02-12 22:34:00.801007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.802665"], ["updated_at", "2019-02-12 22:34:00.802665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.804451"], ["updated_at", "2019-02-12 22:34:00.804451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.806169"], ["updated_at", "2019-02-12 22:34:00.806169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.807799"], ["updated_at", "2019-02-12 22:34:00.807799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.809519"], ["updated_at", "2019-02-12 22:34:00.809519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.811507"], ["updated_at", "2019-02-12 22:34:00.811507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.813315"], ["updated_at", "2019-02-12 22:34:00.813315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.815069"], ["updated_at", "2019-02-12 22:34:00.815069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.817004"], ["updated_at", "2019-02-12 22:34:00.817004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.818823"], ["updated_at", "2019-02-12 22:34:00.818823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.820667"], ["updated_at", "2019-02-12 22:34:00.820667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.822518"], ["updated_at", "2019-02-12 22:34:00.822518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.824317"], ["updated_at", "2019-02-12 22:34:00.824317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.826084"], ["updated_at", "2019-02-12 22:34:00.826084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.827759"], ["updated_at", "2019-02-12 22:34:00.827759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.829419"], ["updated_at", "2019-02-12 22:34:00.829419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.831060"], ["updated_at", "2019-02-12 22:34:00.831060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.832721"], ["updated_at", "2019-02-12 22:34:00.832721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.834498"], ["updated_at", "2019-02-12 22:34:00.834498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.836200"], ["updated_at", "2019-02-12 22:34:00.836200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.837975"], ["updated_at", "2019-02-12 22:34:00.837975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.839623"], ["updated_at", "2019-02-12 22:34:00.839623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.841403"], ["updated_at", "2019-02-12 22:34:00.841403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.843115"], ["updated_at", "2019-02-12 22:34:00.843115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.844820"], ["updated_at", "2019-02-12 22:34:00.844820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.846499"], ["updated_at", "2019-02-12 22:34:00.846499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.848171"], ["updated_at", "2019-02-12 22:34:00.848171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.849805"], ["updated_at", "2019-02-12 22:34:00.849805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.851370"], ["updated_at", "2019-02-12 22:34:00.851370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.853014"], ["updated_at", "2019-02-12 22:34:00.853014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.854697"], ["updated_at", "2019-02-12 22:34:00.854697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.856336"], ["updated_at", "2019-02-12 22:34:00.856336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.858449"], ["updated_at", "2019-02-12 22:34:00.858449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.860204"], ["updated_at", "2019-02-12 22:34:00.860204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.862131"], ["updated_at", "2019-02-12 22:34:00.862131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.863824"], ["updated_at", "2019-02-12 22:34:00.863824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.865467"], ["updated_at", "2019-02-12 22:34:00.865467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.867423"], ["updated_at", "2019-02-12 22:34:00.867423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.869786"], ["updated_at", "2019-02-12 22:34:00.869786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.871798"], ["updated_at", "2019-02-12 22:34:00.871798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.873582"], ["updated_at", "2019-02-12 22:34:00.873582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.875372"], ["updated_at", "2019-02-12 22:34:00.875372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.877115"], ["updated_at", "2019-02-12 22:34:00.877115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.878859"], ["updated_at", "2019-02-12 22:34:00.878859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.880637"], ["updated_at", "2019-02-12 22:34:00.880637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.882423"], ["updated_at", "2019-02-12 22:34:00.882423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.884085"], ["updated_at", "2019-02-12 22:34:00.884085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.885733"], ["updated_at", "2019-02-12 22:34:00.885733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.887368"], ["updated_at", "2019-02-12 22:34:00.887368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.889072"], ["updated_at", "2019-02-12 22:34:00.889072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.890953"], ["updated_at", "2019-02-12 22:34:00.890953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.892997"], ["updated_at", "2019-02-12 22:34:00.892997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.894761"], ["updated_at", "2019-02-12 22:34:00.894761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.896418"], ["updated_at", "2019-02-12 22:34:00.896418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.898074"], ["updated_at", "2019-02-12 22:34:00.898074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.899729"], ["updated_at", "2019-02-12 22:34:00.899729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.901586"], ["updated_at", "2019-02-12 22:34:00.901586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.904379"], ["updated_at", "2019-02-12 22:34:00.904379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.906279"], ["updated_at", "2019-02-12 22:34:00.906279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.908093"], ["updated_at", "2019-02-12 22:34:00.908093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.909886"], ["updated_at", "2019-02-12 22:34:00.909886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.911700"], ["updated_at", "2019-02-12 22:34:00.911700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.913404"], ["updated_at", "2019-02-12 22:34:00.913404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.915209"], ["updated_at", "2019-02-12 22:34:00.915209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.917075"], ["updated_at", "2019-02-12 22:34:00.917075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.918878"], ["updated_at", "2019-02-12 22:34:00.918878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.920715"], ["updated_at", "2019-02-12 22:34:00.920715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.922494"], ["updated_at", "2019-02-12 22:34:00.922494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.924280"], ["updated_at", "2019-02-12 22:34:00.924280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.926047"], ["updated_at", "2019-02-12 22:34:00.926047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.927800"], ["updated_at", "2019-02-12 22:34:00.927800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.929461"], ["updated_at", "2019-02-12 22:34:00.929461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.931197"], ["updated_at", "2019-02-12 22:34:00.931197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.933142"], ["updated_at", "2019-02-12 22:34:00.933142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.935010"], ["updated_at", "2019-02-12 22:34:00.935010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.936856"], ["updated_at", "2019-02-12 22:34:00.936856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.938719"], ["updated_at", "2019-02-12 22:34:00.938719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.940552"], ["updated_at", "2019-02-12 22:34:00.940552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.942614"], ["updated_at", "2019-02-12 22:34:00.942614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.944521"], ["updated_at", "2019-02-12 22:34:00.944521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.946302"], ["updated_at", "2019-02-12 22:34:00.946302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.948097"], ["updated_at", "2019-02-12 22:34:00.948097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.950289"], ["updated_at", "2019-02-12 22:34:00.950289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.954707"], ["updated_at", "2019-02-12 22:34:00.954707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.956436"], ["updated_at", "2019-02-12 22:34:00.956436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.958204"], ["updated_at", "2019-02-12 22:34:00.958204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.959887"], ["updated_at", "2019-02-12 22:34:00.959887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.961601"], ["updated_at", "2019-02-12 22:34:00.961601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.963277"], ["updated_at", "2019-02-12 22:34:00.963277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.964911"], ["updated_at", "2019-02-12 22:34:00.964911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.966497"], ["updated_at", "2019-02-12 22:34:00.966497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.968121"], ["updated_at", "2019-02-12 22:34:00.968121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.969764"], ["updated_at", "2019-02-12 22:34:00.969764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.971482"], ["updated_at", "2019-02-12 22:34:00.971482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.973154"], ["updated_at", "2019-02-12 22:34:00.973154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.974902"], ["updated_at", "2019-02-12 22:34:00.974902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.976625"], ["updated_at", "2019-02-12 22:34:00.976625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.978205"], ["updated_at", "2019-02-12 22:34:00.978205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.979766"], ["updated_at", "2019-02-12 22:34:00.979766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.981843"], ["updated_at", "2019-02-12 22:34:00.981843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.983686"], ["updated_at", "2019-02-12 22:34:00.983686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.985541"], ["updated_at", "2019-02-12 22:34:00.985541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.987758"], ["updated_at", "2019-02-12 22:34:00.987758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.989586"], ["updated_at", "2019-02-12 22:34:00.989586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.991676"], ["updated_at", "2019-02-12 22:34:00.991676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.995096"], ["updated_at", "2019-02-12 22:34:00.995096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.997334"], ["updated_at", "2019-02-12 22:34:00.997334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:00.999216"], ["updated_at", "2019-02-12 22:34:00.999216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.000988"], ["updated_at", "2019-02-12 22:34:01.000988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.002675"], ["updated_at", "2019-02-12 22:34:01.002675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.004487"], ["updated_at", "2019-02-12 22:34:01.004487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.006184"], ["updated_at", "2019-02-12 22:34:01.006184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.007791"], ["updated_at", "2019-02-12 22:34:01.007791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.009793"], ["updated_at", "2019-02-12 22:34:01.009793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.011482"], ["updated_at", "2019-02-12 22:34:01.011482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.013079"], ["updated_at", "2019-02-12 22:34:01.013079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.014688"], ["updated_at", "2019-02-12 22:34:01.014688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.016261"], ["updated_at", "2019-02-12 22:34:01.016261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.017855"], ["updated_at", "2019-02-12 22:34:01.017855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.019597"], ["updated_at", "2019-02-12 22:34:01.019597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.021590"], ["updated_at", "2019-02-12 22:34:01.021590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.023252"], ["updated_at", "2019-02-12 22:34:01.023252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.024903"], ["updated_at", "2019-02-12 22:34:01.024903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.026593"], ["updated_at", "2019-02-12 22:34:01.026593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.028190"], ["updated_at", "2019-02-12 22:34:01.028190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.029742"], ["updated_at", "2019-02-12 22:34:01.029742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.031466"], ["updated_at", "2019-02-12 22:34:01.031466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.033151"], ["updated_at", "2019-02-12 22:34:01.033151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.034787"], ["updated_at", "2019-02-12 22:34:01.034787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.036433"], ["updated_at", "2019-02-12 22:34:01.036433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.038169"], ["updated_at", "2019-02-12 22:34:01.038169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.039868"], ["updated_at", "2019-02-12 22:34:01.039868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.041827"], ["updated_at", "2019-02-12 22:34:01.041827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.044132"], ["updated_at", "2019-02-12 22:34:01.044132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.045959"], ["updated_at", "2019-02-12 22:34:01.045959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.047647"], ["updated_at", "2019-02-12 22:34:01.047647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.049309"], ["updated_at", "2019-02-12 22:34:01.049309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.050964"], ["updated_at", "2019-02-12 22:34:01.050964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.052586"], ["updated_at", "2019-02-12 22:34:01.052586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.054473"], ["updated_at", "2019-02-12 22:34:01.054473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.056498"], ["updated_at", "2019-02-12 22:34:01.056498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.058780"], ["updated_at", "2019-02-12 22:34:01.058780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.060777"], ["updated_at", "2019-02-12 22:34:01.060777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.063269"], ["updated_at", "2019-02-12 22:34:01.063269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.065398"], ["updated_at", "2019-02-12 22:34:01.065398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.067705"], ["updated_at", "2019-02-12 22:34:01.067705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.069619"], ["updated_at", "2019-02-12 22:34:01.069619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.071530"], ["updated_at", "2019-02-12 22:34:01.071530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.073366"], ["updated_at", "2019-02-12 22:34:01.073366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.075312"], ["updated_at", "2019-02-12 22:34:01.075312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.077097"], ["updated_at", "2019-02-12 22:34:01.077097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.079448"], ["updated_at", "2019-02-12 22:34:01.079448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.081448"], ["updated_at", "2019-02-12 22:34:01.081448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.083262"], ["updated_at", "2019-02-12 22:34:01.083262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.085046"], ["updated_at", "2019-02-12 22:34:01.085046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.086837"], ["updated_at", "2019-02-12 22:34:01.086837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.088619"], ["updated_at", "2019-02-12 22:34:01.088619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.090453"], ["updated_at", "2019-02-12 22:34:01.090453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.092646"], ["updated_at", "2019-02-12 22:34:01.092646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.094399"], ["updated_at", "2019-02-12 22:34:01.094399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.096176"], ["updated_at", "2019-02-12 22:34:01.096176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.098005"], ["updated_at", "2019-02-12 22:34:01.098005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.099753"], ["updated_at", "2019-02-12 22:34:01.099753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.101641"], ["updated_at", "2019-02-12 22:34:01.101641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.103540"], ["updated_at", "2019-02-12 22:34:01.103540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.105387"], ["updated_at", "2019-02-12 22:34:01.105387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.107063"], ["updated_at", "2019-02-12 22:34:01.107063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.110998"], ["updated_at", "2019-02-12 22:34:01.110998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.112888"], ["updated_at", "2019-02-12 22:34:01.112888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.114689"], ["updated_at", "2019-02-12 22:34:01.114689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.116398"], ["updated_at", "2019-02-12 22:34:01.116398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.118037"], ["updated_at", "2019-02-12 22:34:01.118037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.119649"], ["updated_at", "2019-02-12 22:34:01.119649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.121348"], ["updated_at", "2019-02-12 22:34:01.121348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.122979"], ["updated_at", "2019-02-12 22:34:01.122979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.124876"], ["updated_at", "2019-02-12 22:34:01.124876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.126734"], ["updated_at", "2019-02-12 22:34:01.126734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.128401"], ["updated_at", "2019-02-12 22:34:01.128401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.130020"], ["updated_at", "2019-02-12 22:34:01.130020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.131618"], ["updated_at", "2019-02-12 22:34:01.131618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.133209"], ["updated_at", "2019-02-12 22:34:01.133209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.134865"], ["updated_at", "2019-02-12 22:34:01.134865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.137429"], ["updated_at", "2019-02-12 22:34:01.137429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.139273"], ["updated_at", "2019-02-12 22:34:01.139273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.141082"], ["updated_at", "2019-02-12 22:34:01.141082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.142846"], ["updated_at", "2019-02-12 22:34:01.142846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 27ms (Views: 15.3ms | ActiveRecord: 1.1ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:01.177310"], ["updated_at", "2019-02-12 22:34:01.177310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:01.182949"], ["updated_at", "2019-02-12 22:34:01.182949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.185267"], ["updated_at", "2019-02-12 22:34:01.185267"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.187519"], ["updated_at", "2019-02-12 22:34:01.187519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.189187"], ["updated_at", "2019-02-12 22:34:01.189187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.190763"], ["updated_at", "2019-02-12 22:34:01.190763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.192481"], ["updated_at", "2019-02-12 22:34:01.192481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.194182"], ["updated_at", "2019-02-12 22:34:01.194182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.195872"], ["updated_at", "2019-02-12 22:34:01.195872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.197540"], ["updated_at", "2019-02-12 22:34:01.197540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.199341"], ["updated_at", "2019-02-12 22:34:01.199341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.200946"], ["updated_at", "2019-02-12 22:34:01.200946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:01.209476"], ["updated_at", "2019-02-12 22:34:01.209476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.212289"], ["updated_at", "2019-02-12 22:34:01.212289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.214377"], ["updated_at", "2019-02-12 22:34:01.214377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.217179"], ["updated_at", "2019-02-12 22:34:01.217179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.219501"], ["updated_at", "2019-02-12 22:34:01.219501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.221328"], ["updated_at", "2019-02-12 22:34:01.221328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.222826"], ["updated_at", "2019-02-12 22:34:01.222826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.224473"], ["updated_at", "2019-02-12 22:34:01.224473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.226138"], ["updated_at", "2019-02-12 22:34:01.226138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.227643"], ["updated_at", "2019-02-12 22:34:01.227643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.229195"], ["updated_at", "2019-02-12 22:34:01.229195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.230767"], ["updated_at", "2019-02-12 22:34:01.230767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.232284"], ["updated_at", "2019-02-12 22:34:01.232284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.233791"], ["updated_at", "2019-02-12 22:34:01.233791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.235263"], ["updated_at", "2019-02-12 22:34:01.235263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.236970"], ["updated_at", "2019-02-12 22:34:01.236970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.238630"], ["updated_at", "2019-02-12 22:34:01.238630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.240560"], ["updated_at", "2019-02-12 22:34:01.240560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.242983"], ["updated_at", "2019-02-12 22:34:01.242983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.244966"], ["updated_at", "2019-02-12 22:34:01.244966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.246817"], ["updated_at", "2019-02-12 22:34:01.246817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.248534"], ["updated_at", "2019-02-12 22:34:01.248534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.250178"], ["updated_at", "2019-02-12 22:34:01.250178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.251950"], ["updated_at", "2019-02-12 22:34:01.251950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.253801"], ["updated_at", "2019-02-12 22:34:01.253801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.255512"], ["updated_at", "2019-02-12 22:34:01.255512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.257323"], ["updated_at", "2019-02-12 22:34:01.257323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.259140"], ["updated_at", "2019-02-12 22:34:01.259140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.260803"], ["updated_at", "2019-02-12 22:34:01.260803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.262562"], ["updated_at", "2019-02-12 22:34:01.262562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.264392"], ["updated_at", "2019-02-12 22:34:01.264392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.266093"], ["updated_at", "2019-02-12 22:34:01.266093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.267752"], ["updated_at", "2019-02-12 22:34:01.267752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.269356"], ["updated_at", "2019-02-12 22:34:01.269356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.271168"], ["updated_at", "2019-02-12 22:34:01.271168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.272853"], ["updated_at", "2019-02-12 22:34:01.272853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.274681"], ["updated_at", "2019-02-12 22:34:01.274681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.276663"], ["updated_at", "2019-02-12 22:34:01.276663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.278334"], ["updated_at", "2019-02-12 22:34:01.278334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.279928"], ["updated_at", "2019-02-12 22:34:01.279928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.281678"], ["updated_at", "2019-02-12 22:34:01.281678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.283362"], ["updated_at", "2019-02-12 22:34:01.283362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.284928"], ["updated_at", "2019-02-12 22:34:01.284928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.286445"], ["updated_at", "2019-02-12 22:34:01.286445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.288895"], ["updated_at", "2019-02-12 22:34:01.288895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.290906"], ["updated_at", "2019-02-12 22:34:01.290906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.292730"], ["updated_at", "2019-02-12 22:34:01.292730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.294354"], ["updated_at", "2019-02-12 22:34:01.294354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.295977"], ["updated_at", "2019-02-12 22:34:01.295977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.297554"], ["updated_at", "2019-02-12 22:34:01.297554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.299215"], ["updated_at", "2019-02-12 22:34:01.299215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.300815"], ["updated_at", "2019-02-12 22:34:01.300815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.302390"], ["updated_at", "2019-02-12 22:34:01.302390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.304111"], ["updated_at", "2019-02-12 22:34:01.304111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.305706"], ["updated_at", "2019-02-12 22:34:01.305706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.307213"], ["updated_at", "2019-02-12 22:34:01.307213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.308836"], ["updated_at", "2019-02-12 22:34:01.308836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.310448"], ["updated_at", "2019-02-12 22:34:01.310448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.312062"], ["updated_at", "2019-02-12 22:34:01.312062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.313645"], ["updated_at", "2019-02-12 22:34:01.313645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.315195"], ["updated_at", "2019-02-12 22:34:01.315195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.316802"], ["updated_at", "2019-02-12 22:34:01.316802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.318587"], ["updated_at", "2019-02-12 22:34:01.318587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.320359"], ["updated_at", "2019-02-12 22:34:01.320359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.322299"], ["updated_at", "2019-02-12 22:34:01.322299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.324337"], ["updated_at", "2019-02-12 22:34:01.324337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.326156"], ["updated_at", "2019-02-12 22:34:01.326156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.327879"], ["updated_at", "2019-02-12 22:34:01.327879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.329574"], ["updated_at", "2019-02-12 22:34:01.329574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.331287"], ["updated_at", "2019-02-12 22:34:01.331287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.332952"], ["updated_at", "2019-02-12 22:34:01.332952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.334787"], ["updated_at", "2019-02-12 22:34:01.334787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.336465"], ["updated_at", "2019-02-12 22:34:01.336465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.338184"], ["updated_at", "2019-02-12 22:34:01.338184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.339902"], ["updated_at", "2019-02-12 22:34:01.339902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.341787"], ["updated_at", "2019-02-12 22:34:01.341787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.343602"], ["updated_at", "2019-02-12 22:34:01.343602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.348700"], ["updated_at", "2019-02-12 22:34:01.348700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.350612"], ["updated_at", "2019-02-12 22:34:01.350612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.352321"], ["updated_at", "2019-02-12 22:34:01.352321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.354199"], ["updated_at", "2019-02-12 22:34:01.354199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.355896"], ["updated_at", "2019-02-12 22:34:01.355896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.357727"], ["updated_at", "2019-02-12 22:34:01.357727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.359586"], ["updated_at", "2019-02-12 22:34:01.359586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.361220"], ["updated_at", "2019-02-12 22:34:01.361220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.362805"], ["updated_at", "2019-02-12 22:34:01.362805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.364368"], ["updated_at", "2019-02-12 22:34:01.364368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.365941"], ["updated_at", "2019-02-12 22:34:01.365941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.367528"], ["updated_at", "2019-02-12 22:34:01.367528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.370847"], ["updated_at", "2019-02-12 22:34:01.370847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.372889"], ["updated_at", "2019-02-12 22:34:01.372889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.374686"], ["updated_at", "2019-02-12 22:34:01.374686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.376499"], ["updated_at", "2019-02-12 22:34:01.376499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.378206"], ["updated_at", "2019-02-12 22:34:01.378206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.380031"], ["updated_at", "2019-02-12 22:34:01.380031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.381825"], ["updated_at", "2019-02-12 22:34:01.381825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.383586"], ["updated_at", "2019-02-12 22:34:01.383586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.385176"], ["updated_at", "2019-02-12 22:34:01.385176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.386743"], ["updated_at", "2019-02-12 22:34:01.386743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.388483"], ["updated_at", "2019-02-12 22:34:01.388483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.390086"], ["updated_at", "2019-02-12 22:34:01.390086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.391969"], ["updated_at", "2019-02-12 22:34:01.391969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.393764"], ["updated_at", "2019-02-12 22:34:01.393764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.395454"], ["updated_at", "2019-02-12 22:34:01.395454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.397410"], ["updated_at", "2019-02-12 22:34:01.397410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.399211"], ["updated_at", "2019-02-12 22:34:01.399211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.400906"], ["updated_at", "2019-02-12 22:34:01.400906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.402630"], ["updated_at", "2019-02-12 22:34:01.402630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.404642"], ["updated_at", "2019-02-12 22:34:01.404642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.406333"], ["updated_at", "2019-02-12 22:34:01.406333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.407992"], ["updated_at", "2019-02-12 22:34:01.407992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.409938"], ["updated_at", "2019-02-12 22:34:01.409938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.411827"], ["updated_at", "2019-02-12 22:34:01.411827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.413474"], ["updated_at", "2019-02-12 22:34:01.413474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.415241"], ["updated_at", "2019-02-12 22:34:01.415241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.416887"], ["updated_at", "2019-02-12 22:34:01.416887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.418492"], ["updated_at", "2019-02-12 22:34:01.418492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.420540"], ["updated_at", "2019-02-12 22:34:01.420540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.422323"], ["updated_at", "2019-02-12 22:34:01.422323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.424130"], ["updated_at", "2019-02-12 22:34:01.424130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.426048"], ["updated_at", "2019-02-12 22:34:01.426048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.427882"], ["updated_at", "2019-02-12 22:34:01.427882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.429583"], ["updated_at", "2019-02-12 22:34:01.429583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.431253"], ["updated_at", "2019-02-12 22:34:01.431253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.432918"], ["updated_at", "2019-02-12 22:34:01.432918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.434564"], ["updated_at", "2019-02-12 22:34:01.434564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.436142"], ["updated_at", "2019-02-12 22:34:01.436142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.438212"], ["updated_at", "2019-02-12 22:34:01.438212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.439947"], ["updated_at", "2019-02-12 22:34:01.439947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.441709"], ["updated_at", "2019-02-12 22:34:01.441709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.443461"], ["updated_at", "2019-02-12 22:34:01.443461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.445107"], ["updated_at", "2019-02-12 22:34:01.445107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.446697"], ["updated_at", "2019-02-12 22:34:01.446697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.448311"], ["updated_at", "2019-02-12 22:34:01.448311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.450049"], ["updated_at", "2019-02-12 22:34:01.450049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.451738"], ["updated_at", "2019-02-12 22:34:01.451738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.453438"], ["updated_at", "2019-02-12 22:34:01.453438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.455197"], ["updated_at", "2019-02-12 22:34:01.455197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.456807"], ["updated_at", "2019-02-12 22:34:01.456807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.458505"], ["updated_at", "2019-02-12 22:34:01.458505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.460398"], ["updated_at", "2019-02-12 22:34:01.460398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.462303"], ["updated_at", "2019-02-12 22:34:01.462303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.463971"], ["updated_at", "2019-02-12 22:34:01.463971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.465644"], ["updated_at", "2019-02-12 22:34:01.465644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.467318"], ["updated_at", "2019-02-12 22:34:01.467318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.468958"], ["updated_at", "2019-02-12 22:34:01.468958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.470620"], ["updated_at", "2019-02-12 22:34:01.470620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.472469"], ["updated_at", "2019-02-12 22:34:01.472469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.474292"], ["updated_at", "2019-02-12 22:34:01.474292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.476118"], ["updated_at", "2019-02-12 22:34:01.476118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.477826"], ["updated_at", "2019-02-12 22:34:01.477826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.479511"], ["updated_at", "2019-02-12 22:34:01.479511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.484349"], ["updated_at", "2019-02-12 22:34:01.484349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.486153"], ["updated_at", "2019-02-12 22:34:01.486153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.487922"], ["updated_at", "2019-02-12 22:34:01.487922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.489547"], ["updated_at", "2019-02-12 22:34:01.489547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.491308"], ["updated_at", "2019-02-12 22:34:01.491308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.493109"], ["updated_at", "2019-02-12 22:34:01.493109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.494815"], ["updated_at", "2019-02-12 22:34:01.494815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.496554"], ["updated_at", "2019-02-12 22:34:01.496554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.498231"], ["updated_at", "2019-02-12 22:34:01.498231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.499902"], ["updated_at", "2019-02-12 22:34:01.499902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.501583"], ["updated_at", "2019-02-12 22:34:01.501583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.503175"], ["updated_at", "2019-02-12 22:34:01.503175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.505138"], ["updated_at", "2019-02-12 22:34:01.505138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.506814"], ["updated_at", "2019-02-12 22:34:01.506814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.508755"], ["updated_at", "2019-02-12 22:34:01.508755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.510499"], ["updated_at", "2019-02-12 22:34:01.510499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.512121"], ["updated_at", "2019-02-12 22:34:01.512121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.513729"], ["updated_at", "2019-02-12 22:34:01.513729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.515340"], ["updated_at", "2019-02-12 22:34:01.515340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.516938"], ["updated_at", "2019-02-12 22:34:01.516938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.518516"], ["updated_at", "2019-02-12 22:34:01.518516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.520301"], ["updated_at", "2019-02-12 22:34:01.520301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.521957"], ["updated_at", "2019-02-12 22:34:01.521957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.523520"], ["updated_at", "2019-02-12 22:34:01.523520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.525150"], ["updated_at", "2019-02-12 22:34:01.525150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.526782"], ["updated_at", "2019-02-12 22:34:01.526782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.528324"], ["updated_at", "2019-02-12 22:34:01.528324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.529891"], ["updated_at", "2019-02-12 22:34:01.529891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.531701"], ["updated_at", "2019-02-12 22:34:01.531701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.533371"], ["updated_at", "2019-02-12 22:34:01.533371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.534963"], ["updated_at", "2019-02-12 22:34:01.534963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.536580"], ["updated_at", "2019-02-12 22:34:01.536580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.538233"], ["updated_at", "2019-02-12 22:34:01.538233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.539805"], ["updated_at", "2019-02-12 22:34:01.539805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.541413"], ["updated_at", "2019-02-12 22:34:01.541413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.543312"], ["updated_at", "2019-02-12 22:34:01.543312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.544987"], ["updated_at", "2019-02-12 22:34:01.544987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.546598"], ["updated_at", "2019-02-12 22:34:01.546598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.548179"], ["updated_at", "2019-02-12 22:34:01.548179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.549809"], ["updated_at", "2019-02-12 22:34:01.549809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.551418"], ["updated_at", "2019-02-12 22:34:01.551418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.553016"], ["updated_at", "2019-02-12 22:34:01.553016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.554840"], ["updated_at", "2019-02-12 22:34:01.554840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.556493"], ["updated_at", "2019-02-12 22:34:01.556493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.558197"], ["updated_at", "2019-02-12 22:34:01.558197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.560055"], ["updated_at", "2019-02-12 22:34:01.560055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.561745"], ["updated_at", "2019-02-12 22:34:01.561745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.563396"], ["updated_at", "2019-02-12 22:34:01.563396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.565031"], ["updated_at", "2019-02-12 22:34:01.565031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.566890"], ["updated_at", "2019-02-12 22:34:01.566890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.568593"], ["updated_at", "2019-02-12 22:34:01.568593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.570287"], ["updated_at", "2019-02-12 22:34:01.570287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.572021"], ["updated_at", "2019-02-12 22:34:01.572021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.573680"], ["updated_at", "2019-02-12 22:34:01.573680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.575445"], ["updated_at", "2019-02-12 22:34:01.575445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.577356"], ["updated_at", "2019-02-12 22:34:01.577356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.579140"], ["updated_at", "2019-02-12 22:34:01.579140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.580775"], ["updated_at", "2019-02-12 22:34:01.580775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.582394"], ["updated_at", "2019-02-12 22:34:01.582394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.584004"], ["updated_at", "2019-02-12 22:34:01.584004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.585621"], ["updated_at", "2019-02-12 22:34:01.585621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.587503"], ["updated_at", "2019-02-12 22:34:01.587503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.589488"], ["updated_at", "2019-02-12 22:34:01.589488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.591267"], ["updated_at", "2019-02-12 22:34:01.591267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.593024"], ["updated_at", "2019-02-12 22:34:01.593024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.594696"], ["updated_at", "2019-02-12 22:34:01.594696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.596328"], ["updated_at", "2019-02-12 22:34:01.596328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.597957"], ["updated_at", "2019-02-12 22:34:01.597957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.599607"], ["updated_at", "2019-02-12 22:34:01.599607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.601484"], ["updated_at", "2019-02-12 22:34:01.601484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.603340"], ["updated_at", "2019-02-12 22:34:01.603340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.605113"], ["updated_at", "2019-02-12 22:34:01.605113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.609777"], ["updated_at", "2019-02-12 22:34:01.609777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.611717"], ["updated_at", "2019-02-12 22:34:01.611717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.613584"], ["updated_at", "2019-02-12 22:34:01.613584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.615323"], ["updated_at", "2019-02-12 22:34:01.615323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.617000"], ["updated_at", "2019-02-12 22:34:01.617000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.618639"], ["updated_at", "2019-02-12 22:34:01.618639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.620252"], ["updated_at", "2019-02-12 22:34:01.620252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.621973"], ["updated_at", "2019-02-12 22:34:01.621973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.623717"], ["updated_at", "2019-02-12 22:34:01.623717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.625464"], ["updated_at", "2019-02-12 22:34:01.625464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.627129"], ["updated_at", "2019-02-12 22:34:01.627129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.628743"], ["updated_at", "2019-02-12 22:34:01.628743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.630623"], ["updated_at", "2019-02-12 22:34:01.630623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.632875"], ["updated_at", "2019-02-12 22:34:01.632875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.634673"], ["updated_at", "2019-02-12 22:34:01.634673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.636714"], ["updated_at", "2019-02-12 22:34:01.636714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.638516"], ["updated_at", "2019-02-12 22:34:01.638516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.640185"], ["updated_at", "2019-02-12 22:34:01.640185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.641953"], ["updated_at", "2019-02-12 22:34:01.641953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.643663"], ["updated_at", "2019-02-12 22:34:01.643663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.645276"], ["updated_at", "2019-02-12 22:34:01.645276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.646952"], ["updated_at", "2019-02-12 22:34:01.646952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.648676"], ["updated_at", "2019-02-12 22:34:01.648676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.650315"], ["updated_at", "2019-02-12 22:34:01.650315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.651924"], ["updated_at", "2019-02-12 22:34:01.651924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.653640"], ["updated_at", "2019-02-12 22:34:01.653640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.655294"], ["updated_at", "2019-02-12 22:34:01.655294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.656926"], ["updated_at", "2019-02-12 22:34:01.656926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.658890"], ["updated_at", "2019-02-12 22:34:01.658890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.660659"], ["updated_at", "2019-02-12 22:34:01.660659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.662643"], ["updated_at", "2019-02-12 22:34:01.662643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.664798"], ["updated_at", "2019-02-12 22:34:01.664798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.666439"], ["updated_at", "2019-02-12 22:34:01.666439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.668065"], ["updated_at", "2019-02-12 22:34:01.668065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.669636"], ["updated_at", "2019-02-12 22:34:01.669636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.671940"], ["updated_at", "2019-02-12 22:34:01.671940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.673693"], ["updated_at", "2019-02-12 22:34:01.673693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.675453"], ["updated_at", "2019-02-12 22:34:01.675453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.677092"], ["updated_at", "2019-02-12 22:34:01.677092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.678819"], ["updated_at", "2019-02-12 22:34:01.678819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.680478"], ["updated_at", "2019-02-12 22:34:01.680478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.682238"], ["updated_at", "2019-02-12 22:34:01.682238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.683973"], ["updated_at", "2019-02-12 22:34:01.683973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.685625"], ["updated_at", "2019-02-12 22:34:01.685625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.687255"], ["updated_at", "2019-02-12 22:34:01.687255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.689168"], ["updated_at", "2019-02-12 22:34:01.689168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.690976"], ["updated_at", "2019-02-12 22:34:01.690976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.692769"], ["updated_at", "2019-02-12 22:34:01.692769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.694687"], ["updated_at", "2019-02-12 22:34:01.694687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.696345"], ["updated_at", "2019-02-12 22:34:01.696345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.697950"], ["updated_at", "2019-02-12 22:34:01.697950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.699564"], ["updated_at", "2019-02-12 22:34:01.699564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.701245"], ["updated_at", "2019-02-12 22:34:01.701245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.703164"], ["updated_at", "2019-02-12 22:34:01.703164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.705026"], ["updated_at", "2019-02-12 22:34:01.705026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.706735"], ["updated_at", "2019-02-12 22:34:01.706735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.708393"], ["updated_at", "2019-02-12 22:34:01.708393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.710090"], ["updated_at", "2019-02-12 22:34:01.710090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.711732"], ["updated_at", "2019-02-12 22:34:01.711732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.713663"], ["updated_at", "2019-02-12 22:34:01.713663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.715530"], ["updated_at", "2019-02-12 22:34:01.715530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.717532"], ["updated_at", "2019-02-12 22:34:01.717532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.719278"], ["updated_at", "2019-02-12 22:34:01.719278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.721166"], ["updated_at", "2019-02-12 22:34:01.721166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.722919"], ["updated_at", "2019-02-12 22:34:01.722919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.724658"], ["updated_at", "2019-02-12 22:34:01.724658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.726434"], ["updated_at", "2019-02-12 22:34:01.726434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.728189"], ["updated_at", "2019-02-12 22:34:01.728189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.732191"], ["updated_at", "2019-02-12 22:34:01.732191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.733855"], ["updated_at", "2019-02-12 22:34:01.733855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.735485"], ["updated_at", "2019-02-12 22:34:01.735485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.737095"], ["updated_at", "2019-02-12 22:34:01.737095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.738765"], ["updated_at", "2019-02-12 22:34:01.738765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.740516"], ["updated_at", "2019-02-12 22:34:01.740516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.742232"], ["updated_at", "2019-02-12 22:34:01.742232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.743856"], ["updated_at", "2019-02-12 22:34:01.743856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.745429"], ["updated_at", "2019-02-12 22:34:01.745429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 14ms (Views: 7.8ms | ActiveRecord: 0.4ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:01.764850"], ["updated_at", "2019-02-12 22:34:01.764850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.767523"], ["updated_at", "2019-02-12 22:34:01.767523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:01.769487"], ["updated_at", "2019-02-12 22:34:01.769487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:01.776030"], ["updated_at", "2019-02-12 22:34:01.776030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:01.780453"], ["updated_at", "2019-02-12 22:34:01.780453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.258430"], ["updated_at", "2019-02-12 22:34:12.258430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.285119"], ["updated_at", "2019-02-12 22:34:12.285119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 18ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.309353"], ["updated_at", "2019-02-12 22:34:12.309353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.312011"], ["updated_at", "2019-02-12 22:34:12.312011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.313509"], ["updated_at", "2019-02-12 22:34:12.313509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:34:12.315465"], ["updated_at", "2019-02-12 22:34:12.315465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.321587"], ["updated_at", "2019-02-12 22:34:12.321587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.324001"], ["updated_at", "2019-02-12 22:34:12.324001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.333913"], ["updated_at", "2019-02-12 22:34:12.333913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.336674"], ["updated_at", "2019-02-12 22:34:12.336674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:34:12.339928"], ["updated_at", "2019-02-12 22:34:12.341978"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:34:12.349036"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.356747"], ["updated_at", "2019-02-12 22:34:12.356747"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.360151"], ["updated_at", "2019-02-12 22:34:12.360151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:34:12.365026"], ["updated_at", "2019-02-12 22:34:12.366446"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.370880"], ["updated_at", "2019-02-12 22:34:12.370880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.374244"], ["updated_at", "2019-02-12 22:34:12.374244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "7@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:34:12.380997"], ["updated_at", "2019-02-12 22:34:12.382387"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.388855"], ["updated_at", "2019-02-12 22:34:12.388855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.392453"], ["updated_at", "2019-02-12 22:34:12.392453"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:34:12.398467"], ["updated_at", "2019-02-12 22:34:12.399782"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (4.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.420007"], ["updated_at", "2019-02-12 22:34:12.420007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.422430"], ["updated_at", "2019-02-12 22:34:12.422430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.424227"], ["updated_at", "2019-02-12 22:34:12.424227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:12.432584"], ["updated_at", "2019-02-12 22:34:12.432584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.441900"], ["updated_at", "2019-02-12 22:34:12.441900"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.444560"], ["updated_at", "2019-02-12 22:34:12.444560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.446236"], ["updated_at", "2019-02-12 22:34:12.446236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.447790"], ["updated_at", "2019-02-12 22:34:12.447790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.449273"], ["updated_at", "2019-02-12 22:34:12.449273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.450767"], ["updated_at", "2019-02-12 22:34:12.450767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.452885"], ["updated_at", "2019-02-12 22:34:12.452885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.455075"], ["updated_at", "2019-02-12 22:34:12.455075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.457175"], ["updated_at", "2019-02-12 22:34:12.457175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.459124"], ["updated_at", "2019-02-12 22:34:12.459124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.460946"], ["updated_at", "2019-02-12 22:34:12.460946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.462629"], ["updated_at", "2019-02-12 22:34:12.462629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.464224"], ["updated_at", "2019-02-12 22:34:12.464224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.465882"], ["updated_at", "2019-02-12 22:34:12.465882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.467444"], ["updated_at", "2019-02-12 22:34:12.467444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.469014"], ["updated_at", "2019-02-12 22:34:12.469014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.470635"], ["updated_at", "2019-02-12 22:34:12.470635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.472303"], ["updated_at", "2019-02-12 22:34:12.472303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.473840"], ["updated_at", "2019-02-12 22:34:12.473840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.475448"], ["updated_at", "2019-02-12 22:34:12.475448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.476989"], ["updated_at", "2019-02-12 22:34:12.476989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.478502"], ["updated_at", "2019-02-12 22:34:12.478502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.480192"], ["updated_at", "2019-02-12 22:34:12.480192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.481792"], ["updated_at", "2019-02-12 22:34:12.481792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.483251"], ["updated_at", "2019-02-12 22:34:12.483251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.484748"], ["updated_at", "2019-02-12 22:34:12.484748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.486260"], ["updated_at", "2019-02-12 22:34:12.486260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.487970"], ["updated_at", "2019-02-12 22:34:12.487970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.489736"], ["updated_at", "2019-02-12 22:34:12.489736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.491813"], ["updated_at", "2019-02-12 22:34:12.491813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.493451"], ["updated_at", "2019-02-12 22:34:12.493451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.495166"], ["updated_at", "2019-02-12 22:34:12.495166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.496968"], ["updated_at", "2019-02-12 22:34:12.496968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.498538"], ["updated_at", "2019-02-12 22:34:12.498538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.500128"], ["updated_at", "2019-02-12 22:34:12.500128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.504126"], ["updated_at", "2019-02-12 22:34:12.504126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.507633"], ["updated_at", "2019-02-12 22:34:12.507633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.509406"], ["updated_at", "2019-02-12 22:34:12.509406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.511037"], ["updated_at", "2019-02-12 22:34:12.511037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.512556"], ["updated_at", "2019-02-12 22:34:12.512556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.514174"], ["updated_at", "2019-02-12 22:34:12.514174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.515758"], ["updated_at", "2019-02-12 22:34:12.515758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.517293"], ["updated_at", "2019-02-12 22:34:12.517293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.518827"], ["updated_at", "2019-02-12 22:34:12.518827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.520600"], ["updated_at", "2019-02-12 22:34:12.520600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.522269"], ["updated_at", "2019-02-12 22:34:12.522269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.523876"], ["updated_at", "2019-02-12 22:34:12.523876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.525687"], ["updated_at", "2019-02-12 22:34:12.525687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.527285"], ["updated_at", "2019-02-12 22:34:12.527285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.528784"], ["updated_at", "2019-02-12 22:34:12.528784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.530293"], ["updated_at", "2019-02-12 22:34:12.530293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.531801"], ["updated_at", "2019-02-12 22:34:12.531801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.533307"], ["updated_at", "2019-02-12 22:34:12.533307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.534766"], ["updated_at", "2019-02-12 22:34:12.534766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.536375"], ["updated_at", "2019-02-12 22:34:12.536375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.538241"], ["updated_at", "2019-02-12 22:34:12.538241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.539877"], ["updated_at", "2019-02-12 22:34:12.539877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.541879"], ["updated_at", "2019-02-12 22:34:12.541879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.543625"], ["updated_at", "2019-02-12 22:34:12.543625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.545216"], ["updated_at", "2019-02-12 22:34:12.545216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.546726"], ["updated_at", "2019-02-12 22:34:12.546726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.548220"], ["updated_at", "2019-02-12 22:34:12.548220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.549911"], ["updated_at", "2019-02-12 22:34:12.549911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.551439"], ["updated_at", "2019-02-12 22:34:12.551439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.552936"], ["updated_at", "2019-02-12 22:34:12.552936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.554618"], ["updated_at", "2019-02-12 22:34:12.554618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.556243"], ["updated_at", "2019-02-12 22:34:12.556243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.557903"], ["updated_at", "2019-02-12 22:34:12.557903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.559633"], ["updated_at", "2019-02-12 22:34:12.559633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.561428"], ["updated_at", "2019-02-12 22:34:12.561428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.562978"], ["updated_at", "2019-02-12 22:34:12.562978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.564445"], ["updated_at", "2019-02-12 22:34:12.564445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.565935"], ["updated_at", "2019-02-12 22:34:12.565935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.567442"], ["updated_at", "2019-02-12 22:34:12.567442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.568943"], ["updated_at", "2019-02-12 22:34:12.568943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.570662"], ["updated_at", "2019-02-12 22:34:12.570662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.572595"], ["updated_at", "2019-02-12 22:34:12.572595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.574318"], ["updated_at", "2019-02-12 22:34:12.574318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.575971"], ["updated_at", "2019-02-12 22:34:12.575971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.577453"], ["updated_at", "2019-02-12 22:34:12.577453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.579015"], ["updated_at", "2019-02-12 22:34:12.579015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.580588"], ["updated_at", "2019-02-12 22:34:12.580588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.582213"], ["updated_at", "2019-02-12 22:34:12.582213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.583925"], ["updated_at", "2019-02-12 22:34:12.583925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.585582"], ["updated_at", "2019-02-12 22:34:12.585582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.587318"], ["updated_at", "2019-02-12 22:34:12.587318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.588940"], ["updated_at", "2019-02-12 22:34:12.588940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.590449"], ["updated_at", "2019-02-12 22:34:12.590449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.592179"], ["updated_at", "2019-02-12 22:34:12.592179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.593771"], ["updated_at", "2019-02-12 22:34:12.593771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.595399"], ["updated_at", "2019-02-12 22:34:12.595399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.596994"], ["updated_at", "2019-02-12 22:34:12.596994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.598514"], ["updated_at", "2019-02-12 22:34:12.598514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.600109"], ["updated_at", "2019-02-12 22:34:12.600109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.601722"], ["updated_at", "2019-02-12 22:34:12.601722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.603422"], ["updated_at", "2019-02-12 22:34:12.603422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.605277"], ["updated_at", "2019-02-12 22:34:12.605277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.607112"], ["updated_at", "2019-02-12 22:34:12.607112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.609035"], ["updated_at", "2019-02-12 22:34:12.609035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.610777"], ["updated_at", "2019-02-12 22:34:12.610777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.612460"], ["updated_at", "2019-02-12 22:34:12.612460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.614334"], ["updated_at", "2019-02-12 22:34:12.614334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.615953"], ["updated_at", "2019-02-12 22:34:12.615953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.620343"], ["updated_at", "2019-02-12 22:34:12.620343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.622355"], ["updated_at", "2019-02-12 22:34:12.622355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.624145"], ["updated_at", "2019-02-12 22:34:12.624145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.625912"], ["updated_at", "2019-02-12 22:34:12.625912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.627521"], ["updated_at", "2019-02-12 22:34:12.627521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.629116"], ["updated_at", "2019-02-12 22:34:12.629116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.630877"], ["updated_at", "2019-02-12 22:34:12.630877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.632506"], ["updated_at", "2019-02-12 22:34:12.632506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.634099"], ["updated_at", "2019-02-12 22:34:12.634099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.635678"], ["updated_at", "2019-02-12 22:34:12.635678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.637370"], ["updated_at", "2019-02-12 22:34:12.637370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.639144"], ["updated_at", "2019-02-12 22:34:12.639144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.641049"], ["updated_at", "2019-02-12 22:34:12.641049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.642879"], ["updated_at", "2019-02-12 22:34:12.642879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.644511"], ["updated_at", "2019-02-12 22:34:12.644511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.646076"], ["updated_at", "2019-02-12 22:34:12.646076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.647629"], ["updated_at", "2019-02-12 22:34:12.647629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.649316"], ["updated_at", "2019-02-12 22:34:12.649316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.650890"], ["updated_at", "2019-02-12 22:34:12.650890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.652424"], ["updated_at", "2019-02-12 22:34:12.652424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.654344"], ["updated_at", "2019-02-12 22:34:12.654344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.656117"], ["updated_at", "2019-02-12 22:34:12.656117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.658108"], ["updated_at", "2019-02-12 22:34:12.658108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.659873"], ["updated_at", "2019-02-12 22:34:12.659873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.661466"], ["updated_at", "2019-02-12 22:34:12.661466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.663137"], ["updated_at", "2019-02-12 22:34:12.663137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.664913"], ["updated_at", "2019-02-12 22:34:12.664913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.666462"], ["updated_at", "2019-02-12 22:34:12.666462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.667958"], ["updated_at", "2019-02-12 22:34:12.667958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.669439"], ["updated_at", "2019-02-12 22:34:12.669439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.671075"], ["updated_at", "2019-02-12 22:34:12.671075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.672686"], ["updated_at", "2019-02-12 22:34:12.672686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.674290"], ["updated_at", "2019-02-12 22:34:12.674290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.675860"], ["updated_at", "2019-02-12 22:34:12.675860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.677425"], ["updated_at", "2019-02-12 22:34:12.677425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.678924"], ["updated_at", "2019-02-12 22:34:12.678924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.680419"], ["updated_at", "2019-02-12 22:34:12.680419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.681911"], ["updated_at", "2019-02-12 22:34:12.681911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.683444"], ["updated_at", "2019-02-12 22:34:12.683444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.684914"], ["updated_at", "2019-02-12 22:34:12.684914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.686408"], ["updated_at", "2019-02-12 22:34:12.686408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.688078"], ["updated_at", "2019-02-12 22:34:12.688078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.689808"], ["updated_at", "2019-02-12 22:34:12.689808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.691834"], ["updated_at", "2019-02-12 22:34:12.691834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.693586"], ["updated_at", "2019-02-12 22:34:12.693586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.695177"], ["updated_at", "2019-02-12 22:34:12.695177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.696912"], ["updated_at", "2019-02-12 22:34:12.696912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.698725"], ["updated_at", "2019-02-12 22:34:12.698725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.700561"], ["updated_at", "2019-02-12 22:34:12.700561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.702204"], ["updated_at", "2019-02-12 22:34:12.702204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.703968"], ["updated_at", "2019-02-12 22:34:12.703968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.705665"], ["updated_at", "2019-02-12 22:34:12.705665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.707500"], ["updated_at", "2019-02-12 22:34:12.707500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.709291"], ["updated_at", "2019-02-12 22:34:12.709291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.710931"], ["updated_at", "2019-02-12 22:34:12.710931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.712748"], ["updated_at", "2019-02-12 22:34:12.712748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.714335"], ["updated_at", "2019-02-12 22:34:12.714335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.715981"], ["updated_at", "2019-02-12 22:34:12.715981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.717658"], ["updated_at", "2019-02-12 22:34:12.717658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.719250"], ["updated_at", "2019-02-12 22:34:12.719250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.720977"], ["updated_at", "2019-02-12 22:34:12.720977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.722609"], ["updated_at", "2019-02-12 22:34:12.722609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.724336"], ["updated_at", "2019-02-12 22:34:12.724336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.726113"], ["updated_at", "2019-02-12 22:34:12.726113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.727746"], ["updated_at", "2019-02-12 22:34:12.727746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.729326"], ["updated_at", "2019-02-12 22:34:12.729326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.730891"], ["updated_at", "2019-02-12 22:34:12.730891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.732440"], ["updated_at", "2019-02-12 22:34:12.732440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.734016"], ["updated_at", "2019-02-12 22:34:12.734016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.735671"], ["updated_at", "2019-02-12 22:34:12.735671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.737523"], ["updated_at", "2019-02-12 22:34:12.737523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.739401"], ["updated_at", "2019-02-12 22:34:12.739401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.741272"], ["updated_at", "2019-02-12 22:34:12.741272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.743000"], ["updated_at", "2019-02-12 22:34:12.743000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.744556"], ["updated_at", "2019-02-12 22:34:12.744556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.746169"], ["updated_at", "2019-02-12 22:34:12.746169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.747823"], ["updated_at", "2019-02-12 22:34:12.747823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.749380"], ["updated_at", "2019-02-12 22:34:12.749380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.750896"], ["updated_at", "2019-02-12 22:34:12.750896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.752382"], ["updated_at", "2019-02-12 22:34:12.752382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.753964"], ["updated_at", "2019-02-12 22:34:12.753964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.755639"], ["updated_at", "2019-02-12 22:34:12.755639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.757406"], ["updated_at", "2019-02-12 22:34:12.757406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.759272"], ["updated_at", "2019-02-12 22:34:12.759272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.760951"], ["updated_at", "2019-02-12 22:34:12.760951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.762552"], ["updated_at", "2019-02-12 22:34:12.762552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.764083"], ["updated_at", "2019-02-12 22:34:12.764083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.765589"], ["updated_at", "2019-02-12 22:34:12.765589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.767161"], ["updated_at", "2019-02-12 22:34:12.767161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.768684"], ["updated_at", "2019-02-12 22:34:12.768684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.770688"], ["updated_at", "2019-02-12 22:34:12.770688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.772473"], ["updated_at", "2019-02-12 22:34:12.772473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.774241"], ["updated_at", "2019-02-12 22:34:12.774241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.775984"], ["updated_at", "2019-02-12 22:34:12.775984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.777533"], ["updated_at", "2019-02-12 22:34:12.777533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.779202"], ["updated_at", "2019-02-12 22:34:12.779202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.780827"], ["updated_at", "2019-02-12 22:34:12.780827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.782780"], ["updated_at", "2019-02-12 22:34:12.782780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.784362"], ["updated_at", "2019-02-12 22:34:12.784362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.785899"], ["updated_at", "2019-02-12 22:34:12.785899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.787779"], ["updated_at", "2019-02-12 22:34:12.787779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.789477"], ["updated_at", "2019-02-12 22:34:12.789477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.791103"], ["updated_at", "2019-02-12 22:34:12.791103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.793111"], ["updated_at", "2019-02-12 22:34:12.793111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.794961"], ["updated_at", "2019-02-12 22:34:12.794961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.796586"], ["updated_at", "2019-02-12 22:34:12.796586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.798165"], ["updated_at", "2019-02-12 22:34:12.798165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.799747"], ["updated_at", "2019-02-12 22:34:12.799747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.801372"], ["updated_at", "2019-02-12 22:34:12.801372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.802978"], ["updated_at", "2019-02-12 22:34:12.802978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.804923"], ["updated_at", "2019-02-12 22:34:12.804923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.810020"], ["updated_at", "2019-02-12 22:34:12.810020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.811519"], ["updated_at", "2019-02-12 22:34:12.811519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.813071"], ["updated_at", "2019-02-12 22:34:12.813071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.814909"], ["updated_at", "2019-02-12 22:34:12.814909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.816554"], ["updated_at", "2019-02-12 22:34:12.816554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.818077"], ["updated_at", "2019-02-12 22:34:12.818077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.819975"], ["updated_at", "2019-02-12 22:34:12.819975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.822026"], ["updated_at", "2019-02-12 22:34:12.822026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.823760"], ["updated_at", "2019-02-12 22:34:12.823760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.825687"], ["updated_at", "2019-02-12 22:34:12.825687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.827462"], ["updated_at", "2019-02-12 22:34:12.827462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.829155"], ["updated_at", "2019-02-12 22:34:12.829155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.830968"], ["updated_at", "2019-02-12 22:34:12.830968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.832597"], ["updated_at", "2019-02-12 22:34:12.832597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.834086"], ["updated_at", "2019-02-12 22:34:12.834086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.835583"], ["updated_at", "2019-02-12 22:34:12.835583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.837331"], ["updated_at", "2019-02-12 22:34:12.837331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.839122"], ["updated_at", "2019-02-12 22:34:12.839122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.840790"], ["updated_at", "2019-02-12 22:34:12.840790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.842486"], ["updated_at", "2019-02-12 22:34:12.842486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.844055"], ["updated_at", "2019-02-12 22:34:12.844055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.845528"], ["updated_at", "2019-02-12 22:34:12.845528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.847006"], ["updated_at", "2019-02-12 22:34:12.847006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.848484"], ["updated_at", "2019-02-12 22:34:12.848484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.849995"], ["updated_at", "2019-02-12 22:34:12.849995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.851670"], ["updated_at", "2019-02-12 22:34:12.851670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.853213"], ["updated_at", "2019-02-12 22:34:12.853213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.854969"], ["updated_at", "2019-02-12 22:34:12.854969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.856578"], ["updated_at", "2019-02-12 22:34:12.856578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.858546"], ["updated_at", "2019-02-12 22:34:12.858546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.860163"], ["updated_at", "2019-02-12 22:34:12.860163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.861700"], ["updated_at", "2019-02-12 22:34:12.861700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.863676"], ["updated_at", "2019-02-12 22:34:12.863676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.865270"], ["updated_at", "2019-02-12 22:34:12.865270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.866825"], ["updated_at", "2019-02-12 22:34:12.866825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.868345"], ["updated_at", "2019-02-12 22:34:12.868345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.870095"], ["updated_at", "2019-02-12 22:34:12.870095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.871842"], ["updated_at", "2019-02-12 22:34:12.871842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.873424"], ["updated_at", "2019-02-12 22:34:12.873424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.875294"], ["updated_at", "2019-02-12 22:34:12.875294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.876935"], ["updated_at", "2019-02-12 22:34:12.876935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.878482"], ["updated_at", "2019-02-12 22:34:12.878482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.880011"], ["updated_at", "2019-02-12 22:34:12.880011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.881569"], ["updated_at", "2019-02-12 22:34:12.881569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.883161"], ["updated_at", "2019-02-12 22:34:12.883161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.884681"], ["updated_at", "2019-02-12 22:34:12.884681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.886301"], ["updated_at", "2019-02-12 22:34:12.886301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.888081"], ["updated_at", "2019-02-12 22:34:12.888081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.889698"], ["updated_at", "2019-02-12 22:34:12.889698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.891643"], ["updated_at", "2019-02-12 22:34:12.891643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.893285"], ["updated_at", "2019-02-12 22:34:12.893285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.894787"], ["updated_at", "2019-02-12 22:34:12.894787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.896299"], ["updated_at", "2019-02-12 22:34:12.896299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.897959"], ["updated_at", "2019-02-12 22:34:12.897959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.899484"], ["updated_at", "2019-02-12 22:34:12.899484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.901023"], ["updated_at", "2019-02-12 22:34:12.901023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.902535"], ["updated_at", "2019-02-12 22:34:12.902535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.904348"], ["updated_at", "2019-02-12 22:34:12.904348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.906018"], ["updated_at", "2019-02-12 22:34:12.906018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.907870"], ["updated_at", "2019-02-12 22:34:12.907870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.909755"], ["updated_at", "2019-02-12 22:34:12.909755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.911346"], ["updated_at", "2019-02-12 22:34:12.911346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.912860"], ["updated_at", "2019-02-12 22:34:12.912860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.914416"], ["updated_at", "2019-02-12 22:34:12.914416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.915994"], ["updated_at", "2019-02-12 22:34:12.915994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.917511"], ["updated_at", "2019-02-12 22:34:12.917511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.919191"], ["updated_at", "2019-02-12 22:34:12.919191"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.921244"], ["updated_at", "2019-02-12 22:34:12.921244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.922956"], ["updated_at", "2019-02-12 22:34:12.922956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.924771"], ["updated_at", "2019-02-12 22:34:12.924771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.926409"], ["updated_at", "2019-02-12 22:34:12.926409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.927961"], ["updated_at", "2019-02-12 22:34:12.927961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.929518"], ["updated_at", "2019-02-12 22:34:12.929518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.931103"], ["updated_at", "2019-02-12 22:34:12.931103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.932870"], ["updated_at", "2019-02-12 22:34:12.932870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.934475"], ["updated_at", "2019-02-12 22:34:12.934475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.936045"], ["updated_at", "2019-02-12 22:34:12.936045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.937818"], ["updated_at", "2019-02-12 22:34:12.937818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.939511"], ["updated_at", "2019-02-12 22:34:12.939511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.941247"], ["updated_at", "2019-02-12 22:34:12.941247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.942969"], ["updated_at", "2019-02-12 22:34:12.942969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.944822"], ["updated_at", "2019-02-12 22:34:12.944822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.946413"], ["updated_at", "2019-02-12 22:34:12.946413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.948001"], ["updated_at", "2019-02-12 22:34:12.948001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.949571"], ["updated_at", "2019-02-12 22:34:12.949571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.951142"], ["updated_at", "2019-02-12 22:34:12.951142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.952693"], ["updated_at", "2019-02-12 22:34:12.952693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.954608"], ["updated_at", "2019-02-12 22:34:12.954608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.956593"], ["updated_at", "2019-02-12 22:34:12.956593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.958847"], ["updated_at", "2019-02-12 22:34:12.958847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.960541"], ["updated_at", "2019-02-12 22:34:12.960541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.962109"], ["updated_at", "2019-02-12 22:34:12.962109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.963778"], ["updated_at", "2019-02-12 22:34:12.963778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.965439"], ["updated_at", "2019-02-12 22:34:12.965439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.967369"], ["updated_at", "2019-02-12 22:34:12.967369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.969058"], ["updated_at", "2019-02-12 22:34:12.969058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.970865"], ["updated_at", "2019-02-12 22:34:12.970865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.972563"], ["updated_at", "2019-02-12 22:34:12.972563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.974158"], ["updated_at", "2019-02-12 22:34:12.974158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.975888"], ["updated_at", "2019-02-12 22:34:12.975888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.977550"], ["updated_at", "2019-02-12 22:34:12.977550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.979437"], ["updated_at", "2019-02-12 22:34:12.979437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.981154"], ["updated_at", "2019-02-12 22:34:12.981154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.982709"], ["updated_at", "2019-02-12 22:34:12.982709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.984831"], ["updated_at", "2019-02-12 22:34:12.984831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.990558"], ["updated_at", "2019-02-12 22:34:12.990558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.992511"], ["updated_at", "2019-02-12 22:34:12.992511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.994060"], ["updated_at", "2019-02-12 22:34:12.994060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.995561"], ["updated_at", "2019-02-12 22:34:12.995561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.997054"], ["updated_at", "2019-02-12 22:34:12.997054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:12.998569"], ["updated_at", "2019-02-12 22:34:12.998569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.000061"], ["updated_at", "2019-02-12 22:34:13.000061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.001626"], ["updated_at", "2019-02-12 22:34:13.001626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.003270"], ["updated_at", "2019-02-12 22:34:13.003270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.005043"], ["updated_at", "2019-02-12 22:34:13.005043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.006600"], ["updated_at", "2019-02-12 22:34:13.006600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.008262"], ["updated_at", "2019-02-12 22:34:13.008262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.009836"], ["updated_at", "2019-02-12 22:34:13.009836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.011400"], ["updated_at", "2019-02-12 22:34:13.011400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.013044"], ["updated_at", "2019-02-12 22:34:13.013044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.014837"], ["updated_at", "2019-02-12 22:34:13.014837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.016459"], ["updated_at", "2019-02-12 22:34:13.016459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.018052"], ["updated_at", "2019-02-12 22:34:13.018052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.019630"], ["updated_at", "2019-02-12 22:34:13.019630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.022132"], ["updated_at", "2019-02-12 22:34:13.022132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.024688"], ["updated_at", "2019-02-12 22:34:13.024688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.026442"], ["updated_at", "2019-02-12 22:34:13.026442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.028000"], ["updated_at", "2019-02-12 22:34:13.028000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.029485"], ["updated_at", "2019-02-12 22:34:13.029485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.030980"], ["updated_at", "2019-02-12 22:34:13.030980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.032491"], ["updated_at", "2019-02-12 22:34:13.032491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.034057"], ["updated_at", "2019-02-12 22:34:13.034057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.035593"], ["updated_at", "2019-02-12 22:34:13.035593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.037432"], ["updated_at", "2019-02-12 22:34:13.037432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.039038"], ["updated_at", "2019-02-12 22:34:13.039038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.040934"], ["updated_at", "2019-02-12 22:34:13.040934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.042692"], ["updated_at", "2019-02-12 22:34:13.042692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.044221"], ["updated_at", "2019-02-12 22:34:13.044221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.045735"], ["updated_at", "2019-02-12 22:34:13.045735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.047594"], ["updated_at", "2019-02-12 22:34:13.047594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.049668"], ["updated_at", "2019-02-12 22:34:13.049668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.051205"], ["updated_at", "2019-02-12 22:34:13.051205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.052684"], ["updated_at", "2019-02-12 22:34:13.052684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.054377"], ["updated_at", "2019-02-12 22:34:13.054377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.055947"], ["updated_at", "2019-02-12 22:34:13.055947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.057649"], ["updated_at", "2019-02-12 22:34:13.057649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.059313"], ["updated_at", "2019-02-12 22:34:13.059313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.061086"], ["updated_at", "2019-02-12 22:34:13.061086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.062703"], ["updated_at", "2019-02-12 22:34:13.062703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.064231"], ["updated_at", "2019-02-12 22:34:13.064231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.065726"], ["updated_at", "2019-02-12 22:34:13.065726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.067508"], ["updated_at", "2019-02-12 22:34:13.067508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.069277"], ["updated_at", "2019-02-12 22:34:13.069277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.071087"], ["updated_at", "2019-02-12 22:34:13.071087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.072841"], ["updated_at", "2019-02-12 22:34:13.072841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.074906"], ["updated_at", "2019-02-12 22:34:13.074906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.076623"], ["updated_at", "2019-02-12 22:34:13.076623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.078149"], ["updated_at", "2019-02-12 22:34:13.078149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.079652"], ["updated_at", "2019-02-12 22:34:13.079652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.081189"], ["updated_at", "2019-02-12 22:34:13.081189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.082750"], ["updated_at", "2019-02-12 22:34:13.082750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.084367"], ["updated_at", "2019-02-12 22:34:13.084367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.085824"], ["updated_at", "2019-02-12 22:34:13.085824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.087464"], ["updated_at", "2019-02-12 22:34:13.087464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.089032"], ["updated_at", "2019-02-12 22:34:13.089032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.090564"], ["updated_at", "2019-02-12 22:34:13.090564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.092582"], ["updated_at", "2019-02-12 22:34:13.092582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.094270"], ["updated_at", "2019-02-12 22:34:13.094270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.095988"], ["updated_at", "2019-02-12 22:34:13.095988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.097770"], ["updated_at", "2019-02-12 22:34:13.097770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.099467"], ["updated_at", "2019-02-12 22:34:13.099467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.101172"], ["updated_at", "2019-02-12 22:34:13.101172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.102839"], ["updated_at", "2019-02-12 22:34:13.102839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.104538"], ["updated_at", "2019-02-12 22:34:13.104538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.106322"], ["updated_at", "2019-02-12 22:34:13.106322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.108108"], ["updated_at", "2019-02-12 22:34:13.108108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.109689"], ["updated_at", "2019-02-12 22:34:13.109689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.111185"], ["updated_at", "2019-02-12 22:34:13.111185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.112737"], ["updated_at", "2019-02-12 22:34:13.112737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.114280"], ["updated_at", "2019-02-12 22:34:13.114280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.115782"], ["updated_at", "2019-02-12 22:34:13.115782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.117294"], ["updated_at", "2019-02-12 22:34:13.117294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.118991"], ["updated_at", "2019-02-12 22:34:13.118991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.120682"], ["updated_at", "2019-02-12 22:34:13.120682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.122416"], ["updated_at", "2019-02-12 22:34:13.122416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.124141"], ["updated_at", "2019-02-12 22:34:13.124141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:13.132985"], ["updated_at", "2019-02-12 22:34:13.132985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.135206"], ["updated_at", "2019-02-12 22:34:13.135206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.137122"], ["updated_at", "2019-02-12 22:34:13.137122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.138860"], ["updated_at", "2019-02-12 22:34:13.138860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.140431"], ["updated_at", "2019-02-12 22:34:13.140431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.143015"], ["updated_at", "2019-02-12 22:34:13.143015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.144653"], ["updated_at", "2019-02-12 22:34:13.144653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.146179"], ["updated_at", "2019-02-12 22:34:13.146179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.147740"], ["updated_at", "2019-02-12 22:34:13.147740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.149276"], ["updated_at", "2019-02-12 22:34:13.149276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.150851"], ["updated_at", "2019-02-12 22:34:13.150851"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.153460"], ["updated_at", "2019-02-12 22:34:13.153460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.155263"], ["updated_at", "2019-02-12 22:34:13.155263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.156912"], ["updated_at", "2019-02-12 22:34:13.156912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.161044"], ["updated_at", "2019-02-12 22:34:13.161044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.162683"], ["updated_at", "2019-02-12 22:34:13.162683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.164410"], ["updated_at", "2019-02-12 22:34:13.164410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.166099"], ["updated_at", "2019-02-12 22:34:13.166099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.168779"], ["updated_at", "2019-02-12 22:34:13.168779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.170807"], ["updated_at", "2019-02-12 22:34:13.170807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.173317"], ["updated_at", "2019-02-12 22:34:13.173317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.175197"], ["updated_at", "2019-02-12 22:34:13.175197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.177384"], ["updated_at", "2019-02-12 22:34:13.177384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.179127"], ["updated_at", "2019-02-12 22:34:13.179127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.181230"], ["updated_at", "2019-02-12 22:34:13.181230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.183086"], ["updated_at", "2019-02-12 22:34:13.183086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.184636"], ["updated_at", "2019-02-12 22:34:13.184636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.186098"], ["updated_at", "2019-02-12 22:34:13.186098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.187949"], ["updated_at", "2019-02-12 22:34:13.187949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.189567"], ["updated_at", "2019-02-12 22:34:13.189567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.191842"], ["updated_at", "2019-02-12 22:34:13.191842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.193772"], ["updated_at", "2019-02-12 22:34:13.193772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.195502"], ["updated_at", "2019-02-12 22:34:13.195502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.197035"], ["updated_at", "2019-02-12 22:34:13.197035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.198534"], ["updated_at", "2019-02-12 22:34:13.198534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.200221"], ["updated_at", "2019-02-12 22:34:13.200221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.201695"], ["updated_at", "2019-02-12 22:34:13.201695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.203302"], ["updated_at", "2019-02-12 22:34:13.203302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.204991"], ["updated_at", "2019-02-12 22:34:13.204991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.206530"], ["updated_at", "2019-02-12 22:34:13.206530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.208101"], ["updated_at", "2019-02-12 22:34:13.208101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.209725"], ["updated_at", "2019-02-12 22:34:13.209725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.211490"], ["updated_at", "2019-02-12 22:34:13.211490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.213052"], ["updated_at", "2019-02-12 22:34:13.213052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.214569"], ["updated_at", "2019-02-12 22:34:13.214569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.216094"], ["updated_at", "2019-02-12 22:34:13.216094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.217554"], ["updated_at", "2019-02-12 22:34:13.217554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.219206"], ["updated_at", "2019-02-12 22:34:13.219206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.221076"], ["updated_at", "2019-02-12 22:34:13.221076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.222865"], ["updated_at", "2019-02-12 22:34:13.222865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.224565"], ["updated_at", "2019-02-12 22:34:13.224565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.226131"], ["updated_at", "2019-02-12 22:34:13.226131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.227724"], ["updated_at", "2019-02-12 22:34:13.227724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.229241"], ["updated_at", "2019-02-12 22:34:13.229241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.230725"], ["updated_at", "2019-02-12 22:34:13.230725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.232189"], ["updated_at", "2019-02-12 22:34:13.232189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.233702"], ["updated_at", "2019-02-12 22:34:13.233702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.235261"], ["updated_at", "2019-02-12 22:34:13.235261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.236728"], ["updated_at", "2019-02-12 22:34:13.236728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.238535"], ["updated_at", "2019-02-12 22:34:13.238535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.240080"], ["updated_at", "2019-02-12 22:34:13.240080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.241734"], ["updated_at", "2019-02-12 22:34:13.241734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.243805"], ["updated_at", "2019-02-12 22:34:13.243805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.245553"], ["updated_at", "2019-02-12 22:34:13.245553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.247198"], ["updated_at", "2019-02-12 22:34:13.247198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.248790"], ["updated_at", "2019-02-12 22:34:13.248790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.250407"], ["updated_at", "2019-02-12 22:34:13.250407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.252375"], ["updated_at", "2019-02-12 22:34:13.252375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.254077"], ["updated_at", "2019-02-12 22:34:13.254077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.255698"], ["updated_at", "2019-02-12 22:34:13.255698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.257401"], ["updated_at", "2019-02-12 22:34:13.257401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.259106"], ["updated_at", "2019-02-12 22:34:13.259106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.260595"], ["updated_at", "2019-02-12 22:34:13.260595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.262032"], ["updated_at", "2019-02-12 22:34:13.262032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.263741"], ["updated_at", "2019-02-12 22:34:13.263741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.265280"], ["updated_at", "2019-02-12 22:34:13.265280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.266768"], ["updated_at", "2019-02-12 22:34:13.266768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.268268"], ["updated_at", "2019-02-12 22:34:13.268268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.269888"], ["updated_at", "2019-02-12 22:34:13.269888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.271574"], ["updated_at", "2019-02-12 22:34:13.271574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.273156"], ["updated_at", "2019-02-12 22:34:13.273156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.275087"], ["updated_at", "2019-02-12 22:34:13.275087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.276756"], ["updated_at", "2019-02-12 22:34:13.276756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.278296"], ["updated_at", "2019-02-12 22:34:13.278296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.279825"], ["updated_at", "2019-02-12 22:34:13.279825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.281572"], ["updated_at", "2019-02-12 22:34:13.281572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.283089"], ["updated_at", "2019-02-12 22:34:13.283089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.284629"], ["updated_at", "2019-02-12 22:34:13.284629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.286215"], ["updated_at", "2019-02-12 22:34:13.286215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.287944"], ["updated_at", "2019-02-12 22:34:13.287944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.289629"], ["updated_at", "2019-02-12 22:34:13.289629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.291490"], ["updated_at", "2019-02-12 22:34:13.291490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.293395"], ["updated_at", "2019-02-12 22:34:13.293395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.295042"], ["updated_at", "2019-02-12 22:34:13.295042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.296639"], ["updated_at", "2019-02-12 22:34:13.296639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.298093"], ["updated_at", "2019-02-12 22:34:13.298093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.299819"], ["updated_at", "2019-02-12 22:34:13.299819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.301519"], ["updated_at", "2019-02-12 22:34:13.301519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.303274"], ["updated_at", "2019-02-12 22:34:13.303274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.305067"], ["updated_at", "2019-02-12 22:34:13.305067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.306629"], ["updated_at", "2019-02-12 22:34:13.306629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.308245"], ["updated_at", "2019-02-12 22:34:13.308245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.309909"], ["updated_at", "2019-02-12 22:34:13.309909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.311437"], ["updated_at", "2019-02-12 22:34:13.311437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.312949"], ["updated_at", "2019-02-12 22:34:13.312949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.314496"], ["updated_at", "2019-02-12 22:34:13.314496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.316190"], ["updated_at", "2019-02-12 22:34:13.316190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.317794"], ["updated_at", "2019-02-12 22:34:13.317794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.319428"], ["updated_at", "2019-02-12 22:34:13.319428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.324056"], ["updated_at", "2019-02-12 22:34:13.324056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.325799"], ["updated_at", "2019-02-12 22:34:13.325799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.327611"], ["updated_at", "2019-02-12 22:34:13.327611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.329247"], ["updated_at", "2019-02-12 22:34:13.329247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.330810"], ["updated_at", "2019-02-12 22:34:13.330810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.332453"], ["updated_at", "2019-02-12 22:34:13.332453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.334008"], ["updated_at", "2019-02-12 22:34:13.334008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.335505"], ["updated_at", "2019-02-12 22:34:13.335505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.337198"], ["updated_at", "2019-02-12 22:34:13.337198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.339179"], ["updated_at", "2019-02-12 22:34:13.339179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.340983"], ["updated_at", "2019-02-12 22:34:13.340983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.342625"], ["updated_at", "2019-02-12 22:34:13.342625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.344116"], ["updated_at", "2019-02-12 22:34:13.344116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.345585"], ["updated_at", "2019-02-12 22:34:13.345585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.347118"], ["updated_at", "2019-02-12 22:34:13.347118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.348629"], ["updated_at", "2019-02-12 22:34:13.348629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.350209"], ["updated_at", "2019-02-12 22:34:13.350209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.351787"], ["updated_at", "2019-02-12 22:34:13.351787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.353394"], ["updated_at", "2019-02-12 22:34:13.353394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.355055"], ["updated_at", "2019-02-12 22:34:13.355055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.356551"], ["updated_at", "2019-02-12 22:34:13.356551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.358187"], ["updated_at", "2019-02-12 22:34:13.358187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.359909"], ["updated_at", "2019-02-12 22:34:13.359909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.361609"], ["updated_at", "2019-02-12 22:34:13.361609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.363326"], ["updated_at", "2019-02-12 22:34:13.363326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.364947"], ["updated_at", "2019-02-12 22:34:13.364947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.366471"], ["updated_at", "2019-02-12 22:34:13.366471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.368102"], ["updated_at", "2019-02-12 22:34:13.368102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.369635"], ["updated_at", "2019-02-12 22:34:13.369635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.371319"], ["updated_at", "2019-02-12 22:34:13.371319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.372925"], ["updated_at", "2019-02-12 22:34:13.372925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.374718"], ["updated_at", "2019-02-12 22:34:13.374718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.376320"], ["updated_at", "2019-02-12 22:34:13.376320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.377784"], ["updated_at", "2019-02-12 22:34:13.377784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.379275"], ["updated_at", "2019-02-12 22:34:13.379275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.380909"], ["updated_at", "2019-02-12 22:34:13.380909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.382549"], ["updated_at", "2019-02-12 22:34:13.382549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.384062"], ["updated_at", "2019-02-12 22:34:13.384062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.385696"], ["updated_at", "2019-02-12 22:34:13.385696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.387335"], ["updated_at", "2019-02-12 22:34:13.387335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.388955"], ["updated_at", "2019-02-12 22:34:13.388955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.390563"], ["updated_at", "2019-02-12 22:34:13.390563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.392324"], ["updated_at", "2019-02-12 22:34:13.392324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.393832"], ["updated_at", "2019-02-12 22:34:13.393832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.395404"], ["updated_at", "2019-02-12 22:34:13.395404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.397264"], ["updated_at", "2019-02-12 22:34:13.397264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.398932"], ["updated_at", "2019-02-12 22:34:13.398932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.400441"], ["updated_at", "2019-02-12 22:34:13.400441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.401906"], ["updated_at", "2019-02-12 22:34:13.401906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.403551"], ["updated_at", "2019-02-12 22:34:13.403551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.405188"], ["updated_at", "2019-02-12 22:34:13.405188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.406713"], ["updated_at", "2019-02-12 22:34:13.406713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.408499"], ["updated_at", "2019-02-12 22:34:13.408499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.410128"], ["updated_at", "2019-02-12 22:34:13.410128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.411605"], ["updated_at", "2019-02-12 22:34:13.411605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.413084"], ["updated_at", "2019-02-12 22:34:13.413084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.414729"], ["updated_at", "2019-02-12 22:34:13.414729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.416221"], ["updated_at", "2019-02-12 22:34:13.416221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.417725"], ["updated_at", "2019-02-12 22:34:13.417725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.419247"], ["updated_at", "2019-02-12 22:34:13.419247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.421149"], ["updated_at", "2019-02-12 22:34:13.421149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.422762"], ["updated_at", "2019-02-12 22:34:13.422762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.424400"], ["updated_at", "2019-02-12 22:34:13.424400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.426083"], ["updated_at", "2019-02-12 22:34:13.426083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.427638"], ["updated_at", "2019-02-12 22:34:13.427638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.429148"], ["updated_at", "2019-02-12 22:34:13.429148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.430668"], ["updated_at", "2019-02-12 22:34:13.430668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.432615"], ["updated_at", "2019-02-12 22:34:13.432615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.434218"], ["updated_at", "2019-02-12 22:34:13.434218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.435728"], ["updated_at", "2019-02-12 22:34:13.435728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.437467"], ["updated_at", "2019-02-12 22:34:13.437467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.439078"], ["updated_at", "2019-02-12 22:34:13.439078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.440613"], ["updated_at", "2019-02-12 22:34:13.440613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.442322"], ["updated_at", "2019-02-12 22:34:13.442322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.444257"], ["updated_at", "2019-02-12 22:34:13.444257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.445831"], ["updated_at", "2019-02-12 22:34:13.445831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.447360"], ["updated_at", "2019-02-12 22:34:13.447360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.448876"], ["updated_at", "2019-02-12 22:34:13.448876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.450417"], ["updated_at", "2019-02-12 22:34:13.450417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.451963"], ["updated_at", "2019-02-12 22:34:13.451963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.453792"], ["updated_at", "2019-02-12 22:34:13.453792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.455849"], ["updated_at", "2019-02-12 22:34:13.455849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.458187"], ["updated_at", "2019-02-12 22:34:13.458187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.460337"], ["updated_at", "2019-02-12 22:34:13.460337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.462046"], ["updated_at", "2019-02-12 22:34:13.462046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.463728"], ["updated_at", "2019-02-12 22:34:13.463728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.465358"], ["updated_at", "2019-02-12 22:34:13.465358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.467126"], ["updated_at", "2019-02-12 22:34:13.467126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.468753"], ["updated_at", "2019-02-12 22:34:13.468753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.470618"], ["updated_at", "2019-02-12 22:34:13.470618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.475626"], ["updated_at", "2019-02-12 22:34:13.475626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.477264"], ["updated_at", "2019-02-12 22:34:13.477264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.478932"], ["updated_at", "2019-02-12 22:34:13.478932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.480440"], ["updated_at", "2019-02-12 22:34:13.480440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.481938"], ["updated_at", "2019-02-12 22:34:13.481938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.483449"], ["updated_at", "2019-02-12 22:34:13.483449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.484911"], ["updated_at", "2019-02-12 22:34:13.484911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.486471"], ["updated_at", "2019-02-12 22:34:13.486471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.488145"], ["updated_at", "2019-02-12 22:34:13.488145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.490162"], ["updated_at", "2019-02-12 22:34:13.490162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.492018"], ["updated_at", "2019-02-12 22:34:13.492018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.493678"], ["updated_at", "2019-02-12 22:34:13.493678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.495199"], ["updated_at", "2019-02-12 22:34:13.495199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.496884"], ["updated_at", "2019-02-12 22:34:13.496884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.498428"], ["updated_at", "2019-02-12 22:34:13.498428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.499941"], ["updated_at", "2019-02-12 22:34:13.499941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.501545"], ["updated_at", "2019-02-12 22:34:13.501545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.503080"], ["updated_at", "2019-02-12 22:34:13.503080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.504828"], ["updated_at", "2019-02-12 22:34:13.504828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.506377"], ["updated_at", "2019-02-12 22:34:13.506377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.508076"], ["updated_at", "2019-02-12 22:34:13.508076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.509728"], ["updated_at", "2019-02-12 22:34:13.509728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.511234"], ["updated_at", "2019-02-12 22:34:13.511234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.512885"], ["updated_at", "2019-02-12 22:34:13.512885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.514493"], ["updated_at", "2019-02-12 22:34:13.514493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.515994"], ["updated_at", "2019-02-12 22:34:13.515994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.517477"], ["updated_at", "2019-02-12 22:34:13.517477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.518922"], ["updated_at", "2019-02-12 22:34:13.518922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.520663"], ["updated_at", "2019-02-12 22:34:13.520663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.522270"], ["updated_at", "2019-02-12 22:34:13.522270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.523796"], ["updated_at", "2019-02-12 22:34:13.523796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.525744"], ["updated_at", "2019-02-12 22:34:13.525744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.527314"], ["updated_at", "2019-02-12 22:34:13.527314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.528824"], ["updated_at", "2019-02-12 22:34:13.528824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.530339"], ["updated_at", "2019-02-12 22:34:13.530339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.531841"], ["updated_at", "2019-02-12 22:34:13.531841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.533341"], ["updated_at", "2019-02-12 22:34:13.533341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.534927"], ["updated_at", "2019-02-12 22:34:13.534927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.536805"], ["updated_at", "2019-02-12 22:34:13.536805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.538416"], ["updated_at", "2019-02-12 22:34:13.538416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.539954"], ["updated_at", "2019-02-12 22:34:13.539954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.541660"], ["updated_at", "2019-02-12 22:34:13.541660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.543272"], ["updated_at", "2019-02-12 22:34:13.543272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.544877"], ["updated_at", "2019-02-12 22:34:13.544877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.546413"], ["updated_at", "2019-02-12 22:34:13.546413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.548116"], ["updated_at", "2019-02-12 22:34:13.548116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.549660"], ["updated_at", "2019-02-12 22:34:13.549660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.551138"], ["updated_at", "2019-02-12 22:34:13.551138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.552808"], ["updated_at", "2019-02-12 22:34:13.552808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.554664"], ["updated_at", "2019-02-12 22:34:13.554664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.556249"], ["updated_at", "2019-02-12 22:34:13.556249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.557851"], ["updated_at", "2019-02-12 22:34:13.557851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.559516"], ["updated_at", "2019-02-12 22:34:13.559516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.561050"], ["updated_at", "2019-02-12 22:34:13.561050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.562493"], ["updated_at", "2019-02-12 22:34:13.562493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.563964"], ["updated_at", "2019-02-12 22:34:13.563964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.565443"], ["updated_at", "2019-02-12 22:34:13.565443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.566908"], ["updated_at", "2019-02-12 22:34:13.566908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.568378"], ["updated_at", "2019-02-12 22:34:13.568378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.569900"], ["updated_at", "2019-02-12 22:34:13.569900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.571707"], ["updated_at", "2019-02-12 22:34:13.571707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.573333"], ["updated_at", "2019-02-12 22:34:13.573333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.575028"], ["updated_at", "2019-02-12 22:34:13.575028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.576617"], ["updated_at", "2019-02-12 22:34:13.576617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.578156"], ["updated_at", "2019-02-12 22:34:13.578156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.580032"], ["updated_at", "2019-02-12 22:34:13.580032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.581879"], ["updated_at", "2019-02-12 22:34:13.581879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.583646"], ["updated_at", "2019-02-12 22:34:13.583646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.585233"], ["updated_at", "2019-02-12 22:34:13.585233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.586772"], ["updated_at", "2019-02-12 22:34:13.586772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.588741"], ["updated_at", "2019-02-12 22:34:13.588741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.590430"], ["updated_at", "2019-02-12 22:34:13.590430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.592185"], ["updated_at", "2019-02-12 22:34:13.592185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.593951"], ["updated_at", "2019-02-12 22:34:13.593951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.595598"], ["updated_at", "2019-02-12 22:34:13.595598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.597126"], ["updated_at", "2019-02-12 22:34:13.597126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.598805"], ["updated_at", "2019-02-12 22:34:13.598805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.600393"], ["updated_at", "2019-02-12 22:34:13.600393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.601959"], ["updated_at", "2019-02-12 22:34:13.601959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.603886"], ["updated_at", "2019-02-12 22:34:13.603886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.605783"], ["updated_at", "2019-02-12 22:34:13.605783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.607500"], ["updated_at", "2019-02-12 22:34:13.607500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.609334"], ["updated_at", "2019-02-12 22:34:13.609334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.611009"], ["updated_at", "2019-02-12 22:34:13.611009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.612647"], ["updated_at", "2019-02-12 22:34:13.612647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.614376"], ["updated_at", "2019-02-12 22:34:13.614376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.618548"], ["updated_at", "2019-02-12 22:34:13.618548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.620425"], ["updated_at", "2019-02-12 22:34:13.620425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.622236"], ["updated_at", "2019-02-12 22:34:13.622236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.624010"], ["updated_at", "2019-02-12 22:34:13.624010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.625825"], ["updated_at", "2019-02-12 22:34:13.625825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.627499"], ["updated_at", "2019-02-12 22:34:13.627499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.629328"], ["updated_at", "2019-02-12 22:34:13.629328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.631032"], ["updated_at", "2019-02-12 22:34:13.631032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.632645"], ["updated_at", "2019-02-12 22:34:13.632645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.634441"], ["updated_at", "2019-02-12 22:34:13.634441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.636131"], ["updated_at", "2019-02-12 22:34:13.636131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.638099"], ["updated_at", "2019-02-12 22:34:13.638099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.640036"], ["updated_at", "2019-02-12 22:34:13.640036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.642052"], ["updated_at", "2019-02-12 22:34:13.642052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.643775"], ["updated_at", "2019-02-12 22:34:13.643775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.645375"], ["updated_at", "2019-02-12 22:34:13.645375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 16ms (Views: 9.3ms | ActiveRecord: 0.5ms)  (1.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:13.667681"], ["updated_at", "2019-02-12 22:34:13.667681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.671179"], ["updated_at", "2019-02-12 22:34:13.671179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.673653"], ["updated_at", "2019-02-12 22:34:13.673653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.677146"], ["updated_at", "2019-02-12 22:34:13.677146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.679708"], ["updated_at", "2019-02-12 22:34:13.679708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.682251"], ["updated_at", "2019-02-12 22:34:13.682251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.684392"], ["updated_at", "2019-02-12 22:34:13.684392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.686957"], ["updated_at", "2019-02-12 22:34:13.686957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.689262"], ["updated_at", "2019-02-12 22:34:13.689262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.692143"], ["updated_at", "2019-02-12 22:34:13.692143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.694413"], ["updated_at", "2019-02-12 22:34:13.694413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:13.704260"], ["updated_at", "2019-02-12 22:34:13.704260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:13.712593"], ["updated_at", "2019-02-12 22:34:13.712593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:13.719784"], ["updated_at", "2019-02-12 22:34:13.719784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:13.727663"], ["updated_at", "2019-02-12 22:34:13.727663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.730575"], ["updated_at", "2019-02-12 22:34:13.730575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.732791"], ["updated_at", "2019-02-12 22:34:13.732791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:13.741034"], ["updated_at", "2019-02-12 22:34:13.741034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.744689"], ["updated_at", "2019-02-12 22:34:13.744689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.747067"], ["updated_at", "2019-02-12 22:34:13.747067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.748967"], ["updated_at", "2019-02-12 22:34:13.748967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.751179"], ["updated_at", "2019-02-12 22:34:13.751179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.753489"], ["updated_at", "2019-02-12 22:34:13.753489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.755716"], ["updated_at", "2019-02-12 22:34:13.755716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.758372"], ["updated_at", "2019-02-12 22:34:13.758372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.760940"], ["updated_at", "2019-02-12 22:34:13.760940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.763087"], ["updated_at", "2019-02-12 22:34:13.763087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.765242"], ["updated_at", "2019-02-12 22:34:13.765242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.767376"], ["updated_at", "2019-02-12 22:34:13.767376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.769597"], ["updated_at", "2019-02-12 22:34:13.769597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.771945"], ["updated_at", "2019-02-12 22:34:13.771945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.778080"], ["updated_at", "2019-02-12 22:34:13.778080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.779964"], ["updated_at", "2019-02-12 22:34:13.779964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.781669"], ["updated_at", "2019-02-12 22:34:13.781669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.783175"], ["updated_at", "2019-02-12 22:34:13.783175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.784754"], ["updated_at", "2019-02-12 22:34:13.784754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.786298"], ["updated_at", "2019-02-12 22:34:13.786298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.788083"], ["updated_at", "2019-02-12 22:34:13.788083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.789865"], ["updated_at", "2019-02-12 22:34:13.789865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.791858"], ["updated_at", "2019-02-12 22:34:13.791858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.793652"], ["updated_at", "2019-02-12 22:34:13.793652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.795262"], ["updated_at", "2019-02-12 22:34:13.795262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.796773"], ["updated_at", "2019-02-12 22:34:13.796773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.798315"], ["updated_at", "2019-02-12 22:34:13.798315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.800293"], ["updated_at", "2019-02-12 22:34:13.800293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.802146"], ["updated_at", "2019-02-12 22:34:13.802146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.804195"], ["updated_at", "2019-02-12 22:34:13.804195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.806474"], ["updated_at", "2019-02-12 22:34:13.806474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.808530"], ["updated_at", "2019-02-12 22:34:13.808530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.810254"], ["updated_at", "2019-02-12 22:34:13.810254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.812046"], ["updated_at", "2019-02-12 22:34:13.812046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.813756"], ["updated_at", "2019-02-12 22:34:13.813756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.815448"], ["updated_at", "2019-02-12 22:34:13.815448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.817023"], ["updated_at", "2019-02-12 22:34:13.817023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.818577"], ["updated_at", "2019-02-12 22:34:13.818577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.820328"], ["updated_at", "2019-02-12 22:34:13.820328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.822068"], ["updated_at", "2019-02-12 22:34:13.822068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.823707"], ["updated_at", "2019-02-12 22:34:13.823707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.825405"], ["updated_at", "2019-02-12 22:34:13.825405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.827170"], ["updated_at", "2019-02-12 22:34:13.827170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.828776"], ["updated_at", "2019-02-12 22:34:13.828776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.830332"], ["updated_at", "2019-02-12 22:34:13.830332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.831880"], ["updated_at", "2019-02-12 22:34:13.831880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.833429"], ["updated_at", "2019-02-12 22:34:13.833429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.834913"], ["updated_at", "2019-02-12 22:34:13.834913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.836560"], ["updated_at", "2019-02-12 22:34:13.836560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.838489"], ["updated_at", "2019-02-12 22:34:13.838489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.840153"], ["updated_at", "2019-02-12 22:34:13.840153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.841994"], ["updated_at", "2019-02-12 22:34:13.841994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.843657"], ["updated_at", "2019-02-12 22:34:13.843657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.845216"], ["updated_at", "2019-02-12 22:34:13.845216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.846769"], ["updated_at", "2019-02-12 22:34:13.846769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.848271"], ["updated_at", "2019-02-12 22:34:13.848271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.849963"], ["updated_at", "2019-02-12 22:34:13.849963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.851549"], ["updated_at", "2019-02-12 22:34:13.851549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.853115"], ["updated_at", "2019-02-12 22:34:13.853115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.854894"], ["updated_at", "2019-02-12 22:34:13.854894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.856953"], ["updated_at", "2019-02-12 22:34:13.856953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.858878"], ["updated_at", "2019-02-12 22:34:13.858878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.860617"], ["updated_at", "2019-02-12 22:34:13.860617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.862369"], ["updated_at", "2019-02-12 22:34:13.862369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.864194"], ["updated_at", "2019-02-12 22:34:13.864194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.865957"], ["updated_at", "2019-02-12 22:34:13.865957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.867578"], ["updated_at", "2019-02-12 22:34:13.867578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.869155"], ["updated_at", "2019-02-12 22:34:13.869155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.870950"], ["updated_at", "2019-02-12 22:34:13.870950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.872748"], ["updated_at", "2019-02-12 22:34:13.872748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.874458"], ["updated_at", "2019-02-12 22:34:13.874458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.876262"], ["updated_at", "2019-02-12 22:34:13.876262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.877837"], ["updated_at", "2019-02-12 22:34:13.877837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.879398"], ["updated_at", "2019-02-12 22:34:13.879398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.880981"], ["updated_at", "2019-02-12 22:34:13.880981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.882563"], ["updated_at", "2019-02-12 22:34:13.882563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.884169"], ["updated_at", "2019-02-12 22:34:13.884169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.885781"], ["updated_at", "2019-02-12 22:34:13.885781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.887574"], ["updated_at", "2019-02-12 22:34:13.887574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.889238"], ["updated_at", "2019-02-12 22:34:13.889238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.890872"], ["updated_at", "2019-02-12 22:34:13.890872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.892941"], ["updated_at", "2019-02-12 22:34:13.892941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.894625"], ["updated_at", "2019-02-12 22:34:13.894625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.896278"], ["updated_at", "2019-02-12 22:34:13.896278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.897919"], ["updated_at", "2019-02-12 22:34:13.897919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.899425"], ["updated_at", "2019-02-12 22:34:13.899425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.901021"], ["updated_at", "2019-02-12 22:34:13.901021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.902634"], ["updated_at", "2019-02-12 22:34:13.902634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.904357"], ["updated_at", "2019-02-12 22:34:13.904357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.906020"], ["updated_at", "2019-02-12 22:34:13.906020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.907961"], ["updated_at", "2019-02-12 22:34:13.907961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.909669"], ["updated_at", "2019-02-12 22:34:13.909669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.911213"], ["updated_at", "2019-02-12 22:34:13.911213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.912879"], ["updated_at", "2019-02-12 22:34:13.912879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.914474"], ["updated_at", "2019-02-12 22:34:13.914474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.916020"], ["updated_at", "2019-02-12 22:34:13.916020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.917593"], ["updated_at", "2019-02-12 22:34:13.917593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.919314"], ["updated_at", "2019-02-12 22:34:13.919314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.921191"], ["updated_at", "2019-02-12 22:34:13.921191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.922901"], ["updated_at", "2019-02-12 22:34:13.922901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.924701"], ["updated_at", "2019-02-12 22:34:13.924701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.926433"], ["updated_at", "2019-02-12 22:34:13.926433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.928006"], ["updated_at", "2019-02-12 22:34:13.928006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.929602"], ["updated_at", "2019-02-12 22:34:13.929602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.931272"], ["updated_at", "2019-02-12 22:34:13.931272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.932913"], ["updated_at", "2019-02-12 22:34:13.932913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.934457"], ["updated_at", "2019-02-12 22:34:13.934457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.936056"], ["updated_at", "2019-02-12 22:34:13.936056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.937867"], ["updated_at", "2019-02-12 22:34:13.937867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.939489"], ["updated_at", "2019-02-12 22:34:13.939489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.941201"], ["updated_at", "2019-02-12 22:34:13.941201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.943069"], ["updated_at", "2019-02-12 22:34:13.943069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.944659"], ["updated_at", "2019-02-12 22:34:13.944659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.946227"], ["updated_at", "2019-02-12 22:34:13.946227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.947766"], ["updated_at", "2019-02-12 22:34:13.947766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.949348"], ["updated_at", "2019-02-12 22:34:13.949348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.950931"], ["updated_at", "2019-02-12 22:34:13.950931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.952543"], ["updated_at", "2019-02-12 22:34:13.952543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.954474"], ["updated_at", "2019-02-12 22:34:13.954474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.956233"], ["updated_at", "2019-02-12 22:34:13.956233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.957985"], ["updated_at", "2019-02-12 22:34:13.957985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.959704"], ["updated_at", "2019-02-12 22:34:13.959704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.961308"], ["updated_at", "2019-02-12 22:34:13.961308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.963001"], ["updated_at", "2019-02-12 22:34:13.963001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.965305"], ["updated_at", "2019-02-12 22:34:13.965305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.967298"], ["updated_at", "2019-02-12 22:34:13.967298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.969111"], ["updated_at", "2019-02-12 22:34:13.969111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.973397"], ["updated_at", "2019-02-12 22:34:13.973397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.975236"], ["updated_at", "2019-02-12 22:34:13.975236"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.977086"], ["updated_at", "2019-02-12 22:34:13.977086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.978769"], ["updated_at", "2019-02-12 22:34:13.978769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.980273"], ["updated_at", "2019-02-12 22:34:13.980273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.981758"], ["updated_at", "2019-02-12 22:34:13.981758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.983237"], ["updated_at", "2019-02-12 22:34:13.983237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.984758"], ["updated_at", "2019-02-12 22:34:13.984758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.986295"], ["updated_at", "2019-02-12 22:34:13.986295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.988032"], ["updated_at", "2019-02-12 22:34:13.988032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.991558"], ["updated_at", "2019-02-12 22:34:13.991558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.993826"], ["updated_at", "2019-02-12 22:34:13.993826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.995397"], ["updated_at", "2019-02-12 22:34:13.995397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.996898"], ["updated_at", "2019-02-12 22:34:13.996898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:13.998414"], ["updated_at", "2019-02-12 22:34:13.998414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.000026"], ["updated_at", "2019-02-12 22:34:14.000026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.001657"], ["updated_at", "2019-02-12 22:34:14.001657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.003261"], ["updated_at", "2019-02-12 22:34:14.003261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.005047"], ["updated_at", "2019-02-12 22:34:14.005047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.006638"], ["updated_at", "2019-02-12 22:34:14.006638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.008669"], ["updated_at", "2019-02-12 22:34:14.008669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.010424"], ["updated_at", "2019-02-12 22:34:14.010424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.012224"], ["updated_at", "2019-02-12 22:34:14.012224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.013844"], ["updated_at", "2019-02-12 22:34:14.013844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.015365"], ["updated_at", "2019-02-12 22:34:14.015365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.016899"], ["updated_at", "2019-02-12 22:34:14.016899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.018493"], ["updated_at", "2019-02-12 22:34:14.018493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.020167"], ["updated_at", "2019-02-12 22:34:14.020167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.021888"], ["updated_at", "2019-02-12 22:34:14.021888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.023533"], ["updated_at", "2019-02-12 22:34:14.023533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.025362"], ["updated_at", "2019-02-12 22:34:14.025362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.026959"], ["updated_at", "2019-02-12 22:34:14.026959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.028514"], ["updated_at", "2019-02-12 22:34:14.028514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.030019"], ["updated_at", "2019-02-12 22:34:14.030019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.031511"], ["updated_at", "2019-02-12 22:34:14.031511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.032989"], ["updated_at", "2019-02-12 22:34:14.032989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.034551"], ["updated_at", "2019-02-12 22:34:14.034551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.036258"], ["updated_at", "2019-02-12 22:34:14.036258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.038056"], ["updated_at", "2019-02-12 22:34:14.038056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.039592"], ["updated_at", "2019-02-12 22:34:14.039592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.041131"], ["updated_at", "2019-02-12 22:34:14.041131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.043202"], ["updated_at", "2019-02-12 22:34:14.043202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.044776"], ["updated_at", "2019-02-12 22:34:14.044776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.046669"], ["updated_at", "2019-02-12 22:34:14.046669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.048712"], ["updated_at", "2019-02-12 22:34:14.048712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.050476"], ["updated_at", "2019-02-12 22:34:14.050476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.052132"], ["updated_at", "2019-02-12 22:34:14.052132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.053930"], ["updated_at", "2019-02-12 22:34:14.053930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.055678"], ["updated_at", "2019-02-12 22:34:14.055678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.057482"], ["updated_at", "2019-02-12 22:34:14.057482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.059536"], ["updated_at", "2019-02-12 22:34:14.059536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.061194"], ["updated_at", "2019-02-12 22:34:14.061194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.062803"], ["updated_at", "2019-02-12 22:34:14.062803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.064368"], ["updated_at", "2019-02-12 22:34:14.064368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.065914"], ["updated_at", "2019-02-12 22:34:14.065914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.067614"], ["updated_at", "2019-02-12 22:34:14.067614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.069921"], ["updated_at", "2019-02-12 22:34:14.069921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.071978"], ["updated_at", "2019-02-12 22:34:14.071978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.073804"], ["updated_at", "2019-02-12 22:34:14.073804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.075568"], ["updated_at", "2019-02-12 22:34:14.075568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.077350"], ["updated_at", "2019-02-12 22:34:14.077350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.079443"], ["updated_at", "2019-02-12 22:34:14.079443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.081174"], ["updated_at", "2019-02-12 22:34:14.081174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.083713"], ["updated_at", "2019-02-12 22:34:14.083713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.085806"], ["updated_at", "2019-02-12 22:34:14.085806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.087674"], ["updated_at", "2019-02-12 22:34:14.087674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.090136"], ["updated_at", "2019-02-12 22:34:14.090136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.092383"], ["updated_at", "2019-02-12 22:34:14.092383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.094240"], ["updated_at", "2019-02-12 22:34:14.094240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.095810"], ["updated_at", "2019-02-12 22:34:14.095810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.097290"], ["updated_at", "2019-02-12 22:34:14.097290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.098784"], ["updated_at", "2019-02-12 22:34:14.098784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.100289"], ["updated_at", "2019-02-12 22:34:14.100289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.101782"], ["updated_at", "2019-02-12 22:34:14.101782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.103317"], ["updated_at", "2019-02-12 22:34:14.103317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.105152"], ["updated_at", "2019-02-12 22:34:14.105152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.106806"], ["updated_at", "2019-02-12 22:34:14.106806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.108485"], ["updated_at", "2019-02-12 22:34:14.108485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.110133"], ["updated_at", "2019-02-12 22:34:14.110133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.112099"], ["updated_at", "2019-02-12 22:34:14.112099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.113830"], ["updated_at", "2019-02-12 22:34:14.113830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.115407"], ["updated_at", "2019-02-12 22:34:14.115407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.117302"], ["updated_at", "2019-02-12 22:34:14.117302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.118911"], ["updated_at", "2019-02-12 22:34:14.118911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.120531"], ["updated_at", "2019-02-12 22:34:14.120531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.122230"], ["updated_at", "2019-02-12 22:34:14.122230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.123847"], ["updated_at", "2019-02-12 22:34:14.123847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.125546"], ["updated_at", "2019-02-12 22:34:14.125546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.127115"], ["updated_at", "2019-02-12 22:34:14.127115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.128855"], ["updated_at", "2019-02-12 22:34:14.128855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.130450"], ["updated_at", "2019-02-12 22:34:14.130450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.131973"], ["updated_at", "2019-02-12 22:34:14.131973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.133495"], ["updated_at", "2019-02-12 22:34:14.133495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.135059"], ["updated_at", "2019-02-12 22:34:14.135059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.136577"], ["updated_at", "2019-02-12 22:34:14.136577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.138593"], ["updated_at", "2019-02-12 22:34:14.138593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.140421"], ["updated_at", "2019-02-12 22:34:14.140421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.142268"], ["updated_at", "2019-02-12 22:34:14.142268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.144147"], ["updated_at", "2019-02-12 22:34:14.144147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.145842"], ["updated_at", "2019-02-12 22:34:14.145842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.147453"], ["updated_at", "2019-02-12 22:34:14.147453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.149056"], ["updated_at", "2019-02-12 22:34:14.149056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.151024"], ["updated_at", "2019-02-12 22:34:14.151024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.153432"], ["updated_at", "2019-02-12 22:34:14.153432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.155260"], ["updated_at", "2019-02-12 22:34:14.155260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.156980"], ["updated_at", "2019-02-12 22:34:14.156980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.158883"], ["updated_at", "2019-02-12 22:34:14.158883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.160623"], ["updated_at", "2019-02-12 22:34:14.160623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.162211"], ["updated_at", "2019-02-12 22:34:14.162211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.167692"], ["updated_at", "2019-02-12 22:34:14.167692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.169422"], ["updated_at", "2019-02-12 22:34:14.169422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.171281"], ["updated_at", "2019-02-12 22:34:14.171281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.172953"], ["updated_at", "2019-02-12 22:34:14.172953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.174783"], ["updated_at", "2019-02-12 22:34:14.174783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.176471"], ["updated_at", "2019-02-12 22:34:14.176471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.178027"], ["updated_at", "2019-02-12 22:34:14.178027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.179534"], ["updated_at", "2019-02-12 22:34:14.179534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.181118"], ["updated_at", "2019-02-12 22:34:14.181118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.182741"], ["updated_at", "2019-02-12 22:34:14.182741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.184300"], ["updated_at", "2019-02-12 22:34:14.184300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.185852"], ["updated_at", "2019-02-12 22:34:14.185852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.187571"], ["updated_at", "2019-02-12 22:34:14.187571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.189265"], ["updated_at", "2019-02-12 22:34:14.189265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.190946"], ["updated_at", "2019-02-12 22:34:14.190946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.192680"], ["updated_at", "2019-02-12 22:34:14.192680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.194301"], ["updated_at", "2019-02-12 22:34:14.194301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.195973"], ["updated_at", "2019-02-12 22:34:14.195973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.197758"], ["updated_at", "2019-02-12 22:34:14.197758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.199359"], ["updated_at", "2019-02-12 22:34:14.199359"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.200901"], ["updated_at", "2019-02-12 22:34:14.200901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.202406"], ["updated_at", "2019-02-12 22:34:14.202406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.204575"], ["updated_at", "2019-02-12 22:34:14.204575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.206370"], ["updated_at", "2019-02-12 22:34:14.206370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.208482"], ["updated_at", "2019-02-12 22:34:14.208482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.212899"], ["updated_at", "2019-02-12 22:34:14.212899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.215329"], ["updated_at", "2019-02-12 22:34:14.215329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.217023"], ["updated_at", "2019-02-12 22:34:14.217023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.218576"], ["updated_at", "2019-02-12 22:34:14.218576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.220197"], ["updated_at", "2019-02-12 22:34:14.220197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.222405"], ["updated_at", "2019-02-12 22:34:14.222405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.224027"], ["updated_at", "2019-02-12 22:34:14.224027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.225812"], ["updated_at", "2019-02-12 22:34:14.225812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.227377"], ["updated_at", "2019-02-12 22:34:14.227377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.229038"], ["updated_at", "2019-02-12 22:34:14.229038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.230576"], ["updated_at", "2019-02-12 22:34:14.230576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.232149"], ["updated_at", "2019-02-12 22:34:14.232149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.233754"], ["updated_at", "2019-02-12 22:34:14.233754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.235267"], ["updated_at", "2019-02-12 22:34:14.235267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.236943"], ["updated_at", "2019-02-12 22:34:14.236943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.238721"], ["updated_at", "2019-02-12 22:34:14.238721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.240341"], ["updated_at", "2019-02-12 22:34:14.240341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.242126"], ["updated_at", "2019-02-12 22:34:14.242126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.243880"], ["updated_at", "2019-02-12 22:34:14.243880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.245531"], ["updated_at", "2019-02-12 22:34:14.245531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.247070"], ["updated_at", "2019-02-12 22:34:14.247070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.248544"], ["updated_at", "2019-02-12 22:34:14.248544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.250035"], ["updated_at", "2019-02-12 22:34:14.250035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.251586"], ["updated_at", "2019-02-12 22:34:14.251586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.253092"], ["updated_at", "2019-02-12 22:34:14.253092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.254943"], ["updated_at", "2019-02-12 22:34:14.254943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.256852"], ["updated_at", "2019-02-12 22:34:14.256852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.258819"], ["updated_at", "2019-02-12 22:34:14.258819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.260434"], ["updated_at", "2019-02-12 22:34:14.260434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.261982"], ["updated_at", "2019-02-12 22:34:14.261982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.263575"], ["updated_at", "2019-02-12 22:34:14.263575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.265108"], ["updated_at", "2019-02-12 22:34:14.265108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.266653"], ["updated_at", "2019-02-12 22:34:14.266653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.268482"], ["updated_at", "2019-02-12 22:34:14.268482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.270143"], ["updated_at", "2019-02-12 22:34:14.270143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.271806"], ["updated_at", "2019-02-12 22:34:14.271806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.273329"], ["updated_at", "2019-02-12 22:34:14.273329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.275142"], ["updated_at", "2019-02-12 22:34:14.275142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.276912"], ["updated_at", "2019-02-12 22:34:14.276912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.278734"], ["updated_at", "2019-02-12 22:34:14.278734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.280465"], ["updated_at", "2019-02-12 22:34:14.280465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.282014"], ["updated_at", "2019-02-12 22:34:14.282014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.283505"], ["updated_at", "2019-02-12 22:34:14.283505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.285004"], ["updated_at", "2019-02-12 22:34:14.285004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.286709"], ["updated_at", "2019-02-12 22:34:14.286709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.288924"], ["updated_at", "2019-02-12 22:34:14.288924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.291048"], ["updated_at", "2019-02-12 22:34:14.291048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.292790"], ["updated_at", "2019-02-12 22:34:14.292790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.294321"], ["updated_at", "2019-02-12 22:34:14.294321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.295826"], ["updated_at", "2019-02-12 22:34:14.295826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.297390"], ["updated_at", "2019-02-12 22:34:14.297390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.298939"], ["updated_at", "2019-02-12 22:34:14.298939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.300653"], ["updated_at", "2019-02-12 22:34:14.300653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.302320"], ["updated_at", "2019-02-12 22:34:14.302320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.304049"], ["updated_at", "2019-02-12 22:34:14.304049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.305752"], ["updated_at", "2019-02-12 22:34:14.305752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.307362"], ["updated_at", "2019-02-12 22:34:14.307362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.309068"], ["updated_at", "2019-02-12 22:34:14.309068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.310691"], ["updated_at", "2019-02-12 22:34:14.310691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.312523"], ["updated_at", "2019-02-12 22:34:14.312523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.314286"], ["updated_at", "2019-02-12 22:34:14.314286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.315898"], ["updated_at", "2019-02-12 22:34:14.315898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.317438"], ["updated_at", "2019-02-12 22:34:14.317438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.318988"], ["updated_at", "2019-02-12 22:34:14.318988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.320777"], ["updated_at", "2019-02-12 22:34:14.320777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.322458"], ["updated_at", "2019-02-12 22:34:14.322458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.324227"], ["updated_at", "2019-02-12 22:34:14.324227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.326165"], ["updated_at", "2019-02-12 22:34:14.326165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.327835"], ["updated_at", "2019-02-12 22:34:14.327835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.329372"], ["updated_at", "2019-02-12 22:34:14.329372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.330915"], ["updated_at", "2019-02-12 22:34:14.330915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.332463"], ["updated_at", "2019-02-12 22:34:14.332463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.334000"], ["updated_at", "2019-02-12 22:34:14.334000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.335593"], ["updated_at", "2019-02-12 22:34:14.335593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.337453"], ["updated_at", "2019-02-12 22:34:14.337453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.339314"], ["updated_at", "2019-02-12 22:34:14.339314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.341107"], ["updated_at", "2019-02-12 22:34:14.341107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.342854"], ["updated_at", "2019-02-12 22:34:14.342854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.346735"], ["updated_at", "2019-02-12 22:34:14.346735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.348325"], ["updated_at", "2019-02-12 22:34:14.348325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.349951"], ["updated_at", "2019-02-12 22:34:14.349951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.351474"], ["updated_at", "2019-02-12 22:34:14.351474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.352987"], ["updated_at", "2019-02-12 22:34:14.352987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.354851"], ["updated_at", "2019-02-12 22:34:14.354851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.356496"], ["updated_at", "2019-02-12 22:34:14.356496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.358160"], ["updated_at", "2019-02-12 22:34:14.358160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.359799"], ["updated_at", "2019-02-12 22:34:14.359799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.361421"], ["updated_at", "2019-02-12 22:34:14.361421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.362931"], ["updated_at", "2019-02-12 22:34:14.362931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.364420"], ["updated_at", "2019-02-12 22:34:14.364420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.366298"], ["updated_at", "2019-02-12 22:34:14.366298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.367868"], ["updated_at", "2019-02-12 22:34:14.367868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.369346"], ["updated_at", "2019-02-12 22:34:14.369346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.370994"], ["updated_at", "2019-02-12 22:34:14.370994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.372696"], ["updated_at", "2019-02-12 22:34:14.372696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.374296"], ["updated_at", "2019-02-12 22:34:14.374296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.375932"], ["updated_at", "2019-02-12 22:34:14.375932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.377456"], ["updated_at", "2019-02-12 22:34:14.377456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.378944"], ["updated_at", "2019-02-12 22:34:14.378944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.380442"], ["updated_at", "2019-02-12 22:34:14.380442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.382098"], ["updated_at", "2019-02-12 22:34:14.382098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.383698"], ["updated_at", "2019-02-12 22:34:14.383698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.385218"], ["updated_at", "2019-02-12 22:34:14.385218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.387307"], ["updated_at", "2019-02-12 22:34:14.387307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.389352"], ["updated_at", "2019-02-12 22:34:14.389352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.391373"], ["updated_at", "2019-02-12 22:34:14.391373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.393076"], ["updated_at", "2019-02-12 22:34:14.393076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.394819"], ["updated_at", "2019-02-12 22:34:14.394819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.396475"], ["updated_at", "2019-02-12 22:34:14.396475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.397991"], ["updated_at", "2019-02-12 22:34:14.397991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.399522"], ["updated_at", "2019-02-12 22:34:14.399522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.401048"], ["updated_at", "2019-02-12 22:34:14.401048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.402606"], ["updated_at", "2019-02-12 22:34:14.402606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.404219"], ["updated_at", "2019-02-12 22:34:14.404219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.405908"], ["updated_at", "2019-02-12 22:34:14.405908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.407866"], ["updated_at", "2019-02-12 22:34:14.407866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.409527"], ["updated_at", "2019-02-12 22:34:14.409527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.411017"], ["updated_at", "2019-02-12 22:34:14.411017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.412538"], ["updated_at", "2019-02-12 22:34:14.412538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.414139"], ["updated_at", "2019-02-12 22:34:14.414139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.415693"], ["updated_at", "2019-02-12 22:34:14.415693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.417460"], ["updated_at", "2019-02-12 22:34:14.417460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.419165"], ["updated_at", "2019-02-12 22:34:14.419165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.420976"], ["updated_at", "2019-02-12 22:34:14.420976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.422638"], ["updated_at", "2019-02-12 22:34:14.422638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.424157"], ["updated_at", "2019-02-12 22:34:14.424157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.425878"], ["updated_at", "2019-02-12 22:34:14.425878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.427485"], ["updated_at", "2019-02-12 22:34:14.427485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.428998"], ["updated_at", "2019-02-12 22:34:14.428998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.430721"], ["updated_at", "2019-02-12 22:34:14.430721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.432299"], ["updated_at", "2019-02-12 22:34:14.432299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.433816"], ["updated_at", "2019-02-12 22:34:14.433816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.435361"], ["updated_at", "2019-02-12 22:34:14.435361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.436978"], ["updated_at", "2019-02-12 22:34:14.436978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.438676"], ["updated_at", "2019-02-12 22:34:14.438676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.440256"], ["updated_at", "2019-02-12 22:34:14.440256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.442199"], ["updated_at", "2019-02-12 22:34:14.442199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.443784"], ["updated_at", "2019-02-12 22:34:14.443784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.445250"], ["updated_at", "2019-02-12 22:34:14.445250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.446759"], ["updated_at", "2019-02-12 22:34:14.446759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 30ms (Views: 18.9ms | ActiveRecord: 0.7ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.483618"], ["updated_at", "2019-02-12 22:34:14.483618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.504015"], ["updated_at", "2019-02-12 22:34:14.504015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.505833"], ["updated_at", "2019-02-12 22:34:14.505833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:34:14.508134"], ["updated_at", "2019-02-12 22:34:14.508134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.514044"], ["updated_at", "2019-02-12 22:34:14.514044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.521398"], ["updated_at", "2019-02-12 22:34:14.521398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.526252"], ["updated_at", "2019-02-12 22:34:14.526252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.532177"], ["updated_at", "2019-02-12 22:34:14.532177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.546583"], ["updated_at", "2019-02-12 22:34:14.546583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.548963"], ["updated_at", "2019-02-12 22:34:14.548963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.562868"], ["updated_at", "2019-02-12 22:34:14.562868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.565421"], ["updated_at", "2019-02-12 22:34:14.565421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.570572"], ["updated_at", "2019-02-12 22:34:14.570572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.573053"], ["updated_at", "2019-02-12 22:34:14.573053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:34:14.576258"], ["updated_at", "2019-02-12 22:34:14.577196"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:34:14.578741"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.582437"], ["updated_at", "2019-02-12 22:34:14.582437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.584886"], ["updated_at", "2019-02-12 22:34:14.584886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:34:14.590265"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.594187"], ["updated_at", "2019-02-12 22:34:14.594187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.596596"], ["updated_at", "2019-02-12 22:34:14.596596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:34:14.601982"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.606719"], ["updated_at", "2019-02-12 22:34:14.606719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.609623"], ["updated_at", "2019-02-12 22:34:14.609623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.610922"], ["updated_at", "2019-02-12 22:34:14.610922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:34:14.612663"], ["updated_at", "2019-02-12 22:34:14.612663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.618137"], ["updated_at", "2019-02-12 22:34:14.618137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.620545"], ["updated_at", "2019-02-12 22:34:14.620545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1130@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:34:14.621438"], ["updated_at", "2019-02-12 22:34:14.622373"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1130@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:34:14.627132"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:34:14.629017"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.632859"], ["updated_at", "2019-02-12 22:34:14.632859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.640078"], ["updated_at", "2019-02-12 22:34:14.640078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.644119"], ["updated_at", "2019-02-12 22:34:14.644119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.655128"], ["updated_at", "2019-02-12 22:34:14.655128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.663956"], ["updated_at", "2019-02-12 22:34:14.663956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:34:14.664777"], ["updated_at", "2019-02-12 22:34:14.665578"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 9ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.669808"], ["updated_at", "2019-02-12 22:34:14.669808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.676005"], ["updated_at", "2019-02-12 22:34:14.676005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.680487"], ["updated_at", "2019-02-12 22:34:14.680487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.682770"], ["updated_at", "2019-02-12 22:34:14.682770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 22:34:14.686727"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.692178"], ["updated_at", "2019-02-12 22:34:14.692178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.700317"], ["updated_at", "2019-02-12 22:34:14.700317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.781693"], ["updated_at", "2019-02-12 22:34:14.781693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:34:14 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:34:14.798587"], ["updated_at", "2019-02-12 22:34:14.798587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:34:14 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:34:14.809631"], ["updated_at", "2019-02-12 22:34:14.809631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 9ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.4ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 15ms (Views: 0.2ms | ActiveRecord: 1.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.717559"], ["updated_at", "2019-02-12 22:35:04.717559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.754705"], ["updated_at", "2019-02-12 22:35:04.754705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 22ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.759374"], ["updated_at", "2019-02-12 22:35:04.759374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.771073"], ["updated_at", "2019-02-12 22:35:04.771073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.777293"], ["updated_at", "2019-02-12 22:35:04.777293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.780481"], ["updated_at", "2019-02-12 22:35:04.780481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.786952"], ["updated_at", "2019-02-12 22:35:04.786952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.790860"], ["updated_at", "2019-02-12 22:35:04.790860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.794372"], ["updated_at", "2019-02-12 22:35:04.794372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 22:35:04.799265"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.803325"], ["updated_at", "2019-02-12 22:35:04.803325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.809393"], ["updated_at", "2019-02-12 22:35:04.809393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:04.810398"], ["updated_at", "2019-02-12 22:35:04.811287"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.816681"], ["updated_at", "2019-02-12 22:35:04.816681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.819268"], ["updated_at", "2019-02-12 22:35:04.819268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.824550"], ["updated_at", "2019-02-12 22:35:04.824550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.827202"], ["updated_at", "2019-02-12 22:35:04.827202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.828443"], ["updated_at", "2019-02-12 22:35:04.828443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:35:04.830279"], ["updated_at", "2019-02-12 22:35:04.830279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.835935"], ["updated_at", "2019-02-12 22:35:04.835935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.838807"], ["updated_at", "2019-02-12 22:35:04.838807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.860314"], ["updated_at", "2019-02-12 22:35:04.860314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.862650"], ["updated_at", "2019-02-12 22:35:04.862650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.870962"], ["updated_at", "2019-02-12 22:35:04.870962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.873208"], ["updated_at", "2019-02-12 22:35:04.873208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.883071"], ["updated_at", "2019-02-12 22:35:04.883071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.885654"], ["updated_at", "2019-02-12 22:35:04.885654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "7@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:04.887824"], ["updated_at", "2019-02-12 22:35:04.888833"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.898246"], ["updated_at", "2019-02-12 22:35:04.898246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.901059"], ["updated_at", "2019-02-12 22:35:04.901059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL AND ("users"."id" != ?) LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:04.924583"], ["updated_at", "2019-02-12 22:35:04.924583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.926922"], ["updated_at", "2019-02-12 22:35:04.926922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.928756"], ["updated_at", "2019-02-12 22:35:04.928756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.930307"], ["updated_at", "2019-02-12 22:35:04.930307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.932897"], ["updated_at", "2019-02-12 22:35:04.932897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.934734"], ["updated_at", "2019-02-12 22:35:04.934734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.936575"], ["updated_at", "2019-02-12 22:35:04.936575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.938270"], ["updated_at", "2019-02-12 22:35:04.938270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.940733"], ["updated_at", "2019-02-12 22:35:04.940733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.942615"], ["updated_at", "2019-02-12 22:35:04.942615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.944815"], ["updated_at", "2019-02-12 22:35:04.944815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.946753"], ["updated_at", "2019-02-12 22:35:04.946753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.948356"], ["updated_at", "2019-02-12 22:35:04.948356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.949828"], ["updated_at", "2019-02-12 22:35:04.949828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.951307"], ["updated_at", "2019-02-12 22:35:04.951307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.952931"], ["updated_at", "2019-02-12 22:35:04.952931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.954525"], ["updated_at", "2019-02-12 22:35:04.954525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.956009"], ["updated_at", "2019-02-12 22:35:04.956009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.957474"], ["updated_at", "2019-02-12 22:35:04.957474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.959214"], ["updated_at", "2019-02-12 22:35:04.959214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.960964"], ["updated_at", "2019-02-12 22:35:04.960964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.962576"], ["updated_at", "2019-02-12 22:35:04.962576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.964172"], ["updated_at", "2019-02-12 22:35:04.964172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.965626"], ["updated_at", "2019-02-12 22:35:04.965626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.967065"], ["updated_at", "2019-02-12 22:35:04.967065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.968501"], ["updated_at", "2019-02-12 22:35:04.968501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.970154"], ["updated_at", "2019-02-12 22:35:04.970154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.971929"], ["updated_at", "2019-02-12 22:35:04.971929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.973763"], ["updated_at", "2019-02-12 22:35:04.973763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.975277"], ["updated_at", "2019-02-12 22:35:04.975277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.976852"], ["updated_at", "2019-02-12 22:35:04.976852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.978461"], ["updated_at", "2019-02-12 22:35:04.978461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.980382"], ["updated_at", "2019-02-12 22:35:04.980382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.982274"], ["updated_at", "2019-02-12 22:35:04.982274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.983799"], ["updated_at", "2019-02-12 22:35:04.983799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.985268"], ["updated_at", "2019-02-12 22:35:04.985268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.986808"], ["updated_at", "2019-02-12 22:35:04.986808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.988410"], ["updated_at", "2019-02-12 22:35:04.988410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.989958"], ["updated_at", "2019-02-12 22:35:04.989958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.991851"], ["updated_at", "2019-02-12 22:35:04.991851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.993689"], ["updated_at", "2019-02-12 22:35:04.993689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.995247"], ["updated_at", "2019-02-12 22:35:04.995247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.996731"], ["updated_at", "2019-02-12 22:35:04.996731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.998300"], ["updated_at", "2019-02-12 22:35:04.998300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:04.999868"], ["updated_at", "2019-02-12 22:35:04.999868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.001447"], ["updated_at", "2019-02-12 22:35:05.001447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.003015"], ["updated_at", "2019-02-12 22:35:05.003015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.004774"], ["updated_at", "2019-02-12 22:35:05.004774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.006343"], ["updated_at", "2019-02-12 22:35:05.006343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.007963"], ["updated_at", "2019-02-12 22:35:05.007963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.009717"], ["updated_at", "2019-02-12 22:35:05.009717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.011318"], ["updated_at", "2019-02-12 22:35:05.011318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.012845"], ["updated_at", "2019-02-12 22:35:05.012845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.014607"], ["updated_at", "2019-02-12 22:35:05.014607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.017233"], ["updated_at", "2019-02-12 22:35:05.017233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.019107"], ["updated_at", "2019-02-12 22:35:05.019107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.020821"], ["updated_at", "2019-02-12 22:35:05.020821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.022367"], ["updated_at", "2019-02-12 22:35:05.022367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.023860"], ["updated_at", "2019-02-12 22:35:05.023860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.025464"], ["updated_at", "2019-02-12 22:35:05.025464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.027667"], ["updated_at", "2019-02-12 22:35:05.027667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.029475"], ["updated_at", "2019-02-12 22:35:05.029475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.031082"], ["updated_at", "2019-02-12 22:35:05.031082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.033047"], ["updated_at", "2019-02-12 22:35:05.033047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.035138"], ["updated_at", "2019-02-12 22:35:05.035138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.037103"], ["updated_at", "2019-02-12 22:35:05.037103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.038811"], ["updated_at", "2019-02-12 22:35:05.038811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.040716"], ["updated_at", "2019-02-12 22:35:05.040716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.042489"], ["updated_at", "2019-02-12 22:35:05.042489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.046678"], ["updated_at", "2019-02-12 22:35:05.046678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.048274"], ["updated_at", "2019-02-12 22:35:05.048274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.049766"], ["updated_at", "2019-02-12 22:35:05.049766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.051566"], ["updated_at", "2019-02-12 22:35:05.051566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.053220"], ["updated_at", "2019-02-12 22:35:05.053220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.054836"], ["updated_at", "2019-02-12 22:35:05.054836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.056307"], ["updated_at", "2019-02-12 22:35:05.056307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.057720"], ["updated_at", "2019-02-12 22:35:05.057720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.059248"], ["updated_at", "2019-02-12 22:35:05.059248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.060853"], ["updated_at", "2019-02-12 22:35:05.060853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.062754"], ["updated_at", "2019-02-12 22:35:05.062754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.064549"], ["updated_at", "2019-02-12 22:35:05.064549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.066026"], ["updated_at", "2019-02-12 22:35:05.066026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.067491"], ["updated_at", "2019-02-12 22:35:05.067491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.069195"], ["updated_at", "2019-02-12 22:35:05.069195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.070926"], ["updated_at", "2019-02-12 22:35:05.070926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.072455"], ["updated_at", "2019-02-12 22:35:05.072455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.073933"], ["updated_at", "2019-02-12 22:35:05.073933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.075456"], ["updated_at", "2019-02-12 22:35:05.075456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.077072"], ["updated_at", "2019-02-12 22:35:05.077072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.078597"], ["updated_at", "2019-02-12 22:35:05.078597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.080081"], ["updated_at", "2019-02-12 22:35:05.080081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.081693"], ["updated_at", "2019-02-12 22:35:05.081693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.083318"], ["updated_at", "2019-02-12 22:35:05.083318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.084873"], ["updated_at", "2019-02-12 22:35:05.084873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.087525"], ["updated_at", "2019-02-12 22:35:05.087525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.089540"], ["updated_at", "2019-02-12 22:35:05.089540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.091056"], ["updated_at", "2019-02-12 22:35:05.091056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.092602"], ["updated_at", "2019-02-12 22:35:05.092602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.094330"], ["updated_at", "2019-02-12 22:35:05.094330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.095984"], ["updated_at", "2019-02-12 22:35:05.095984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.097656"], ["updated_at", "2019-02-12 22:35:05.097656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.099295"], ["updated_at", "2019-02-12 22:35:05.099295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.101013"], ["updated_at", "2019-02-12 22:35:05.101013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.102679"], ["updated_at", "2019-02-12 22:35:05.102679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.104334"], ["updated_at", "2019-02-12 22:35:05.104334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.105799"], ["updated_at", "2019-02-12 22:35:05.105799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.107230"], ["updated_at", "2019-02-12 22:35:05.107230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.108854"], ["updated_at", "2019-02-12 22:35:05.108854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.110603"], ["updated_at", "2019-02-12 22:35:05.110603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.112155"], ["updated_at", "2019-02-12 22:35:05.112155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.113601"], ["updated_at", "2019-02-12 22:35:05.113601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.115066"], ["updated_at", "2019-02-12 22:35:05.115066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.116563"], ["updated_at", "2019-02-12 22:35:05.116563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.118025"], ["updated_at", "2019-02-12 22:35:05.118025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.119721"], ["updated_at", "2019-02-12 22:35:05.119721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.121435"], ["updated_at", "2019-02-12 22:35:05.121435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.122922"], ["updated_at", "2019-02-12 22:35:05.122922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.124353"], ["updated_at", "2019-02-12 22:35:05.124353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.125798"], ["updated_at", "2019-02-12 22:35:05.125798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.127514"], ["updated_at", "2019-02-12 22:35:05.127514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.129007"], ["updated_at", "2019-02-12 22:35:05.129007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.130480"], ["updated_at", "2019-02-12 22:35:05.130480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.132140"], ["updated_at", "2019-02-12 22:35:05.132140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.133745"], ["updated_at", "2019-02-12 22:35:05.133745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.135230"], ["updated_at", "2019-02-12 22:35:05.135230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.136751"], ["updated_at", "2019-02-12 22:35:05.136751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.138285"], ["updated_at", "2019-02-12 22:35:05.138285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.139741"], ["updated_at", "2019-02-12 22:35:05.139741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.141821"], ["updated_at", "2019-02-12 22:35:05.141821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.143501"], ["updated_at", "2019-02-12 22:35:05.143501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.145078"], ["updated_at", "2019-02-12 22:35:05.145078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.146640"], ["updated_at", "2019-02-12 22:35:05.146640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.149304"], ["updated_at", "2019-02-12 22:35:05.149304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.151605"], ["updated_at", "2019-02-12 22:35:05.151605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.153311"], ["updated_at", "2019-02-12 22:35:05.153311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.154857"], ["updated_at", "2019-02-12 22:35:05.154857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.156565"], ["updated_at", "2019-02-12 22:35:05.156565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.158081"], ["updated_at", "2019-02-12 22:35:05.158081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.159753"], ["updated_at", "2019-02-12 22:35:05.159753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.161557"], ["updated_at", "2019-02-12 22:35:05.161557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.163207"], ["updated_at", "2019-02-12 22:35:05.163207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.164823"], ["updated_at", "2019-02-12 22:35:05.164823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.166376"], ["updated_at", "2019-02-12 22:35:05.166376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.168265"], ["updated_at", "2019-02-12 22:35:05.168265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.169871"], ["updated_at", "2019-02-12 22:35:05.169871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.171528"], ["updated_at", "2019-02-12 22:35:05.171528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.173136"], ["updated_at", "2019-02-12 22:35:05.173136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.174793"], ["updated_at", "2019-02-12 22:35:05.174793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.176454"], ["updated_at", "2019-02-12 22:35:05.176454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.178314"], ["updated_at", "2019-02-12 22:35:05.178314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.180043"], ["updated_at", "2019-02-12 22:35:05.180043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.181572"], ["updated_at", "2019-02-12 22:35:05.181572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.183066"], ["updated_at", "2019-02-12 22:35:05.183066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.184565"], ["updated_at", "2019-02-12 22:35:05.184565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.186141"], ["updated_at", "2019-02-12 22:35:05.186141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.187871"], ["updated_at", "2019-02-12 22:35:05.187871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.189452"], ["updated_at", "2019-02-12 22:35:05.189452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.191130"], ["updated_at", "2019-02-12 22:35:05.191130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.192720"], ["updated_at", "2019-02-12 22:35:05.192720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.194414"], ["updated_at", "2019-02-12 22:35:05.194414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.196018"], ["updated_at", "2019-02-12 22:35:05.196018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.197641"], ["updated_at", "2019-02-12 22:35:05.197641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.199479"], ["updated_at", "2019-02-12 22:35:05.199479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.201122"], ["updated_at", "2019-02-12 22:35:05.201122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.202898"], ["updated_at", "2019-02-12 22:35:05.202898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.205237"], ["updated_at", "2019-02-12 22:35:05.205237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.207670"], ["updated_at", "2019-02-12 22:35:05.207670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.209392"], ["updated_at", "2019-02-12 22:35:05.209392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.211062"], ["updated_at", "2019-02-12 22:35:05.211062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.212650"], ["updated_at", "2019-02-12 22:35:05.212650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.214567"], ["updated_at", "2019-02-12 22:35:05.214567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.216282"], ["updated_at", "2019-02-12 22:35:05.216282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.221048"], ["updated_at", "2019-02-12 22:35:05.221048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.222596"], ["updated_at", "2019-02-12 22:35:05.222596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.224059"], ["updated_at", "2019-02-12 22:35:05.224059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.225751"], ["updated_at", "2019-02-12 22:35:05.225751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.227519"], ["updated_at", "2019-02-12 22:35:05.227519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.229031"], ["updated_at", "2019-02-12 22:35:05.229031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.230494"], ["updated_at", "2019-02-12 22:35:05.230494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.231958"], ["updated_at", "2019-02-12 22:35:05.231958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.233974"], ["updated_at", "2019-02-12 22:35:05.233974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.235888"], ["updated_at", "2019-02-12 22:35:05.235888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.237790"], ["updated_at", "2019-02-12 22:35:05.237790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.239345"], ["updated_at", "2019-02-12 22:35:05.239345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.240922"], ["updated_at", "2019-02-12 22:35:05.240922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.242406"], ["updated_at", "2019-02-12 22:35:05.242406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.244077"], ["updated_at", "2019-02-12 22:35:05.244077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.245712"], ["updated_at", "2019-02-12 22:35:05.245712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.247305"], ["updated_at", "2019-02-12 22:35:05.247305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.248926"], ["updated_at", "2019-02-12 22:35:05.248926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.250475"], ["updated_at", "2019-02-12 22:35:05.250475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.251971"], ["updated_at", "2019-02-12 22:35:05.251971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.253660"], ["updated_at", "2019-02-12 22:35:05.253660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.255151"], ["updated_at", "2019-02-12 22:35:05.255151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.256620"], ["updated_at", "2019-02-12 22:35:05.256620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.258232"], ["updated_at", "2019-02-12 22:35:05.258232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.260016"], ["updated_at", "2019-02-12 22:35:05.260016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.261632"], ["updated_at", "2019-02-12 22:35:05.261632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.263104"], ["updated_at", "2019-02-12 22:35:05.263104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.264712"], ["updated_at", "2019-02-12 22:35:05.264712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.266259"], ["updated_at", "2019-02-12 22:35:05.266259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.267724"], ["updated_at", "2019-02-12 22:35:05.267724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.269225"], ["updated_at", "2019-02-12 22:35:05.269225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.270946"], ["updated_at", "2019-02-12 22:35:05.270946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.272823"], ["updated_at", "2019-02-12 22:35:05.272823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.274453"], ["updated_at", "2019-02-12 22:35:05.274453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.276218"], ["updated_at", "2019-02-12 22:35:05.276218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.277823"], ["updated_at", "2019-02-12 22:35:05.277823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.279386"], ["updated_at", "2019-02-12 22:35:05.279386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.280870"], ["updated_at", "2019-02-12 22:35:05.280870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.282362"], ["updated_at", "2019-02-12 22:35:05.282362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.284053"], ["updated_at", "2019-02-12 22:35:05.284053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.285646"], ["updated_at", "2019-02-12 22:35:05.285646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.287370"], ["updated_at", "2019-02-12 22:35:05.287370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.288879"], ["updated_at", "2019-02-12 22:35:05.288879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.290304"], ["updated_at", "2019-02-12 22:35:05.290304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.291817"], ["updated_at", "2019-02-12 22:35:05.291817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.294096"], ["updated_at", "2019-02-12 22:35:05.294096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.296002"], ["updated_at", "2019-02-12 22:35:05.296002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.297711"], ["updated_at", "2019-02-12 22:35:05.297711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.299487"], ["updated_at", "2019-02-12 22:35:05.299487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.301349"], ["updated_at", "2019-02-12 22:35:05.301349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.303383"], ["updated_at", "2019-02-12 22:35:05.303383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.305697"], ["updated_at", "2019-02-12 22:35:05.305697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.307447"], ["updated_at", "2019-02-12 22:35:05.307447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.309038"], ["updated_at", "2019-02-12 22:35:05.309038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.310735"], ["updated_at", "2019-02-12 22:35:05.310735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.312347"], ["updated_at", "2019-02-12 22:35:05.312347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.313896"], ["updated_at", "2019-02-12 22:35:05.313896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.315443"], ["updated_at", "2019-02-12 22:35:05.315443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.316983"], ["updated_at", "2019-02-12 22:35:05.316983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.318678"], ["updated_at", "2019-02-12 22:35:05.318678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.320434"], ["updated_at", "2019-02-12 22:35:05.320434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.322035"], ["updated_at", "2019-02-12 22:35:05.322035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.323525"], ["updated_at", "2019-02-12 22:35:05.323525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.325065"], ["updated_at", "2019-02-12 22:35:05.325065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.326892"], ["updated_at", "2019-02-12 22:35:05.326892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.328445"], ["updated_at", "2019-02-12 22:35:05.328445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.330098"], ["updated_at", "2019-02-12 22:35:05.330098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.331675"], ["updated_at", "2019-02-12 22:35:05.331675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.333217"], ["updated_at", "2019-02-12 22:35:05.333217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.334738"], ["updated_at", "2019-02-12 22:35:05.334738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.336410"], ["updated_at", "2019-02-12 22:35:05.336410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.338162"], ["updated_at", "2019-02-12 22:35:05.338162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.339695"], ["updated_at", "2019-02-12 22:35:05.339695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.341901"], ["updated_at", "2019-02-12 22:35:05.341901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.343812"], ["updated_at", "2019-02-12 22:35:05.343812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.345347"], ["updated_at", "2019-02-12 22:35:05.345347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.346869"], ["updated_at", "2019-02-12 22:35:05.346869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.348412"], ["updated_at", "2019-02-12 22:35:05.348412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.350006"], ["updated_at", "2019-02-12 22:35:05.350006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.351580"], ["updated_at", "2019-02-12 22:35:05.351580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.353523"], ["updated_at", "2019-02-12 22:35:05.353523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.355204"], ["updated_at", "2019-02-12 22:35:05.355204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.356697"], ["updated_at", "2019-02-12 22:35:05.356697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.358215"], ["updated_at", "2019-02-12 22:35:05.358215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.359815"], ["updated_at", "2019-02-12 22:35:05.359815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.361491"], ["updated_at", "2019-02-12 22:35:05.361491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.363104"], ["updated_at", "2019-02-12 22:35:05.363104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.364807"], ["updated_at", "2019-02-12 22:35:05.364807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.366502"], ["updated_at", "2019-02-12 22:35:05.366502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.368111"], ["updated_at", "2019-02-12 22:35:05.368111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.369887"], ["updated_at", "2019-02-12 22:35:05.369887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.371617"], ["updated_at", "2019-02-12 22:35:05.371617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.373254"], ["updated_at", "2019-02-12 22:35:05.373254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.374872"], ["updated_at", "2019-02-12 22:35:05.374872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.376840"], ["updated_at", "2019-02-12 22:35:05.376840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.378606"], ["updated_at", "2019-02-12 22:35:05.378606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.380258"], ["updated_at", "2019-02-12 22:35:05.380258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.381864"], ["updated_at", "2019-02-12 22:35:05.381864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.387398"], ["updated_at", "2019-02-12 22:35:05.387398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.389073"], ["updated_at", "2019-02-12 22:35:05.389073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.390625"], ["updated_at", "2019-02-12 22:35:05.390625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.392195"], ["updated_at", "2019-02-12 22:35:05.392195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.393821"], ["updated_at", "2019-02-12 22:35:05.393821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.395297"], ["updated_at", "2019-02-12 22:35:05.395297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.396815"], ["updated_at", "2019-02-12 22:35:05.396815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.398427"], ["updated_at", "2019-02-12 22:35:05.398427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.400254"], ["updated_at", "2019-02-12 22:35:05.400254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.401933"], ["updated_at", "2019-02-12 22:35:05.401933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.403674"], ["updated_at", "2019-02-12 22:35:05.403674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.405246"], ["updated_at", "2019-02-12 22:35:05.405246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.406743"], ["updated_at", "2019-02-12 22:35:05.406743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.408263"], ["updated_at", "2019-02-12 22:35:05.408263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.409868"], ["updated_at", "2019-02-12 22:35:05.409868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.411801"], ["updated_at", "2019-02-12 22:35:05.411801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.413549"], ["updated_at", "2019-02-12 22:35:05.413549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.415678"], ["updated_at", "2019-02-12 22:35:05.415678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.417331"], ["updated_at", "2019-02-12 22:35:05.417331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.418838"], ["updated_at", "2019-02-12 22:35:05.418838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.420458"], ["updated_at", "2019-02-12 22:35:05.420458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.422154"], ["updated_at", "2019-02-12 22:35:05.422154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.423756"], ["updated_at", "2019-02-12 22:35:05.423756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.425239"], ["updated_at", "2019-02-12 22:35:05.425239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.426882"], ["updated_at", "2019-02-12 22:35:05.426882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.428424"], ["updated_at", "2019-02-12 22:35:05.428424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.430039"], ["updated_at", "2019-02-12 22:35:05.430039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.431610"], ["updated_at", "2019-02-12 22:35:05.431610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.433110"], ["updated_at", "2019-02-12 22:35:05.433110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.434824"], ["updated_at", "2019-02-12 22:35:05.434824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.436464"], ["updated_at", "2019-02-12 22:35:05.436464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.438080"], ["updated_at", "2019-02-12 22:35:05.438080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.439614"], ["updated_at", "2019-02-12 22:35:05.439614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.441150"], ["updated_at", "2019-02-12 22:35:05.441150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.442781"], ["updated_at", "2019-02-12 22:35:05.442781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.444419"], ["updated_at", "2019-02-12 22:35:05.444419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.446131"], ["updated_at", "2019-02-12 22:35:05.446131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.447754"], ["updated_at", "2019-02-12 22:35:05.447754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.449371"], ["updated_at", "2019-02-12 22:35:05.449371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.450891"], ["updated_at", "2019-02-12 22:35:05.450891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.452708"], ["updated_at", "2019-02-12 22:35:05.452708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.454371"], ["updated_at", "2019-02-12 22:35:05.454371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.455893"], ["updated_at", "2019-02-12 22:35:05.455893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.457620"], ["updated_at", "2019-02-12 22:35:05.457620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.459249"], ["updated_at", "2019-02-12 22:35:05.459249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.460796"], ["updated_at", "2019-02-12 22:35:05.460796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.462277"], ["updated_at", "2019-02-12 22:35:05.462277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.463783"], ["updated_at", "2019-02-12 22:35:05.463783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.465400"], ["updated_at", "2019-02-12 22:35:05.465400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.466924"], ["updated_at", "2019-02-12 22:35:05.466924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.468495"], ["updated_at", "2019-02-12 22:35:05.468495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.470211"], ["updated_at", "2019-02-12 22:35:05.470211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.471785"], ["updated_at", "2019-02-12 22:35:05.471785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.473342"], ["updated_at", "2019-02-12 22:35:05.473342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.474870"], ["updated_at", "2019-02-12 22:35:05.474870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.476602"], ["updated_at", "2019-02-12 22:35:05.476602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.478186"], ["updated_at", "2019-02-12 22:35:05.478186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.479697"], ["updated_at", "2019-02-12 22:35:05.479697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.481343"], ["updated_at", "2019-02-12 22:35:05.481343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.482954"], ["updated_at", "2019-02-12 22:35:05.482954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.484531"], ["updated_at", "2019-02-12 22:35:05.484531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.486257"], ["updated_at", "2019-02-12 22:35:05.486257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.488141"], ["updated_at", "2019-02-12 22:35:05.488141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.489739"], ["updated_at", "2019-02-12 22:35:05.489739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.491478"], ["updated_at", "2019-02-12 22:35:05.491478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.493349"], ["updated_at", "2019-02-12 22:35:05.493349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.495025"], ["updated_at", "2019-02-12 22:35:05.495025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.496624"], ["updated_at", "2019-02-12 22:35:05.496624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.498153"], ["updated_at", "2019-02-12 22:35:05.498153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.499861"], ["updated_at", "2019-02-12 22:35:05.499861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.501525"], ["updated_at", "2019-02-12 22:35:05.501525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.503379"], ["updated_at", "2019-02-12 22:35:05.503379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.505116"], ["updated_at", "2019-02-12 22:35:05.505116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.506683"], ["updated_at", "2019-02-12 22:35:05.506683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.508188"], ["updated_at", "2019-02-12 22:35:05.508188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.509806"], ["updated_at", "2019-02-12 22:35:05.509806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.511723"], ["updated_at", "2019-02-12 22:35:05.511723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.513441"], ["updated_at", "2019-02-12 22:35:05.513441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.515109"], ["updated_at", "2019-02-12 22:35:05.515109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.516762"], ["updated_at", "2019-02-12 22:35:05.516762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.518317"], ["updated_at", "2019-02-12 22:35:05.518317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.519883"], ["updated_at", "2019-02-12 22:35:05.519883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.521495"], ["updated_at", "2019-02-12 22:35:05.521495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.523071"], ["updated_at", "2019-02-12 22:35:05.523071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.524695"], ["updated_at", "2019-02-12 22:35:05.524695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.526537"], ["updated_at", "2019-02-12 22:35:05.526537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.528239"], ["updated_at", "2019-02-12 22:35:05.528239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.529811"], ["updated_at", "2019-02-12 22:35:05.529811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.531497"], ["updated_at", "2019-02-12 22:35:05.531497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.533299"], ["updated_at", "2019-02-12 22:35:05.533299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.534988"], ["updated_at", "2019-02-12 22:35:05.534988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.536738"], ["updated_at", "2019-02-12 22:35:05.536738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.538600"], ["updated_at", "2019-02-12 22:35:05.538600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.542459"], ["updated_at", "2019-02-12 22:35:05.542459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.544326"], ["updated_at", "2019-02-12 22:35:05.544326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.545906"], ["updated_at", "2019-02-12 22:35:05.545906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.547410"], ["updated_at", "2019-02-12 22:35:05.547410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.548983"], ["updated_at", "2019-02-12 22:35:05.548983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.550627"], ["updated_at", "2019-02-12 22:35:05.550627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.552171"], ["updated_at", "2019-02-12 22:35:05.552171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.553981"], ["updated_at", "2019-02-12 22:35:05.553981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.555562"], ["updated_at", "2019-02-12 22:35:05.555562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.557055"], ["updated_at", "2019-02-12 22:35:05.557055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.558537"], ["updated_at", "2019-02-12 22:35:05.558537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.560177"], ["updated_at", "2019-02-12 22:35:05.560177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.561908"], ["updated_at", "2019-02-12 22:35:05.561908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.563514"], ["updated_at", "2019-02-12 22:35:05.563514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.565010"], ["updated_at", "2019-02-12 22:35:05.565010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.566506"], ["updated_at", "2019-02-12 22:35:05.566506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.567990"], ["updated_at", "2019-02-12 22:35:05.567990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.569594"], ["updated_at", "2019-02-12 22:35:05.569594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.571160"], ["updated_at", "2019-02-12 22:35:05.571160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.572692"], ["updated_at", "2019-02-12 22:35:05.572692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.574432"], ["updated_at", "2019-02-12 22:35:05.574432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.575980"], ["updated_at", "2019-02-12 22:35:05.575980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.577599"], ["updated_at", "2019-02-12 22:35:05.577599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.579437"], ["updated_at", "2019-02-12 22:35:05.579437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.581141"], ["updated_at", "2019-02-12 22:35:05.581141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.582680"], ["updated_at", "2019-02-12 22:35:05.582680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.584225"], ["updated_at", "2019-02-12 22:35:05.584225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.585920"], ["updated_at", "2019-02-12 22:35:05.585920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.587544"], ["updated_at", "2019-02-12 22:35:05.587544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.589212"], ["updated_at", "2019-02-12 22:35:05.589212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.590849"], ["updated_at", "2019-02-12 22:35:05.590849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.592394"], ["updated_at", "2019-02-12 22:35:05.592394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.594001"], ["updated_at", "2019-02-12 22:35:05.594001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.595508"], ["updated_at", "2019-02-12 22:35:05.595508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.597170"], ["updated_at", "2019-02-12 22:35:05.597170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.598824"], ["updated_at", "2019-02-12 22:35:05.598824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.600351"], ["updated_at", "2019-02-12 22:35:05.600351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.601843"], ["updated_at", "2019-02-12 22:35:05.601843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 27ms (Views: 14.8ms | ActiveRecord: 0.9ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:05.636535"], ["updated_at", "2019-02-12 22:35:05.636535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.647598"], ["updated_at", "2019-02-12 22:35:05.647598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.649353"], ["updated_at", "2019-02-12 22:35:05.649353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.650853"], ["updated_at", "2019-02-12 22:35:05.650853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.652389"], ["updated_at", "2019-02-12 22:35:05.652389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.654040"], ["updated_at", "2019-02-12 22:35:05.654040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.655701"], ["updated_at", "2019-02-12 22:35:05.655701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.657201"], ["updated_at", "2019-02-12 22:35:05.657201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.658656"], ["updated_at", "2019-02-12 22:35:05.658656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.660399"], ["updated_at", "2019-02-12 22:35:05.660399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.662051"], ["updated_at", "2019-02-12 22:35:05.662051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.663710"], ["updated_at", "2019-02-12 22:35:05.663710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.665253"], ["updated_at", "2019-02-12 22:35:05.665253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.666858"], ["updated_at", "2019-02-12 22:35:05.666858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.668597"], ["updated_at", "2019-02-12 22:35:05.668597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.670591"], ["updated_at", "2019-02-12 22:35:05.670591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.672503"], ["updated_at", "2019-02-12 22:35:05.672503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.674021"], ["updated_at", "2019-02-12 22:35:05.674021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.675554"], ["updated_at", "2019-02-12 22:35:05.675554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.677157"], ["updated_at", "2019-02-12 22:35:05.677157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.679496"], ["updated_at", "2019-02-12 22:35:05.679496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.681380"], ["updated_at", "2019-02-12 22:35:05.681380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.683076"], ["updated_at", "2019-02-12 22:35:05.683076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.684719"], ["updated_at", "2019-02-12 22:35:05.684719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.686525"], ["updated_at", "2019-02-12 22:35:05.686525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.688177"], ["updated_at", "2019-02-12 22:35:05.688177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.690197"], ["updated_at", "2019-02-12 22:35:05.690197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.691938"], ["updated_at", "2019-02-12 22:35:05.691938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.693969"], ["updated_at", "2019-02-12 22:35:05.693969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.695793"], ["updated_at", "2019-02-12 22:35:05.695793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.697550"], ["updated_at", "2019-02-12 22:35:05.697550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.699276"], ["updated_at", "2019-02-12 22:35:05.699276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.701035"], ["updated_at", "2019-02-12 22:35:05.701035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.702732"], ["updated_at", "2019-02-12 22:35:05.702732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.704406"], ["updated_at", "2019-02-12 22:35:05.704406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.706036"], ["updated_at", "2019-02-12 22:35:05.706036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.707541"], ["updated_at", "2019-02-12 22:35:05.707541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.709123"], ["updated_at", "2019-02-12 22:35:05.709123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.710802"], ["updated_at", "2019-02-12 22:35:05.710802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.712597"], ["updated_at", "2019-02-12 22:35:05.712597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.714396"], ["updated_at", "2019-02-12 22:35:05.714396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.716001"], ["updated_at", "2019-02-12 22:35:05.716001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.717490"], ["updated_at", "2019-02-12 22:35:05.717490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.718970"], ["updated_at", "2019-02-12 22:35:05.718970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.720739"], ["updated_at", "2019-02-12 22:35:05.720739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.722414"], ["updated_at", "2019-02-12 22:35:05.722414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.724096"], ["updated_at", "2019-02-12 22:35:05.724096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.725797"], ["updated_at", "2019-02-12 22:35:05.725797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.727515"], ["updated_at", "2019-02-12 22:35:05.727515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.729024"], ["updated_at", "2019-02-12 22:35:05.729024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.730555"], ["updated_at", "2019-02-12 22:35:05.730555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.732122"], ["updated_at", "2019-02-12 22:35:05.732122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.733743"], ["updated_at", "2019-02-12 22:35:05.733743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.735261"], ["updated_at", "2019-02-12 22:35:05.735261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.737096"], ["updated_at", "2019-02-12 22:35:05.737096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.738600"], ["updated_at", "2019-02-12 22:35:05.738600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.740495"], ["updated_at", "2019-02-12 22:35:05.740495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.742140"], ["updated_at", "2019-02-12 22:35:05.742140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.743792"], ["updated_at", "2019-02-12 22:35:05.743792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.745300"], ["updated_at", "2019-02-12 22:35:05.745300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.746765"], ["updated_at", "2019-02-12 22:35:05.746765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.748658"], ["updated_at", "2019-02-12 22:35:05.748658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.750136"], ["updated_at", "2019-02-12 22:35:05.750136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.751563"], ["updated_at", "2019-02-12 22:35:05.751563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.753034"], ["updated_at", "2019-02-12 22:35:05.753034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.754570"], ["updated_at", "2019-02-12 22:35:05.754570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.756012"], ["updated_at", "2019-02-12 22:35:05.756012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.757439"], ["updated_at", "2019-02-12 22:35:05.757439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.759126"], ["updated_at", "2019-02-12 22:35:05.759126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.760772"], ["updated_at", "2019-02-12 22:35:05.760772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.762323"], ["updated_at", "2019-02-12 22:35:05.762323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.763844"], ["updated_at", "2019-02-12 22:35:05.763844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.765370"], ["updated_at", "2019-02-12 22:35:05.765370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.766880"], ["updated_at", "2019-02-12 22:35:05.766880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.768407"], ["updated_at", "2019-02-12 22:35:05.768407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.770062"], ["updated_at", "2019-02-12 22:35:05.770062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.771867"], ["updated_at", "2019-02-12 22:35:05.771867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.773415"], ["updated_at", "2019-02-12 22:35:05.773415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.774955"], ["updated_at", "2019-02-12 22:35:05.774955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.776687"], ["updated_at", "2019-02-12 22:35:05.776687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.778320"], ["updated_at", "2019-02-12 22:35:05.778320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (2.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.782543"], ["updated_at", "2019-02-12 22:35:05.782543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.784511"], ["updated_at", "2019-02-12 22:35:05.784511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.786194"], ["updated_at", "2019-02-12 22:35:05.786194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.787837"], ["updated_at", "2019-02-12 22:35:05.787837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.789384"], ["updated_at", "2019-02-12 22:35:05.789384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.790896"], ["updated_at", "2019-02-12 22:35:05.790896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.792595"], ["updated_at", "2019-02-12 22:35:05.792595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.794410"], ["updated_at", "2019-02-12 22:35:05.794410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.795966"], ["updated_at", "2019-02-12 22:35:05.795966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.797514"], ["updated_at", "2019-02-12 22:35:05.797514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.799198"], ["updated_at", "2019-02-12 22:35:05.799198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.800723"], ["updated_at", "2019-02-12 22:35:05.800723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.802347"], ["updated_at", "2019-02-12 22:35:05.802347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.804015"], ["updated_at", "2019-02-12 22:35:05.804015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.805652"], ["updated_at", "2019-02-12 22:35:05.805652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.807135"], ["updated_at", "2019-02-12 22:35:05.807135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.808582"], ["updated_at", "2019-02-12 22:35:05.808582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.810286"], ["updated_at", "2019-02-12 22:35:05.810286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.811810"], ["updated_at", "2019-02-12 22:35:05.811810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.813328"], ["updated_at", "2019-02-12 22:35:05.813328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.814860"], ["updated_at", "2019-02-12 22:35:05.814860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.816506"], ["updated_at", "2019-02-12 22:35:05.816506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.818175"], ["updated_at", "2019-02-12 22:35:05.818175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.819791"], ["updated_at", "2019-02-12 22:35:05.819791"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.821402"], ["updated_at", "2019-02-12 22:35:05.821402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.822962"], ["updated_at", "2019-02-12 22:35:05.822962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.824460"], ["updated_at", "2019-02-12 22:35:05.824460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.826059"], ["updated_at", "2019-02-12 22:35:05.826059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.827711"], ["updated_at", "2019-02-12 22:35:05.827711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.829415"], ["updated_at", "2019-02-12 22:35:05.829415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.831013"], ["updated_at", "2019-02-12 22:35:05.831013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.832599"], ["updated_at", "2019-02-12 22:35:05.832599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.834175"], ["updated_at", "2019-02-12 22:35:05.834175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.835745"], ["updated_at", "2019-02-12 22:35:05.835745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.837363"], ["updated_at", "2019-02-12 22:35:05.837363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.838879"], ["updated_at", "2019-02-12 22:35:05.838879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.840457"], ["updated_at", "2019-02-12 22:35:05.840457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.841988"], ["updated_at", "2019-02-12 22:35:05.841988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.843784"], ["updated_at", "2019-02-12 22:35:05.843784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.845366"], ["updated_at", "2019-02-12 22:35:05.845366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.846832"], ["updated_at", "2019-02-12 22:35:05.846832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.848323"], ["updated_at", "2019-02-12 22:35:05.848323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.849814"], ["updated_at", "2019-02-12 22:35:05.849814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.851294"], ["updated_at", "2019-02-12 22:35:05.851294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.852946"], ["updated_at", "2019-02-12 22:35:05.852946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.854620"], ["updated_at", "2019-02-12 22:35:05.854620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.856147"], ["updated_at", "2019-02-12 22:35:05.856147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.857662"], ["updated_at", "2019-02-12 22:35:05.857662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.859675"], ["updated_at", "2019-02-12 22:35:05.859675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.861493"], ["updated_at", "2019-02-12 22:35:05.861493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.863034"], ["updated_at", "2019-02-12 22:35:05.863034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.864797"], ["updated_at", "2019-02-12 22:35:05.864797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.866386"], ["updated_at", "2019-02-12 22:35:05.866386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.867902"], ["updated_at", "2019-02-12 22:35:05.867902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.869611"], ["updated_at", "2019-02-12 22:35:05.869611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.871293"], ["updated_at", "2019-02-12 22:35:05.871293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.872900"], ["updated_at", "2019-02-12 22:35:05.872900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.874446"], ["updated_at", "2019-02-12 22:35:05.874446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.876142"], ["updated_at", "2019-02-12 22:35:05.876142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.877978"], ["updated_at", "2019-02-12 22:35:05.877978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.879567"], ["updated_at", "2019-02-12 22:35:05.879567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.881098"], ["updated_at", "2019-02-12 22:35:05.881098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.882629"], ["updated_at", "2019-02-12 22:35:05.882629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.884148"], ["updated_at", "2019-02-12 22:35:05.884148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.885718"], ["updated_at", "2019-02-12 22:35:05.885718"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.887452"], ["updated_at", "2019-02-12 22:35:05.887452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.888997"], ["updated_at", "2019-02-12 22:35:05.888997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.890516"], ["updated_at", "2019-02-12 22:35:05.890516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.892100"], ["updated_at", "2019-02-12 22:35:05.892100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.893864"], ["updated_at", "2019-02-12 22:35:05.893864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.895654"], ["updated_at", "2019-02-12 22:35:05.895654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.897243"], ["updated_at", "2019-02-12 22:35:05.897243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.898972"], ["updated_at", "2019-02-12 22:35:05.898972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.900605"], ["updated_at", "2019-02-12 22:35:05.900605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.902165"], ["updated_at", "2019-02-12 22:35:05.902165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.903763"], ["updated_at", "2019-02-12 22:35:05.903763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.905384"], ["updated_at", "2019-02-12 22:35:05.905384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.906905"], ["updated_at", "2019-02-12 22:35:05.906905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.908414"], ["updated_at", "2019-02-12 22:35:05.908414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.910252"], ["updated_at", "2019-02-12 22:35:05.910252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.912054"], ["updated_at", "2019-02-12 22:35:05.912054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.913656"], ["updated_at", "2019-02-12 22:35:05.913656"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.918435"], ["updated_at", "2019-02-12 22:35:05.918435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.921708"], ["updated_at", "2019-02-12 22:35:05.921708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.923535"], ["updated_at", "2019-02-12 22:35:05.923535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.925116"], ["updated_at", "2019-02-12 22:35:05.925116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.926867"], ["updated_at", "2019-02-12 22:35:05.926867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.928570"], ["updated_at", "2019-02-12 22:35:05.928570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.930253"], ["updated_at", "2019-02-12 22:35:05.930253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.931989"], ["updated_at", "2019-02-12 22:35:05.931989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.933953"], ["updated_at", "2019-02-12 22:35:05.933953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.935641"], ["updated_at", "2019-02-12 22:35:05.935641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.937377"], ["updated_at", "2019-02-12 22:35:05.937377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.939018"], ["updated_at", "2019-02-12 22:35:05.939018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.940680"], ["updated_at", "2019-02-12 22:35:05.940680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.942337"], ["updated_at", "2019-02-12 22:35:05.942337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.944276"], ["updated_at", "2019-02-12 22:35:05.944276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.946197"], ["updated_at", "2019-02-12 22:35:05.946197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.947838"], ["updated_at", "2019-02-12 22:35:05.947838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.949380"], ["updated_at", "2019-02-12 22:35:05.949380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.950959"], ["updated_at", "2019-02-12 22:35:05.950959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.952544"], ["updated_at", "2019-02-12 22:35:05.952544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.954360"], ["updated_at", "2019-02-12 22:35:05.954360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.956106"], ["updated_at", "2019-02-12 22:35:05.956106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.958457"], ["updated_at", "2019-02-12 22:35:05.958457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.961222"], ["updated_at", "2019-02-12 22:35:05.961222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.963260"], ["updated_at", "2019-02-12 22:35:05.963260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.965427"], ["updated_at", "2019-02-12 22:35:05.965427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.967563"], ["updated_at", "2019-02-12 22:35:05.967563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.969992"], ["updated_at", "2019-02-12 22:35:05.969992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.972409"], ["updated_at", "2019-02-12 22:35:05.972409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.974725"], ["updated_at", "2019-02-12 22:35:05.974725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.977277"], ["updated_at", "2019-02-12 22:35:05.977277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.979536"], ["updated_at", "2019-02-12 22:35:05.979536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.981521"], ["updated_at", "2019-02-12 22:35:05.981521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.983251"], ["updated_at", "2019-02-12 22:35:05.983251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.985193"], ["updated_at", "2019-02-12 22:35:05.985193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.987053"], ["updated_at", "2019-02-12 22:35:05.987053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.988839"], ["updated_at", "2019-02-12 22:35:05.988839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.990649"], ["updated_at", "2019-02-12 22:35:05.990649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.993214"], ["updated_at", "2019-02-12 22:35:05.993214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:05.997293"], ["updated_at", "2019-02-12 22:35:05.997293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.000797"], ["updated_at", "2019-02-12 22:35:06.000797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.003397"], ["updated_at", "2019-02-12 22:35:06.003397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.005995"], ["updated_at", "2019-02-12 22:35:06.005995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.008158"], ["updated_at", "2019-02-12 22:35:06.008158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.010830"], ["updated_at", "2019-02-12 22:35:06.010830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.013235"], ["updated_at", "2019-02-12 22:35:06.013235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.015799"], ["updated_at", "2019-02-12 22:35:06.015799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.018524"], ["updated_at", "2019-02-12 22:35:06.018524"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.020833"], ["updated_at", "2019-02-12 22:35:06.020833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.022972"], ["updated_at", "2019-02-12 22:35:06.022972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.025549"], ["updated_at", "2019-02-12 22:35:06.025549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.028060"], ["updated_at", "2019-02-12 22:35:06.028060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.030257"], ["updated_at", "2019-02-12 22:35:06.030257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.032383"], ["updated_at", "2019-02-12 22:35:06.032383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.034890"], ["updated_at", "2019-02-12 22:35:06.034890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.037309"], ["updated_at", "2019-02-12 22:35:06.037309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.039474"], ["updated_at", "2019-02-12 22:35:06.039474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.041641"], ["updated_at", "2019-02-12 22:35:06.041641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.044080"], ["updated_at", "2019-02-12 22:35:06.044080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.046234"], ["updated_at", "2019-02-12 22:35:06.046234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.048694"], ["updated_at", "2019-02-12 22:35:06.048694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.053320"], ["updated_at", "2019-02-12 22:35:06.053320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.055862"], ["updated_at", "2019-02-12 22:35:06.055862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.058925"], ["updated_at", "2019-02-12 22:35:06.058925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.062653"], ["updated_at", "2019-02-12 22:35:06.062653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.065060"], ["updated_at", "2019-02-12 22:35:06.065060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.067559"], ["updated_at", "2019-02-12 22:35:06.067559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.070070"], ["updated_at", "2019-02-12 22:35:06.070070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.072267"], ["updated_at", "2019-02-12 22:35:06.072267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.074427"], ["updated_at", "2019-02-12 22:35:06.074427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.076659"], ["updated_at", "2019-02-12 22:35:06.076659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.078960"], ["updated_at", "2019-02-12 22:35:06.078960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.081166"], ["updated_at", "2019-02-12 22:35:06.081166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.083327"], ["updated_at", "2019-02-12 22:35:06.083327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.085447"], ["updated_at", "2019-02-12 22:35:06.085447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.087736"], ["updated_at", "2019-02-12 22:35:06.087736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.090916"], ["updated_at", "2019-02-12 22:35:06.090916"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.098077"], ["updated_at", "2019-02-12 22:35:06.098077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.099907"], ["updated_at", "2019-02-12 22:35:06.099907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.101465"], ["updated_at", "2019-02-12 22:35:06.101465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.103171"], ["updated_at", "2019-02-12 22:35:06.103171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.104847"], ["updated_at", "2019-02-12 22:35:06.104847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.106516"], ["updated_at", "2019-02-12 22:35:06.106516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.108636"], ["updated_at", "2019-02-12 22:35:06.108636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.110369"], ["updated_at", "2019-02-12 22:35:06.110369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.112008"], ["updated_at", "2019-02-12 22:35:06.112008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.113816"], ["updated_at", "2019-02-12 22:35:06.113816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.115474"], ["updated_at", "2019-02-12 22:35:06.115474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.117069"], ["updated_at", "2019-02-12 22:35:06.117069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.118788"], ["updated_at", "2019-02-12 22:35:06.118788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.120591"], ["updated_at", "2019-02-12 22:35:06.120591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.122334"], ["updated_at", "2019-02-12 22:35:06.122334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.124070"], ["updated_at", "2019-02-12 22:35:06.124070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.125605"], ["updated_at", "2019-02-12 22:35:06.125605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.127392"], ["updated_at", "2019-02-12 22:35:06.127392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.128938"], ["updated_at", "2019-02-12 22:35:06.128938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.130603"], ["updated_at", "2019-02-12 22:35:06.130603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.132283"], ["updated_at", "2019-02-12 22:35:06.132283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.133858"], ["updated_at", "2019-02-12 22:35:06.133858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.135388"], ["updated_at", "2019-02-12 22:35:06.135388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.137128"], ["updated_at", "2019-02-12 22:35:06.137128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.138753"], ["updated_at", "2019-02-12 22:35:06.138753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.140283"], ["updated_at", "2019-02-12 22:35:06.140283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.141832"], ["updated_at", "2019-02-12 22:35:06.141832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.143845"], ["updated_at", "2019-02-12 22:35:06.143845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.145441"], ["updated_at", "2019-02-12 22:35:06.145441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.147071"], ["updated_at", "2019-02-12 22:35:06.147071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.148694"], ["updated_at", "2019-02-12 22:35:06.148694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.150247"], ["updated_at", "2019-02-12 22:35:06.150247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.151842"], ["updated_at", "2019-02-12 22:35:06.151842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.153625"], ["updated_at", "2019-02-12 22:35:06.153625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.155366"], ["updated_at", "2019-02-12 22:35:06.155366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.157501"], ["updated_at", "2019-02-12 22:35:06.157501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.159230"], ["updated_at", "2019-02-12 22:35:06.159230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.160972"], ["updated_at", "2019-02-12 22:35:06.160972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.162707"], ["updated_at", "2019-02-12 22:35:06.162707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.164264"], ["updated_at", "2019-02-12 22:35:06.164264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.166048"], ["updated_at", "2019-02-12 22:35:06.166048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.167660"], ["updated_at", "2019-02-12 22:35:06.167660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.169252"], ["updated_at", "2019-02-12 22:35:06.169252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.171110"], ["updated_at", "2019-02-12 22:35:06.171110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.172706"], ["updated_at", "2019-02-12 22:35:06.172706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.174282"], ["updated_at", "2019-02-12 22:35:06.174282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.175862"], ["updated_at", "2019-02-12 22:35:06.175862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.177692"], ["updated_at", "2019-02-12 22:35:06.177692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.179252"], ["updated_at", "2019-02-12 22:35:06.179252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.180833"], ["updated_at", "2019-02-12 22:35:06.180833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.182672"], ["updated_at", "2019-02-12 22:35:06.182672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.184542"], ["updated_at", "2019-02-12 22:35:06.184542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.186362"], ["updated_at", "2019-02-12 22:35:06.186362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.188135"], ["updated_at", "2019-02-12 22:35:06.188135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.189871"], ["updated_at", "2019-02-12 22:35:06.189871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.191390"], ["updated_at", "2019-02-12 22:35:06.191390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.192946"], ["updated_at", "2019-02-12 22:35:06.192946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.194692"], ["updated_at", "2019-02-12 22:35:06.194692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.196266"], ["updated_at", "2019-02-12 22:35:06.196266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.197791"], ["updated_at", "2019-02-12 22:35:06.197791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.199318"], ["updated_at", "2019-02-12 22:35:06.199318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.201051"], ["updated_at", "2019-02-12 22:35:06.201051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.202868"], ["updated_at", "2019-02-12 22:35:06.202868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.204514"], ["updated_at", "2019-02-12 22:35:06.204514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.206208"], ["updated_at", "2019-02-12 22:35:06.206208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.207953"], ["updated_at", "2019-02-12 22:35:06.207953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.209812"], ["updated_at", "2019-02-12 22:35:06.209812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.211871"], ["updated_at", "2019-02-12 22:35:06.211871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.213608"], ["updated_at", "2019-02-12 22:35:06.213608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.215209"], ["updated_at", "2019-02-12 22:35:06.215209"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.216800"], ["updated_at", "2019-02-12 22:35:06.216800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.218377"], ["updated_at", "2019-02-12 22:35:06.218377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.220375"], ["updated_at", "2019-02-12 22:35:06.220375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.222216"], ["updated_at", "2019-02-12 22:35:06.222216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.224023"], ["updated_at", "2019-02-12 22:35:06.224023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.225659"], ["updated_at", "2019-02-12 22:35:06.225659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.227393"], ["updated_at", "2019-02-12 22:35:06.227393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.228976"], ["updated_at", "2019-02-12 22:35:06.228976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.230591"], ["updated_at", "2019-02-12 22:35:06.230591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.232179"], ["updated_at", "2019-02-12 22:35:06.232179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.233795"], ["updated_at", "2019-02-12 22:35:06.233795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.235513"], ["updated_at", "2019-02-12 22:35:06.235513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.237282"], ["updated_at", "2019-02-12 22:35:06.237282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.239033"], ["updated_at", "2019-02-12 22:35:06.239033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.240729"], ["updated_at", "2019-02-12 22:35:06.240729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.242459"], ["updated_at", "2019-02-12 22:35:06.242459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.244307"], ["updated_at", "2019-02-12 22:35:06.244307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.246083"], ["updated_at", "2019-02-12 22:35:06.246083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.248507"], ["updated_at", "2019-02-12 22:35:06.248507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.250294"], ["updated_at", "2019-02-12 22:35:06.250294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.252049"], ["updated_at", "2019-02-12 22:35:06.252049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.254067"], ["updated_at", "2019-02-12 22:35:06.254067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.255867"], ["updated_at", "2019-02-12 22:35:06.255867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.257591"], ["updated_at", "2019-02-12 22:35:06.257591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.261720"], ["updated_at", "2019-02-12 22:35:06.261720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.263462"], ["updated_at", "2019-02-12 22:35:06.263462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.265106"], ["updated_at", "2019-02-12 22:35:06.265106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.266675"], ["updated_at", "2019-02-12 22:35:06.266675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.268278"], ["updated_at", "2019-02-12 22:35:06.268278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.270019"], ["updated_at", "2019-02-12 22:35:06.270019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.272487"], ["updated_at", "2019-02-12 22:35:06.272487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.274405"], ["updated_at", "2019-02-12 22:35:06.274405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.276247"], ["updated_at", "2019-02-12 22:35:06.276247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.278039"], ["updated_at", "2019-02-12 22:35:06.278039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.279603"], ["updated_at", "2019-02-12 22:35:06.279603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.281184"], ["updated_at", "2019-02-12 22:35:06.281184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.282913"], ["updated_at", "2019-02-12 22:35:06.282913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.284526"], ["updated_at", "2019-02-12 22:35:06.284526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.286049"], ["updated_at", "2019-02-12 22:35:06.286049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.287781"], ["updated_at", "2019-02-12 22:35:06.287781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.289338"], ["updated_at", "2019-02-12 22:35:06.289338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.290851"], ["updated_at", "2019-02-12 22:35:06.290851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.292587"], ["updated_at", "2019-02-12 22:35:06.292587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.294404"], ["updated_at", "2019-02-12 22:35:06.294404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.295925"], ["updated_at", "2019-02-12 22:35:06.295925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.297472"], ["updated_at", "2019-02-12 22:35:06.297472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.298988"], ["updated_at", "2019-02-12 22:35:06.298988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.300497"], ["updated_at", "2019-02-12 22:35:06.300497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.302052"], ["updated_at", "2019-02-12 22:35:06.302052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.304210"], ["updated_at", "2019-02-12 22:35:06.304210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.305996"], ["updated_at", "2019-02-12 22:35:06.305996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.307749"], ["updated_at", "2019-02-12 22:35:06.307749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.309317"], ["updated_at", "2019-02-12 22:35:06.309317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.311003"], ["updated_at", "2019-02-12 22:35:06.311003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.312591"], ["updated_at", "2019-02-12 22:35:06.312591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.314160"], ["updated_at", "2019-02-12 22:35:06.314160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.315756"], ["updated_at", "2019-02-12 22:35:06.315756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.317507"], ["updated_at", "2019-02-12 22:35:06.317507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.319415"], ["updated_at", "2019-02-12 22:35:06.319415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.321103"], ["updated_at", "2019-02-12 22:35:06.321103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.322580"], ["updated_at", "2019-02-12 22:35:06.322580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.324076"], ["updated_at", "2019-02-12 22:35:06.324076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.325549"], ["updated_at", "2019-02-12 22:35:06.325549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.327341"], ["updated_at", "2019-02-12 22:35:06.327341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.329274"], ["updated_at", "2019-02-12 22:35:06.329274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.330863"], ["updated_at", "2019-02-12 22:35:06.330863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.332395"], ["updated_at", "2019-02-12 22:35:06.332395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.333898"], ["updated_at", "2019-02-12 22:35:06.333898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.335448"], ["updated_at", "2019-02-12 22:35:06.335448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.337255"], ["updated_at", "2019-02-12 22:35:06.337255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.338942"], ["updated_at", "2019-02-12 22:35:06.338942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.340775"], ["updated_at", "2019-02-12 22:35:06.340775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.342294"], ["updated_at", "2019-02-12 22:35:06.342294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.343962"], ["updated_at", "2019-02-12 22:35:06.343962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.345537"], ["updated_at", "2019-02-12 22:35:06.345537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.347030"], ["updated_at", "2019-02-12 22:35:06.347030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.348544"], ["updated_at", "2019-02-12 22:35:06.348544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.350080"], ["updated_at", "2019-02-12 22:35:06.350080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.351714"], ["updated_at", "2019-02-12 22:35:06.351714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.353550"], ["updated_at", "2019-02-12 22:35:06.353550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.355470"], ["updated_at", "2019-02-12 22:35:06.355470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.357487"], ["updated_at", "2019-02-12 22:35:06.357487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.359136"], ["updated_at", "2019-02-12 22:35:06.359136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.360734"], ["updated_at", "2019-02-12 22:35:06.360734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.362229"], ["updated_at", "2019-02-12 22:35:06.362229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.363955"], ["updated_at", "2019-02-12 22:35:06.363955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.365542"], ["updated_at", "2019-02-12 22:35:06.365542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.367101"], ["updated_at", "2019-02-12 22:35:06.367101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.368929"], ["updated_at", "2019-02-12 22:35:06.368929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.370579"], ["updated_at", "2019-02-12 22:35:06.370579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.372119"], ["updated_at", "2019-02-12 22:35:06.372119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.381025"], ["updated_at", "2019-02-12 22:35:06.381025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.386872"], ["updated_at", "2019-02-12 22:35:06.386872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.389085"], ["updated_at", "2019-02-12 22:35:06.389085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.391071"], ["updated_at", "2019-02-12 22:35:06.391071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.392787"], ["updated_at", "2019-02-12 22:35:06.392787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.394440"], ["updated_at", "2019-02-12 22:35:06.394440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.396006"], ["updated_at", "2019-02-12 22:35:06.396006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.397663"], ["updated_at", "2019-02-12 22:35:06.397663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.399297"], ["updated_at", "2019-02-12 22:35:06.399297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.400956"], ["updated_at", "2019-02-12 22:35:06.400956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.402524"], ["updated_at", "2019-02-12 22:35:06.402524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.404300"], ["updated_at", "2019-02-12 22:35:06.404300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.405939"], ["updated_at", "2019-02-12 22:35:06.405939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.407487"], ["updated_at", "2019-02-12 22:35:06.407487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.409259"], ["updated_at", "2019-02-12 22:35:06.409259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.410971"], ["updated_at", "2019-02-12 22:35:06.410971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.412517"], ["updated_at", "2019-02-12 22:35:06.412517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.417115"], ["updated_at", "2019-02-12 22:35:06.417115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.418744"], ["updated_at", "2019-02-12 22:35:06.418744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.420765"], ["updated_at", "2019-02-12 22:35:06.420765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.422917"], ["updated_at", "2019-02-12 22:35:06.422917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.424572"], ["updated_at", "2019-02-12 22:35:06.424572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.426229"], ["updated_at", "2019-02-12 22:35:06.426229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.428408"], ["updated_at", "2019-02-12 22:35:06.428408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.430602"], ["updated_at", "2019-02-12 22:35:06.430602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.432427"], ["updated_at", "2019-02-12 22:35:06.432427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.434105"], ["updated_at", "2019-02-12 22:35:06.434105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.435822"], ["updated_at", "2019-02-12 22:35:06.435822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.437619"], ["updated_at", "2019-02-12 22:35:06.437619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.439214"], ["updated_at", "2019-02-12 22:35:06.439214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.440725"], ["updated_at", "2019-02-12 22:35:06.440725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.442273"], ["updated_at", "2019-02-12 22:35:06.442273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.444181"], ["updated_at", "2019-02-12 22:35:06.444181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.445882"], ["updated_at", "2019-02-12 22:35:06.445882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.447352"], ["updated_at", "2019-02-12 22:35:06.447352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.448906"], ["updated_at", "2019-02-12 22:35:06.448906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.450448"], ["updated_at", "2019-02-12 22:35:06.450448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.452022"], ["updated_at", "2019-02-12 22:35:06.452022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.453695"], ["updated_at", "2019-02-12 22:35:06.453695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.455383"], ["updated_at", "2019-02-12 22:35:06.455383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.456964"], ["updated_at", "2019-02-12 22:35:06.456964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.458476"], ["updated_at", "2019-02-12 22:35:06.458476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.460055"], ["updated_at", "2019-02-12 22:35:06.460055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.461638"], ["updated_at", "2019-02-12 22:35:06.461638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.463427"], ["updated_at", "2019-02-12 22:35:06.463427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.464991"], ["updated_at", "2019-02-12 22:35:06.464991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.466512"], ["updated_at", "2019-02-12 22:35:06.466512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.468668"], ["updated_at", "2019-02-12 22:35:06.468668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.470828"], ["updated_at", "2019-02-12 22:35:06.470828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.472542"], ["updated_at", "2019-02-12 22:35:06.472542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.474090"], ["updated_at", "2019-02-12 22:35:06.474090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.475760"], ["updated_at", "2019-02-12 22:35:06.475760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.477589"], ["updated_at", "2019-02-12 22:35:06.477589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.479333"], ["updated_at", "2019-02-12 22:35:06.479333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.481052"], ["updated_at", "2019-02-12 22:35:06.481052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.482629"], ["updated_at", "2019-02-12 22:35:06.482629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.484126"], ["updated_at", "2019-02-12 22:35:06.484126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.485930"], ["updated_at", "2019-02-12 22:35:06.485930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.487600"], ["updated_at", "2019-02-12 22:35:06.487600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.489112"], ["updated_at", "2019-02-12 22:35:06.489112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.491173"], ["updated_at", "2019-02-12 22:35:06.491173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.493193"], ["updated_at", "2019-02-12 22:35:06.493193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.494800"], ["updated_at", "2019-02-12 22:35:06.494800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.496289"], ["updated_at", "2019-02-12 22:35:06.496289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.497777"], ["updated_at", "2019-02-12 22:35:06.497777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.499369"], ["updated_at", "2019-02-12 22:35:06.499369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.501195"], ["updated_at", "2019-02-12 22:35:06.501195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.503163"], ["updated_at", "2019-02-12 22:35:06.503163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.504717"], ["updated_at", "2019-02-12 22:35:06.504717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.506209"], ["updated_at", "2019-02-12 22:35:06.506209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.507739"], ["updated_at", "2019-02-12 22:35:06.507739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.509413"], ["updated_at", "2019-02-12 22:35:06.509413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.511155"], ["updated_at", "2019-02-12 22:35:06.511155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.512784"], ["updated_at", "2019-02-12 22:35:06.512784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.514537"], ["updated_at", "2019-02-12 22:35:06.514537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.516173"], ["updated_at", "2019-02-12 22:35:06.516173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.517772"], ["updated_at", "2019-02-12 22:35:06.517772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.519416"], ["updated_at", "2019-02-12 22:35:06.519416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.521108"], ["updated_at", "2019-02-12 22:35:06.521108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.522661"], ["updated_at", "2019-02-12 22:35:06.522661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.524186"], ["updated_at", "2019-02-12 22:35:06.524186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.525893"], ["updated_at", "2019-02-12 22:35:06.525893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.527620"], ["updated_at", "2019-02-12 22:35:06.527620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.529187"], ["updated_at", "2019-02-12 22:35:06.529187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.530681"], ["updated_at", "2019-02-12 22:35:06.530681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.532270"], ["updated_at", "2019-02-12 22:35:06.532270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.533961"], ["updated_at", "2019-02-12 22:35:06.533961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.535807"], ["updated_at", "2019-02-12 22:35:06.535807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.537657"], ["updated_at", "2019-02-12 22:35:06.537657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.539220"], ["updated_at", "2019-02-12 22:35:06.539220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.540712"], ["updated_at", "2019-02-12 22:35:06.540712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.542310"], ["updated_at", "2019-02-12 22:35:06.542310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.543944"], ["updated_at", "2019-02-12 22:35:06.543944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.545482"], ["updated_at", "2019-02-12 22:35:06.545482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.547014"], ["updated_at", "2019-02-12 22:35:06.547014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.548893"], ["updated_at", "2019-02-12 22:35:06.548893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.550580"], ["updated_at", "2019-02-12 22:35:06.550580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.552207"], ["updated_at", "2019-02-12 22:35:06.552207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.553984"], ["updated_at", "2019-02-12 22:35:06.553984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.555646"], ["updated_at", "2019-02-12 22:35:06.555646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.557207"], ["updated_at", "2019-02-12 22:35:06.557207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.558829"], ["updated_at", "2019-02-12 22:35:06.558829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.563000"], ["updated_at", "2019-02-12 22:35:06.563000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.564723"], ["updated_at", "2019-02-12 22:35:06.564723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.566354"], ["updated_at", "2019-02-12 22:35:06.566354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.567991"], ["updated_at", "2019-02-12 22:35:06.567991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.569505"], ["updated_at", "2019-02-12 22:35:06.569505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.571194"], ["updated_at", "2019-02-12 22:35:06.571194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.572931"], ["updated_at", "2019-02-12 22:35:06.572931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.574443"], ["updated_at", "2019-02-12 22:35:06.574443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.576001"], ["updated_at", "2019-02-12 22:35:06.576001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.577600"], ["updated_at", "2019-02-12 22:35:06.577600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.579397"], ["updated_at", "2019-02-12 22:35:06.579397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.580946"], ["updated_at", "2019-02-12 22:35:06.580946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.582468"], ["updated_at", "2019-02-12 22:35:06.582468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.584111"], ["updated_at", "2019-02-12 22:35:06.584111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.585693"], ["updated_at", "2019-02-12 22:35:06.585693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.587303"], ["updated_at", "2019-02-12 22:35:06.587303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.588795"], ["updated_at", "2019-02-12 22:35:06.588795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.590506"], ["updated_at", "2019-02-12 22:35:06.590506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.592159"], ["updated_at", "2019-02-12 22:35:06.592159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.593918"], ["updated_at", "2019-02-12 22:35:06.593918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.595740"], ["updated_at", "2019-02-12 22:35:06.595740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.597295"], ["updated_at", "2019-02-12 22:35:06.597295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.598817"], ["updated_at", "2019-02-12 22:35:06.598817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.600336"], ["updated_at", "2019-02-12 22:35:06.600336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.601847"], ["updated_at", "2019-02-12 22:35:06.601847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.603425"], ["updated_at", "2019-02-12 22:35:06.603425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.605070"], ["updated_at", "2019-02-12 22:35:06.605070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.606747"], ["updated_at", "2019-02-12 22:35:06.606747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.608297"], ["updated_at", "2019-02-12 22:35:06.608297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.609893"], ["updated_at", "2019-02-12 22:35:06.609893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.611453"], ["updated_at", "2019-02-12 22:35:06.611453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.612915"], ["updated_at", "2019-02-12 22:35:06.612915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.614488"], ["updated_at", "2019-02-12 22:35:06.614488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.616161"], ["updated_at", "2019-02-12 22:35:06.616161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.617710"], ["updated_at", "2019-02-12 22:35:06.617710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.619605"], ["updated_at", "2019-02-12 22:35:06.619605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.621822"], ["updated_at", "2019-02-12 22:35:06.621822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.623998"], ["updated_at", "2019-02-12 22:35:06.623998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.626389"], ["updated_at", "2019-02-12 22:35:06.626389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.628545"], ["updated_at", "2019-02-12 22:35:06.628545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.630899"], ["updated_at", "2019-02-12 22:35:06.630899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.633303"], ["updated_at", "2019-02-12 22:35:06.633303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.635787"], ["updated_at", "2019-02-12 22:35:06.635787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.637926"], ["updated_at", "2019-02-12 22:35:06.637926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.639883"], ["updated_at", "2019-02-12 22:35:06.639883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.642111"], ["updated_at", "2019-02-12 22:35:06.642111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.644617"], ["updated_at", "2019-02-12 22:35:06.644617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.646775"], ["updated_at", "2019-02-12 22:35:06.646775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.649186"], ["updated_at", "2019-02-12 22:35:06.649186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.651646"], ["updated_at", "2019-02-12 22:35:06.651646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.654104"], ["updated_at", "2019-02-12 22:35:06.654104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.656429"], ["updated_at", "2019-02-12 22:35:06.656429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.658702"], ["updated_at", "2019-02-12 22:35:06.658702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.660820"], ["updated_at", "2019-02-12 22:35:06.660820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.662934"], ["updated_at", "2019-02-12 22:35:06.662934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.664886"], ["updated_at", "2019-02-12 22:35:06.664886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.666567"], ["updated_at", "2019-02-12 22:35:06.666567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.668112"], ["updated_at", "2019-02-12 22:35:06.668112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.669715"], ["updated_at", "2019-02-12 22:35:06.669715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.671471"], ["updated_at", "2019-02-12 22:35:06.671471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.673034"], ["updated_at", "2019-02-12 22:35:06.673034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.674609"], ["updated_at", "2019-02-12 22:35:06.674609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.676354"], ["updated_at", "2019-02-12 22:35:06.676354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.678008"], ["updated_at", "2019-02-12 22:35:06.678008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.679582"], ["updated_at", "2019-02-12 22:35:06.679582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.681131"], ["updated_at", "2019-02-12 22:35:06.681131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.682795"], ["updated_at", "2019-02-12 22:35:06.682795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.684462"], ["updated_at", "2019-02-12 22:35:06.684462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.686279"], ["updated_at", "2019-02-12 22:35:06.686279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.688010"], ["updated_at", "2019-02-12 22:35:06.688010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.689595"], ["updated_at", "2019-02-12 22:35:06.689595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.691448"], ["updated_at", "2019-02-12 22:35:06.691448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.693187"], ["updated_at", "2019-02-12 22:35:06.693187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.694996"], ["updated_at", "2019-02-12 22:35:06.694996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.696689"], ["updated_at", "2019-02-12 22:35:06.696689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.698240"], ["updated_at", "2019-02-12 22:35:06.698240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.700043"], ["updated_at", "2019-02-12 22:35:06.700043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.701767"], ["updated_at", "2019-02-12 22:35:06.701767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.703526"], ["updated_at", "2019-02-12 22:35:06.703526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.705166"], ["updated_at", "2019-02-12 22:35:06.705166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.706705"], ["updated_at", "2019-02-12 22:35:06.706705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.711447"], ["updated_at", "2019-02-12 22:35:06.711447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.713058"], ["updated_at", "2019-02-12 22:35:06.713058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.714644"], ["updated_at", "2019-02-12 22:35:06.714644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.716250"], ["updated_at", "2019-02-12 22:35:06.716250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.717966"], ["updated_at", "2019-02-12 22:35:06.717966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.719609"], ["updated_at", "2019-02-12 22:35:06.719609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.721271"], ["updated_at", "2019-02-12 22:35:06.721271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.722910"], ["updated_at", "2019-02-12 22:35:06.722910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.724482"], ["updated_at", "2019-02-12 22:35:06.724482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.726020"], ["updated_at", "2019-02-12 22:35:06.726020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.727745"], ["updated_at", "2019-02-12 22:35:06.727745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.729306"], ["updated_at", "2019-02-12 22:35:06.729306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.730794"], ["updated_at", "2019-02-12 22:35:06.730794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.732305"], ["updated_at", "2019-02-12 22:35:06.732305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.734028"], ["updated_at", "2019-02-12 22:35:06.734028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.735716"], ["updated_at", "2019-02-12 22:35:06.735716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.737373"], ["updated_at", "2019-02-12 22:35:06.737373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.738891"], ["updated_at", "2019-02-12 22:35:06.738891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.740540"], ["updated_at", "2019-02-12 22:35:06.740540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.742107"], ["updated_at", "2019-02-12 22:35:06.742107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.744056"], ["updated_at", "2019-02-12 22:35:06.744056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.745766"], ["updated_at", "2019-02-12 22:35:06.745766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.747380"], ["updated_at", "2019-02-12 22:35:06.747380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.748934"], ["updated_at", "2019-02-12 22:35:06.748934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.750491"], ["updated_at", "2019-02-12 22:35:06.750491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.752298"], ["updated_at", "2019-02-12 22:35:06.752298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.754440"], ["updated_at", "2019-02-12 22:35:06.754440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.756071"], ["updated_at", "2019-02-12 22:35:06.756071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.757757"], ["updated_at", "2019-02-12 22:35:06.757757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.759424"], ["updated_at", "2019-02-12 22:35:06.759424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.760982"], ["updated_at", "2019-02-12 22:35:06.760982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.762448"], ["updated_at", "2019-02-12 22:35:06.762448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.763958"], ["updated_at", "2019-02-12 22:35:06.763958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.765460"], ["updated_at", "2019-02-12 22:35:06.765460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.766971"], ["updated_at", "2019-02-12 22:35:06.766971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.768467"], ["updated_at", "2019-02-12 22:35:06.768467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.770484"], ["updated_at", "2019-02-12 22:35:06.770484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.772193"], ["updated_at", "2019-02-12 22:35:06.772193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.773818"], ["updated_at", "2019-02-12 22:35:06.773818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.775425"], ["updated_at", "2019-02-12 22:35:06.775425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.777216"], ["updated_at", "2019-02-12 22:35:06.777216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.778917"], ["updated_at", "2019-02-12 22:35:06.778917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.780694"], ["updated_at", "2019-02-12 22:35:06.780694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.782481"], ["updated_at", "2019-02-12 22:35:06.782481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.784061"], ["updated_at", "2019-02-12 22:35:06.784061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.785624"], ["updated_at", "2019-02-12 22:35:06.785624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.787390"], ["updated_at", "2019-02-12 22:35:06.787390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.789036"], ["updated_at", "2019-02-12 22:35:06.789036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.790596"], ["updated_at", "2019-02-12 22:35:06.790596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.792312"], ["updated_at", "2019-02-12 22:35:06.792312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.794040"], ["updated_at", "2019-02-12 22:35:06.794040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.795574"], ["updated_at", "2019-02-12 22:35:06.795574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.797158"], ["updated_at", "2019-02-12 22:35:06.797158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.798733"], ["updated_at", "2019-02-12 22:35:06.798733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.800291"], ["updated_at", "2019-02-12 22:35:06.800291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.801893"], ["updated_at", "2019-02-12 22:35:06.801893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.803742"], ["updated_at", "2019-02-12 22:35:06.803742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.805407"], ["updated_at", "2019-02-12 22:35:06.805407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.806948"], ["updated_at", "2019-02-12 22:35:06.806948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.808480"], ["updated_at", "2019-02-12 22:35:06.808480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.810123"], ["updated_at", "2019-02-12 22:35:06.810123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.811798"], ["updated_at", "2019-02-12 22:35:06.811798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.813339"], ["updated_at", "2019-02-12 22:35:06.813339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.814915"], ["updated_at", "2019-02-12 22:35:06.814915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.816757"], ["updated_at", "2019-02-12 22:35:06.816757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.818394"], ["updated_at", "2019-02-12 22:35:06.818394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.820308"], ["updated_at", "2019-02-12 22:35:06.820308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.823162"], ["updated_at", "2019-02-12 22:35:06.823162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.824840"], ["updated_at", "2019-02-12 22:35:06.824840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.826747"], ["updated_at", "2019-02-12 22:35:06.826747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.828666"], ["updated_at", "2019-02-12 22:35:06.828666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.830354"], ["updated_at", "2019-02-12 22:35:06.830354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.832068"], ["updated_at", "2019-02-12 22:35:06.832068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.833848"], ["updated_at", "2019-02-12 22:35:06.833848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.835645"], ["updated_at", "2019-02-12 22:35:06.835645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.837502"], ["updated_at", "2019-02-12 22:35:06.837502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.839191"], ["updated_at", "2019-02-12 22:35:06.839191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.843293"], ["updated_at", "2019-02-12 22:35:06.843293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.844972"], ["updated_at", "2019-02-12 22:35:06.844972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.846505"], ["updated_at", "2019-02-12 22:35:06.846505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.848079"], ["updated_at", "2019-02-12 22:35:06.848079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.849677"], ["updated_at", "2019-02-12 22:35:06.849677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.851461"], ["updated_at", "2019-02-12 22:35:06.851461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.853257"], ["updated_at", "2019-02-12 22:35:06.853257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.854982"], ["updated_at", "2019-02-12 22:35:06.854982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.856664"], ["updated_at", "2019-02-12 22:35:06.856664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.858230"], ["updated_at", "2019-02-12 22:35:06.858230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.859958"], ["updated_at", "2019-02-12 22:35:06.859958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.861590"], ["updated_at", "2019-02-12 22:35:06.861590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.863792"], ["updated_at", "2019-02-12 22:35:06.863792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.865438"], ["updated_at", "2019-02-12 22:35:06.865438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.866953"], ["updated_at", "2019-02-12 22:35:06.866953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.868473"], ["updated_at", "2019-02-12 22:35:06.868473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.870090"], ["updated_at", "2019-02-12 22:35:06.870090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.871707"], ["updated_at", "2019-02-12 22:35:06.871707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.873306"], ["updated_at", "2019-02-12 22:35:06.873306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.874945"], ["updated_at", "2019-02-12 22:35:06.874945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.876670"], ["updated_at", "2019-02-12 22:35:06.876670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.878239"], ["updated_at", "2019-02-12 22:35:06.878239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.879764"], ["updated_at", "2019-02-12 22:35:06.879764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.881520"], ["updated_at", "2019-02-12 22:35:06.881520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.883190"], ["updated_at", "2019-02-12 22:35:06.883190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.884763"], ["updated_at", "2019-02-12 22:35:06.884763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.886806"], ["updated_at", "2019-02-12 22:35:06.886806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.889576"], ["updated_at", "2019-02-12 22:35:06.889576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.891144"], ["updated_at", "2019-02-12 22:35:06.891144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.893080"], ["updated_at", "2019-02-12 22:35:06.893080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.894735"], ["updated_at", "2019-02-12 22:35:06.894735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.896274"], ["updated_at", "2019-02-12 22:35:06.896274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.898036"], ["updated_at", "2019-02-12 22:35:06.898036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.899602"], ["updated_at", "2019-02-12 22:35:06.899602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.901195"], ["updated_at", "2019-02-12 22:35:06.901195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.902890"], ["updated_at", "2019-02-12 22:35:06.902890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.904560"], ["updated_at", "2019-02-12 22:35:06.904560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.906058"], ["updated_at", "2019-02-12 22:35:06.906058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.907601"], ["updated_at", "2019-02-12 22:35:06.907601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.909251"], ["updated_at", "2019-02-12 22:35:06.909251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.910943"], ["updated_at", "2019-02-12 22:35:06.910943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.912527"], ["updated_at", "2019-02-12 22:35:06.912527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 15ms (Views: 8.2ms | ActiveRecord: 0.4ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.933090"], ["updated_at", "2019-02-12 22:35:06.933090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.935741"], ["updated_at", "2019-02-12 22:35:06.935741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.937948"], ["updated_at", "2019-02-12 22:35:06.937948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.939720"], ["updated_at", "2019-02-12 22:35:06.939720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.941399"], ["updated_at", "2019-02-12 22:35:06.941399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.943669"], ["updated_at", "2019-02-12 22:35:06.943669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.947558"], ["updated_at", "2019-02-12 22:35:06.947558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.949174"], ["updated_at", "2019-02-12 22:35:06.949174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.950692"], ["updated_at", "2019-02-12 22:35:06.950692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.952203"], ["updated_at", "2019-02-12 22:35:06.952203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.953821"], ["updated_at", "2019-02-12 22:35:06.953821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.960463"], ["updated_at", "2019-02-12 22:35:06.960463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.966023"], ["updated_at", "2019-02-12 22:35:06.966023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.969034"], ["updated_at", "2019-02-12 22:35:06.969034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.971322"], ["updated_at", "2019-02-12 22:35:06.971322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.979649"], ["updated_at", "2019-02-12 22:35:06.979649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.984302"], ["updated_at", "2019-02-12 22:35:06.984302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:06.990781"], ["updated_at", "2019-02-12 22:35:06.990781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.993546"], ["updated_at", "2019-02-12 22:35:06.993546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:06.995528"], ["updated_at", "2019-02-12 22:35:06.995528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.008722"], ["updated_at", "2019-02-12 22:35:07.008722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.015239"], ["updated_at", "2019-02-12 22:35:07.015239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.018240"], ["updated_at", "2019-02-12 22:35:07.018240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.023496"], ["updated_at", "2019-02-12 22:35:07.023496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.026533"], ["updated_at", "2019-02-12 22:35:07.026533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:35:07.028876"], ["updated_at", "2019-02-12 22:35:07.028876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.033965"], ["updated_at", "2019-02-12 22:35:07.033965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.040155"], ["updated_at", "2019-02-12 22:35:07.040155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.042737"], ["updated_at", "2019-02-12 22:35:07.042737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:07.046339"], ["updated_at", "2019-02-12 22:35:07.047345"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:07.050085"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.054464"], ["updated_at", "2019-02-12 22:35:07.054464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.056729"], ["updated_at", "2019-02-12 22:35:07.056729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:07.062889"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.066378"], ["updated_at", "2019-02-12 22:35:07.066378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.068820"], ["updated_at", "2019-02-12 22:35:07.068820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.077708"], ["updated_at", "2019-02-12 22:35:07.077708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.079921"], ["updated_at", "2019-02-12 22:35:07.079921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:07.085169"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.088969"], ["updated_at", "2019-02-12 22:35:07.088969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.091372"], ["updated_at", "2019-02-12 22:35:07.091372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:07.092208"], ["updated_at", "2019-02-12 22:35:07.093205"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:35:07.099090"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:07.100879"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.104580"], ["updated_at", "2019-02-12 22:35:07.104580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.107217"], ["updated_at", "2019-02-12 22:35:07.107217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.114576"], ["updated_at", "2019-02-12 22:35:07.114576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.116935"], ["updated_at", "2019-02-12 22:35:07.116935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.118376"], ["updated_at", "2019-02-12 22:35:07.118376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:35:07.120369"], ["updated_at", "2019-02-12 22:35:07.120369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.204652"], ["updated_at", "2019-02-12 22:35:07.204652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:35:07 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:07.216370"], ["updated_at", "2019-02-12 22:35:07.216370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:07.222713"], ["updated_at", "2019-02-12 22:35:07.222713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:35:07 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.1ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.4ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 16ms (Views: 0.2ms | ActiveRecord: 1.6ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:56.853583"], ["updated_at", "2019-02-12 22:35:56.853583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.882663"], ["updated_at", "2019-02-12 22:35:56.882663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.884596"], ["updated_at", "2019-02-12 22:35:56.884596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.886331"], ["updated_at", "2019-02-12 22:35:56.886331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.888659"], ["updated_at", "2019-02-12 22:35:56.888659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.890640"], ["updated_at", "2019-02-12 22:35:56.890640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.893349"], ["updated_at", "2019-02-12 22:35:56.893349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.895202"], ["updated_at", "2019-02-12 22:35:56.895202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.898425"], ["updated_at", "2019-02-12 22:35:56.898425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.900597"], ["updated_at", "2019-02-12 22:35:56.900597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.902638"], ["updated_at", "2019-02-12 22:35:56.902638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.904466"], ["updated_at", "2019-02-12 22:35:56.904466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.906168"], ["updated_at", "2019-02-12 22:35:56.906168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.907897"], ["updated_at", "2019-02-12 22:35:56.907897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.910302"], ["updated_at", "2019-02-12 22:35:56.910302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.912431"], ["updated_at", "2019-02-12 22:35:56.912431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.914296"], ["updated_at", "2019-02-12 22:35:56.914296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.915975"], ["updated_at", "2019-02-12 22:35:56.915975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.917578"], ["updated_at", "2019-02-12 22:35:56.917578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.919517"], ["updated_at", "2019-02-12 22:35:56.919517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.921909"], ["updated_at", "2019-02-12 22:35:56.921909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.923823"], ["updated_at", "2019-02-12 22:35:56.923823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.928216"], ["updated_at", "2019-02-12 22:35:56.928216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.932080"], ["updated_at", "2019-02-12 22:35:56.932080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.934036"], ["updated_at", "2019-02-12 22:35:56.934036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.935932"], ["updated_at", "2019-02-12 22:35:56.935932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.937769"], ["updated_at", "2019-02-12 22:35:56.937769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.939633"], ["updated_at", "2019-02-12 22:35:56.939633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.941453"], ["updated_at", "2019-02-12 22:35:56.941453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.943799"], ["updated_at", "2019-02-12 22:35:56.943799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.945940"], ["updated_at", "2019-02-12 22:35:56.945940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.947627"], ["updated_at", "2019-02-12 22:35:56.947627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.949290"], ["updated_at", "2019-02-12 22:35:56.949290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.950977"], ["updated_at", "2019-02-12 22:35:56.950977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.952699"], ["updated_at", "2019-02-12 22:35:56.952699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.954513"], ["updated_at", "2019-02-12 22:35:56.954513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.956248"], ["updated_at", "2019-02-12 22:35:56.956248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.957838"], ["updated_at", "2019-02-12 22:35:56.957838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.959419"], ["updated_at", "2019-02-12 22:35:56.959419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.961382"], ["updated_at", "2019-02-12 22:35:56.961382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.963165"], ["updated_at", "2019-02-12 22:35:56.963165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.964749"], ["updated_at", "2019-02-12 22:35:56.964749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.966533"], ["updated_at", "2019-02-12 22:35:56.966533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.968789"], ["updated_at", "2019-02-12 22:35:56.968789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.970595"], ["updated_at", "2019-02-12 22:35:56.970595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.972369"], ["updated_at", "2019-02-12 22:35:56.972369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.974096"], ["updated_at", "2019-02-12 22:35:56.974096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.975732"], ["updated_at", "2019-02-12 22:35:56.975732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.977767"], ["updated_at", "2019-02-12 22:35:56.977767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.979539"], ["updated_at", "2019-02-12 22:35:56.979539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.981104"], ["updated_at", "2019-02-12 22:35:56.981104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.982651"], ["updated_at", "2019-02-12 22:35:56.982651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.984477"], ["updated_at", "2019-02-12 22:35:56.984477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.986314"], ["updated_at", "2019-02-12 22:35:56.986314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.988096"], ["updated_at", "2019-02-12 22:35:56.988096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.989824"], ["updated_at", "2019-02-12 22:35:56.989824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.995689"], ["updated_at", "2019-02-12 22:35:56.995689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:56.999915"], ["updated_at", "2019-02-12 22:35:56.999915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.002304"], ["updated_at", "2019-02-12 22:35:57.002304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.004451"], ["updated_at", "2019-02-12 22:35:57.004451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.006353"], ["updated_at", "2019-02-12 22:35:57.006353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.008502"], ["updated_at", "2019-02-12 22:35:57.008502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.014381"], ["updated_at", "2019-02-12 22:35:57.014381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.016269"], ["updated_at", "2019-02-12 22:35:57.016269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.018032"], ["updated_at", "2019-02-12 22:35:57.018032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.020034"], ["updated_at", "2019-02-12 22:35:57.020034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.021902"], ["updated_at", "2019-02-12 22:35:57.021902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.023589"], ["updated_at", "2019-02-12 22:35:57.023589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.025172"], ["updated_at", "2019-02-12 22:35:57.025172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.026850"], ["updated_at", "2019-02-12 22:35:57.026850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.028606"], ["updated_at", "2019-02-12 22:35:57.028606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.030266"], ["updated_at", "2019-02-12 22:35:57.030266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.031867"], ["updated_at", "2019-02-12 22:35:57.031867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.033565"], ["updated_at", "2019-02-12 22:35:57.033565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.035228"], ["updated_at", "2019-02-12 22:35:57.035228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.037020"], ["updated_at", "2019-02-12 22:35:57.037020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.038637"], ["updated_at", "2019-02-12 22:35:57.038637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.040205"], ["updated_at", "2019-02-12 22:35:57.040205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.042538"], ["updated_at", "2019-02-12 22:35:57.042538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.044797"], ["updated_at", "2019-02-12 22:35:57.044797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.046549"], ["updated_at", "2019-02-12 22:35:57.046549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.048137"], ["updated_at", "2019-02-12 22:35:57.048137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.049692"], ["updated_at", "2019-02-12 22:35:57.049692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.051266"], ["updated_at", "2019-02-12 22:35:57.051266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.053572"], ["updated_at", "2019-02-12 22:35:57.053572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.055682"], ["updated_at", "2019-02-12 22:35:57.055682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.057591"], ["updated_at", "2019-02-12 22:35:57.057591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.062196"], ["updated_at", "2019-02-12 22:35:57.062196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.066500"], ["updated_at", "2019-02-12 22:35:57.066500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.068785"], ["updated_at", "2019-02-12 22:35:57.068785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.070640"], ["updated_at", "2019-02-12 22:35:57.070640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.072484"], ["updated_at", "2019-02-12 22:35:57.072484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.074256"], ["updated_at", "2019-02-12 22:35:57.074256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.075922"], ["updated_at", "2019-02-12 22:35:57.075922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.080310"], ["updated_at", "2019-02-12 22:35:57.080310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.082520"], ["updated_at", "2019-02-12 22:35:57.082520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.084293"], ["updated_at", "2019-02-12 22:35:57.084293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.086150"], ["updated_at", "2019-02-12 22:35:57.086150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.088104"], ["updated_at", "2019-02-12 22:35:57.088104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.090108"], ["updated_at", "2019-02-12 22:35:57.090108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.094761"], ["updated_at", "2019-02-12 22:35:57.094761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.099185"], ["updated_at", "2019-02-12 22:35:57.099185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.101677"], ["updated_at", "2019-02-12 22:35:57.101677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.103480"], ["updated_at", "2019-02-12 22:35:57.103480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.105161"], ["updated_at", "2019-02-12 22:35:57.105161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.106863"], ["updated_at", "2019-02-12 22:35:57.106863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.108480"], ["updated_at", "2019-02-12 22:35:57.108480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.110110"], ["updated_at", "2019-02-12 22:35:57.110110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.113306"], ["updated_at", "2019-02-12 22:35:57.113306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.115211"], ["updated_at", "2019-02-12 22:35:57.115211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.116958"], ["updated_at", "2019-02-12 22:35:57.116958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.118636"], ["updated_at", "2019-02-12 22:35:57.118636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.120519"], ["updated_at", "2019-02-12 22:35:57.120519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.122148"], ["updated_at", "2019-02-12 22:35:57.122148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.123990"], ["updated_at", "2019-02-12 22:35:57.123990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.128485"], ["updated_at", "2019-02-12 22:35:57.128485"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.132112"], ["updated_at", "2019-02-12 22:35:57.132112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.134270"], ["updated_at", "2019-02-12 22:35:57.134270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.136417"], ["updated_at", "2019-02-12 22:35:57.136417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.138114"], ["updated_at", "2019-02-12 22:35:57.138114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.139834"], ["updated_at", "2019-02-12 22:35:57.139834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.141496"], ["updated_at", "2019-02-12 22:35:57.141496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.143511"], ["updated_at", "2019-02-12 22:35:57.143511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.145472"], ["updated_at", "2019-02-12 22:35:57.145472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.147326"], ["updated_at", "2019-02-12 22:35:57.147326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.148970"], ["updated_at", "2019-02-12 22:35:57.148970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.150627"], ["updated_at", "2019-02-12 22:35:57.150627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.152234"], ["updated_at", "2019-02-12 22:35:57.152234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.154692"], ["updated_at", "2019-02-12 22:35:57.154692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.156551"], ["updated_at", "2019-02-12 22:35:57.156551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.160863"], ["updated_at", "2019-02-12 22:35:57.160863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.164122"], ["updated_at", "2019-02-12 22:35:57.164122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.167231"], ["updated_at", "2019-02-12 22:35:57.167231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.169903"], ["updated_at", "2019-02-12 22:35:57.169903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.171773"], ["updated_at", "2019-02-12 22:35:57.171773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.173604"], ["updated_at", "2019-02-12 22:35:57.173604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.175356"], ["updated_at", "2019-02-12 22:35:57.175356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.177032"], ["updated_at", "2019-02-12 22:35:57.177032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.179688"], ["updated_at", "2019-02-12 22:35:57.179688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.182212"], ["updated_at", "2019-02-12 22:35:57.182212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.184027"], ["updated_at", "2019-02-12 22:35:57.184027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.185811"], ["updated_at", "2019-02-12 22:35:57.185811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.187682"], ["updated_at", "2019-02-12 22:35:57.187682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.189376"], ["updated_at", "2019-02-12 22:35:57.189376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.194153"], ["updated_at", "2019-02-12 22:35:57.194153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.197084"], ["updated_at", "2019-02-12 22:35:57.197084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.199906"], ["updated_at", "2019-02-12 22:35:57.199906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.202117"], ["updated_at", "2019-02-12 22:35:57.202117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.204488"], ["updated_at", "2019-02-12 22:35:57.204488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.206455"], ["updated_at", "2019-02-12 22:35:57.206455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.208167"], ["updated_at", "2019-02-12 22:35:57.208167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.210027"], ["updated_at", "2019-02-12 22:35:57.210027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.212012"], ["updated_at", "2019-02-12 22:35:57.212012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.213953"], ["updated_at", "2019-02-12 22:35:57.213953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.215704"], ["updated_at", "2019-02-12 22:35:57.215704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.217381"], ["updated_at", "2019-02-12 22:35:57.217381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.218978"], ["updated_at", "2019-02-12 22:35:57.218978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.221126"], ["updated_at", "2019-02-12 22:35:57.221126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.222904"], ["updated_at", "2019-02-12 22:35:57.222904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.224782"], ["updated_at", "2019-02-12 22:35:57.224782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.226550"], ["updated_at", "2019-02-12 22:35:57.226550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.228560"], ["updated_at", "2019-02-12 22:35:57.228560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.230263"], ["updated_at", "2019-02-12 22:35:57.230263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.231871"], ["updated_at", "2019-02-12 22:35:57.231871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.233851"], ["updated_at", "2019-02-12 22:35:57.233851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.235996"], ["updated_at", "2019-02-12 22:35:57.235996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.237856"], ["updated_at", "2019-02-12 22:35:57.237856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.239672"], ["updated_at", "2019-02-12 22:35:57.239672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.241465"], ["updated_at", "2019-02-12 22:35:57.241465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.243101"], ["updated_at", "2019-02-12 22:35:57.243101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.245106"], ["updated_at", "2019-02-12 22:35:57.245106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.246894"], ["updated_at", "2019-02-12 22:35:57.246894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.252151"], ["updated_at", "2019-02-12 22:35:57.252151"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.254024"], ["updated_at", "2019-02-12 22:35:57.254024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.255728"], ["updated_at", "2019-02-12 22:35:57.255728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.257362"], ["updated_at", "2019-02-12 22:35:57.257362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.259194"], ["updated_at", "2019-02-12 22:35:57.259194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.261297"], ["updated_at", "2019-02-12 22:35:57.261297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.263277"], ["updated_at", "2019-02-12 22:35:57.263277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.265256"], ["updated_at", "2019-02-12 22:35:57.265256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.267027"], ["updated_at", "2019-02-12 22:35:57.267027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.268669"], ["updated_at", "2019-02-12 22:35:57.268669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.270582"], ["updated_at", "2019-02-12 22:35:57.270582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.272223"], ["updated_at", "2019-02-12 22:35:57.272223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.273988"], ["updated_at", "2019-02-12 22:35:57.273988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.275635"], ["updated_at", "2019-02-12 22:35:57.275635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.277394"], ["updated_at", "2019-02-12 22:35:57.277394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.279120"], ["updated_at", "2019-02-12 22:35:57.279120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.280943"], ["updated_at", "2019-02-12 22:35:57.280943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.282645"], ["updated_at", "2019-02-12 22:35:57.282645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.284277"], ["updated_at", "2019-02-12 22:35:57.284277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.286207"], ["updated_at", "2019-02-12 22:35:57.286207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.288002"], ["updated_at", "2019-02-12 22:35:57.288002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.289830"], ["updated_at", "2019-02-12 22:35:57.289830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.291938"], ["updated_at", "2019-02-12 22:35:57.291938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.293754"], ["updated_at", "2019-02-12 22:35:57.293754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.295938"], ["updated_at", "2019-02-12 22:35:57.295938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.297929"], ["updated_at", "2019-02-12 22:35:57.297929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.299655"], ["updated_at", "2019-02-12 22:35:57.299655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.301293"], ["updated_at", "2019-02-12 22:35:57.301293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.303111"], ["updated_at", "2019-02-12 22:35:57.303111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.304834"], ["updated_at", "2019-02-12 22:35:57.304834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.306439"], ["updated_at", "2019-02-12 22:35:57.306439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.308023"], ["updated_at", "2019-02-12 22:35:57.308023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.309738"], ["updated_at", "2019-02-12 22:35:57.309738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.311764"], ["updated_at", "2019-02-12 22:35:57.311764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.313617"], ["updated_at", "2019-02-12 22:35:57.313617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.315408"], ["updated_at", "2019-02-12 22:35:57.315408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.317028"], ["updated_at", "2019-02-12 22:35:57.317028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.318585"], ["updated_at", "2019-02-12 22:35:57.318585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.320572"], ["updated_at", "2019-02-12 22:35:57.320572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.322255"], ["updated_at", "2019-02-12 22:35:57.322255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.324111"], ["updated_at", "2019-02-12 22:35:57.324111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.325875"], ["updated_at", "2019-02-12 22:35:57.325875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.327678"], ["updated_at", "2019-02-12 22:35:57.327678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.329331"], ["updated_at", "2019-02-12 22:35:57.329331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.330953"], ["updated_at", "2019-02-12 22:35:57.330953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.332892"], ["updated_at", "2019-02-12 22:35:57.332892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.337186"], ["updated_at", "2019-02-12 22:35:57.337186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.339550"], ["updated_at", "2019-02-12 22:35:57.339550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.341189"], ["updated_at", "2019-02-12 22:35:57.341189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.342651"], ["updated_at", "2019-02-12 22:35:57.342651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.344830"], ["updated_at", "2019-02-12 22:35:57.344830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.346692"], ["updated_at", "2019-02-12 22:35:57.346692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.348956"], ["updated_at", "2019-02-12 22:35:57.348956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.350878"], ["updated_at", "2019-02-12 22:35:57.350878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.352759"], ["updated_at", "2019-02-12 22:35:57.352759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.354463"], ["updated_at", "2019-02-12 22:35:57.354463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.356215"], ["updated_at", "2019-02-12 22:35:57.356215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.357869"], ["updated_at", "2019-02-12 22:35:57.357869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.360238"], ["updated_at", "2019-02-12 22:35:57.360238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.362327"], ["updated_at", "2019-02-12 22:35:57.362327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.363999"], ["updated_at", "2019-02-12 22:35:57.363999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.365629"], ["updated_at", "2019-02-12 22:35:57.365629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.367306"], ["updated_at", "2019-02-12 22:35:57.367306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.369104"], ["updated_at", "2019-02-12 22:35:57.369104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.371337"], ["updated_at", "2019-02-12 22:35:57.371337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.373547"], ["updated_at", "2019-02-12 22:35:57.373547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.375432"], ["updated_at", "2019-02-12 22:35:57.375432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.377526"], ["updated_at", "2019-02-12 22:35:57.377526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.381077"], ["updated_at", "2019-02-12 22:35:57.381077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.383651"], ["updated_at", "2019-02-12 22:35:57.383651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.385793"], ["updated_at", "2019-02-12 22:35:57.385793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.387527"], ["updated_at", "2019-02-12 22:35:57.387527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.389235"], ["updated_at", "2019-02-12 22:35:57.389235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.391227"], ["updated_at", "2019-02-12 22:35:57.391227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.393459"], ["updated_at", "2019-02-12 22:35:57.393459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.395898"], ["updated_at", "2019-02-12 22:35:57.395898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.397679"], ["updated_at", "2019-02-12 22:35:57.397679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.399362"], ["updated_at", "2019-02-12 22:35:57.399362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.401003"], ["updated_at", "2019-02-12 22:35:57.401003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.403141"], ["updated_at", "2019-02-12 22:35:57.403141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.405556"], ["updated_at", "2019-02-12 22:35:57.405556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.407556"], ["updated_at", "2019-02-12 22:35:57.407556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.409355"], ["updated_at", "2019-02-12 22:35:57.409355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.411300"], ["updated_at", "2019-02-12 22:35:57.411300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.413173"], ["updated_at", "2019-02-12 22:35:57.413173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.414976"], ["updated_at", "2019-02-12 22:35:57.414976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.417272"], ["updated_at", "2019-02-12 22:35:57.417272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.419271"], ["updated_at", "2019-02-12 22:35:57.419271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.421030"], ["updated_at", "2019-02-12 22:35:57.421030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.422688"], ["updated_at", "2019-02-12 22:35:57.422688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.424341"], ["updated_at", "2019-02-12 22:35:57.424341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.426290"], ["updated_at", "2019-02-12 22:35:57.426290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.429152"], ["updated_at", "2019-02-12 22:35:57.429152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.431005"], ["updated_at", "2019-02-12 22:35:57.431005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.432725"], ["updated_at", "2019-02-12 22:35:57.432725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.434358"], ["updated_at", "2019-02-12 22:35:57.434358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.436321"], ["updated_at", "2019-02-12 22:35:57.436321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.438523"], ["updated_at", "2019-02-12 22:35:57.438523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.440765"], ["updated_at", "2019-02-12 22:35:57.440765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.442646"], ["updated_at", "2019-02-12 22:35:57.442646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.444640"], ["updated_at", "2019-02-12 22:35:57.444640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.446563"], ["updated_at", "2019-02-12 22:35:57.446563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.448379"], ["updated_at", "2019-02-12 22:35:57.448379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.450238"], ["updated_at", "2019-02-12 22:35:57.450238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.455310"], ["updated_at", "2019-02-12 22:35:57.455310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.457015"], ["updated_at", "2019-02-12 22:35:57.457015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.458616"], ["updated_at", "2019-02-12 22:35:57.458616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.461098"], ["updated_at", "2019-02-12 22:35:57.461098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.462945"], ["updated_at", "2019-02-12 22:35:57.462945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.464594"], ["updated_at", "2019-02-12 22:35:57.464594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.466388"], ["updated_at", "2019-02-12 22:35:57.466388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.468039"], ["updated_at", "2019-02-12 22:35:57.468039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.469646"], ["updated_at", "2019-02-12 22:35:57.469646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.471361"], ["updated_at", "2019-02-12 22:35:57.471361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.473214"], ["updated_at", "2019-02-12 22:35:57.473214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.474866"], ["updated_at", "2019-02-12 22:35:57.474866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.476484"], ["updated_at", "2019-02-12 22:35:57.476484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.478193"], ["updated_at", "2019-02-12 22:35:57.478193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.479759"], ["updated_at", "2019-02-12 22:35:57.479759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.481286"], ["updated_at", "2019-02-12 22:35:57.481286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.482996"], ["updated_at", "2019-02-12 22:35:57.482996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.484797"], ["updated_at", "2019-02-12 22:35:57.484797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.486507"], ["updated_at", "2019-02-12 22:35:57.486507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.488108"], ["updated_at", "2019-02-12 22:35:57.488108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.489775"], ["updated_at", "2019-02-12 22:35:57.489775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.491364"], ["updated_at", "2019-02-12 22:35:57.491364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.493120"], ["updated_at", "2019-02-12 22:35:57.493120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.495167"], ["updated_at", "2019-02-12 22:35:57.495167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.496857"], ["updated_at", "2019-02-12 22:35:57.496857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.498467"], ["updated_at", "2019-02-12 22:35:57.498467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.499979"], ["updated_at", "2019-02-12 22:35:57.499979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.501473"], ["updated_at", "2019-02-12 22:35:57.501473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.503118"], ["updated_at", "2019-02-12 22:35:57.503118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.505008"], ["updated_at", "2019-02-12 22:35:57.505008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.507521"], ["updated_at", "2019-02-12 22:35:57.507521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.509368"], ["updated_at", "2019-02-12 22:35:57.509368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.511232"], ["updated_at", "2019-02-12 22:35:57.511232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.512982"], ["updated_at", "2019-02-12 22:35:57.512982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.514671"], ["updated_at", "2019-02-12 22:35:57.514671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.516247"], ["updated_at", "2019-02-12 22:35:57.516247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.518834"], ["updated_at", "2019-02-12 22:35:57.518834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.520776"], ["updated_at", "2019-02-12 22:35:57.520776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.522469"], ["updated_at", "2019-02-12 22:35:57.522469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.524110"], ["updated_at", "2019-02-12 22:35:57.524110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.525670"], ["updated_at", "2019-02-12 22:35:57.525670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.527345"], ["updated_at", "2019-02-12 22:35:57.527345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.529863"], ["updated_at", "2019-02-12 22:35:57.529863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.531729"], ["updated_at", "2019-02-12 22:35:57.531729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.533359"], ["updated_at", "2019-02-12 22:35:57.533359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.534976"], ["updated_at", "2019-02-12 22:35:57.534976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.536660"], ["updated_at", "2019-02-12 22:35:57.536660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.538335"], ["updated_at", "2019-02-12 22:35:57.538335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.540821"], ["updated_at", "2019-02-12 22:35:57.540821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.542795"], ["updated_at", "2019-02-12 22:35:57.542795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.544516"], ["updated_at", "2019-02-12 22:35:57.544516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.546177"], ["updated_at", "2019-02-12 22:35:57.546177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.547738"], ["updated_at", "2019-02-12 22:35:57.547738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.549410"], ["updated_at", "2019-02-12 22:35:57.549410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.551675"], ["updated_at", "2019-02-12 22:35:57.551675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.553742"], ["updated_at", "2019-02-12 22:35:57.553742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.555559"], ["updated_at", "2019-02-12 22:35:57.555559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.557211"], ["updated_at", "2019-02-12 22:35:57.557211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.558827"], ["updated_at", "2019-02-12 22:35:57.558827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.560410"], ["updated_at", "2019-02-12 22:35:57.560410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.562768"], ["updated_at", "2019-02-12 22:35:57.562768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.564829"], ["updated_at", "2019-02-12 22:35:57.564829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.566550"], ["updated_at", "2019-02-12 22:35:57.566550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.568185"], ["updated_at", "2019-02-12 22:35:57.568185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.569864"], ["updated_at", "2019-02-12 22:35:57.569864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.571692"], ["updated_at", "2019-02-12 22:35:57.571692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.574000"], ["updated_at", "2019-02-12 22:35:57.574000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.576093"], ["updated_at", "2019-02-12 22:35:57.576093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.578039"], ["updated_at", "2019-02-12 22:35:57.578039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.579826"], ["updated_at", "2019-02-12 22:35:57.579826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.581681"], ["updated_at", "2019-02-12 22:35:57.581681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.583392"], ["updated_at", "2019-02-12 22:35:57.583392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.585925"], ["updated_at", "2019-02-12 22:35:57.585925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.587917"], ["updated_at", "2019-02-12 22:35:57.587917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.589859"], ["updated_at", "2019-02-12 22:35:57.589859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.594847"], ["updated_at", "2019-02-12 22:35:57.594847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.599104"], ["updated_at", "2019-02-12 22:35:57.599104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.601188"], ["updated_at", "2019-02-12 22:35:57.601188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.603184"], ["updated_at", "2019-02-12 22:35:57.603184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.605013"], ["updated_at", "2019-02-12 22:35:57.605013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.607110"], ["updated_at", "2019-02-12 22:35:57.607110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.609415"], ["updated_at", "2019-02-12 22:35:57.609415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.611538"], ["updated_at", "2019-02-12 22:35:57.611538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.613315"], ["updated_at", "2019-02-12 22:35:57.613315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.614965"], ["updated_at", "2019-02-12 22:35:57.614965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.616651"], ["updated_at", "2019-02-12 22:35:57.616651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.618576"], ["updated_at", "2019-02-12 22:35:57.618576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.620375"], ["updated_at", "2019-02-12 22:35:57.620375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.622175"], ["updated_at", "2019-02-12 22:35:57.622175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.627087"], ["updated_at", "2019-02-12 22:35:57.627087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.629435"], ["updated_at", "2019-02-12 22:35:57.629435"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.633482"], ["updated_at", "2019-02-12 22:35:57.633482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.635899"], ["updated_at", "2019-02-12 22:35:57.635899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.637755"], ["updated_at", "2019-02-12 22:35:57.637755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.639625"], ["updated_at", "2019-02-12 22:35:57.639625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.641698"], ["updated_at", "2019-02-12 22:35:57.641698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.643510"], ["updated_at", "2019-02-12 22:35:57.643510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.645603"], ["updated_at", "2019-02-12 22:35:57.645603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.649611"], ["updated_at", "2019-02-12 22:35:57.649611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.651299"], ["updated_at", "2019-02-12 22:35:57.651299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.653244"], ["updated_at", "2019-02-12 22:35:57.653244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.655065"], ["updated_at", "2019-02-12 22:35:57.655065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.656724"], ["updated_at", "2019-02-12 22:35:57.656724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.661531"], ["updated_at", "2019-02-12 22:35:57.661531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.665266"], ["updated_at", "2019-02-12 22:35:57.665266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.667215"], ["updated_at", "2019-02-12 22:35:57.667215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.669210"], ["updated_at", "2019-02-12 22:35:57.669210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.670989"], ["updated_at", "2019-02-12 22:35:57.670989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.672658"], ["updated_at", "2019-02-12 22:35:57.672658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.674531"], ["updated_at", "2019-02-12 22:35:57.674531"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.676251"], ["updated_at", "2019-02-12 22:35:57.676251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.677969"], ["updated_at", "2019-02-12 22:35:57.677969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.679602"], ["updated_at", "2019-02-12 22:35:57.679602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.681213"], ["updated_at", "2019-02-12 22:35:57.681213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.682807"], ["updated_at", "2019-02-12 22:35:57.682807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.684399"], ["updated_at", "2019-02-12 22:35:57.684399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.686216"], ["updated_at", "2019-02-12 22:35:57.686216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.687932"], ["updated_at", "2019-02-12 22:35:57.687932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.689531"], ["updated_at", "2019-02-12 22:35:57.689531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.691134"], ["updated_at", "2019-02-12 22:35:57.691134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.696065"], ["updated_at", "2019-02-12 22:35:57.696065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.699848"], ["updated_at", "2019-02-12 22:35:57.699848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.701785"], ["updated_at", "2019-02-12 22:35:57.701785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.703662"], ["updated_at", "2019-02-12 22:35:57.703662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.705377"], ["updated_at", "2019-02-12 22:35:57.705377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:57.728354"], ["updated_at", "2019-02-12 22:35:57.728354"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.733061"], ["updated_at", "2019-02-12 22:35:57.733061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.735459"], ["updated_at", "2019-02-12 22:35:57.735459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.737161"], ["updated_at", "2019-02-12 22:35:57.737161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.738821"], ["updated_at", "2019-02-12 22:35:57.738821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.740464"], ["updated_at", "2019-02-12 22:35:57.740464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.742204"], ["updated_at", "2019-02-12 22:35:57.742204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.743799"], ["updated_at", "2019-02-12 22:35:57.743799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.745797"], ["updated_at", "2019-02-12 22:35:57.745797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.747414"], ["updated_at", "2019-02-12 22:35:57.747414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.748978"], ["updated_at", "2019-02-12 22:35:57.748978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.750838"], ["updated_at", "2019-02-12 22:35:57.750838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.752605"], ["updated_at", "2019-02-12 22:35:57.752605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.754467"], ["updated_at", "2019-02-12 22:35:57.754467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.756110"], ["updated_at", "2019-02-12 22:35:57.756110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.757841"], ["updated_at", "2019-02-12 22:35:57.757841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.760181"], ["updated_at", "2019-02-12 22:35:57.760181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.762494"], ["updated_at", "2019-02-12 22:35:57.762494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.765529"], ["updated_at", "2019-02-12 22:35:57.765529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.767525"], ["updated_at", "2019-02-12 22:35:57.767525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.769401"], ["updated_at", "2019-02-12 22:35:57.769401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.771103"], ["updated_at", "2019-02-12 22:35:57.771103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.772739"], ["updated_at", "2019-02-12 22:35:57.772739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.774702"], ["updated_at", "2019-02-12 22:35:57.774702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.776730"], ["updated_at", "2019-02-12 22:35:57.776730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.778606"], ["updated_at", "2019-02-12 22:35:57.778606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.780232"], ["updated_at", "2019-02-12 22:35:57.780232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.781779"], ["updated_at", "2019-02-12 22:35:57.781779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.783515"], ["updated_at", "2019-02-12 22:35:57.783515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.785495"], ["updated_at", "2019-02-12 22:35:57.785495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.787366"], ["updated_at", "2019-02-12 22:35:57.787366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.789059"], ["updated_at", "2019-02-12 22:35:57.789059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.790668"], ["updated_at", "2019-02-12 22:35:57.790668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.795116"], ["updated_at", "2019-02-12 22:35:57.795116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.798601"], ["updated_at", "2019-02-12 22:35:57.798601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.800811"], ["updated_at", "2019-02-12 22:35:57.800811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.802638"], ["updated_at", "2019-02-12 22:35:57.802638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.804397"], ["updated_at", "2019-02-12 22:35:57.804397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.806060"], ["updated_at", "2019-02-12 22:35:57.806060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.807961"], ["updated_at", "2019-02-12 22:35:57.807961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.809862"], ["updated_at", "2019-02-12 22:35:57.809862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.811791"], ["updated_at", "2019-02-12 22:35:57.811791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.813578"], ["updated_at", "2019-02-12 22:35:57.813578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.815199"], ["updated_at", "2019-02-12 22:35:57.815199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.816775"], ["updated_at", "2019-02-12 22:35:57.816775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.818393"], ["updated_at", "2019-02-12 22:35:57.818393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.820240"], ["updated_at", "2019-02-12 22:35:57.820240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.822046"], ["updated_at", "2019-02-12 22:35:57.822046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.823786"], ["updated_at", "2019-02-12 22:35:57.823786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.825454"], ["updated_at", "2019-02-12 22:35:57.825454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.827327"], ["updated_at", "2019-02-12 22:35:57.827327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.829145"], ["updated_at", "2019-02-12 22:35:57.829145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.830872"], ["updated_at", "2019-02-12 22:35:57.830872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.833271"], ["updated_at", "2019-02-12 22:35:57.833271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.835160"], ["updated_at", "2019-02-12 22:35:57.835160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.839646"], ["updated_at", "2019-02-12 22:35:57.839646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.841507"], ["updated_at", "2019-02-12 22:35:57.841507"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.844118"], ["updated_at", "2019-02-12 22:35:57.844118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.846824"], ["updated_at", "2019-02-12 22:35:57.846824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.851302"], ["updated_at", "2019-02-12 22:35:57.851302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.855449"], ["updated_at", "2019-02-12 22:35:57.855449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.857240"], ["updated_at", "2019-02-12 22:35:57.857240"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.861509"], ["updated_at", "2019-02-12 22:35:57.861509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.863384"], ["updated_at", "2019-02-12 22:35:57.863384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.865344"], ["updated_at", "2019-02-12 22:35:57.865344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.867793"], ["updated_at", "2019-02-12 22:35:57.867793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.869670"], ["updated_at", "2019-02-12 22:35:57.869670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.871472"], ["updated_at", "2019-02-12 22:35:57.871472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.873218"], ["updated_at", "2019-02-12 22:35:57.873218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.874973"], ["updated_at", "2019-02-12 22:35:57.874973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.877109"], ["updated_at", "2019-02-12 22:35:57.877109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.879553"], ["updated_at", "2019-02-12 22:35:57.879553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.881659"], ["updated_at", "2019-02-12 22:35:57.881659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.884123"], ["updated_at", "2019-02-12 22:35:57.884123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.886004"], ["updated_at", "2019-02-12 22:35:57.886004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.887796"], ["updated_at", "2019-02-12 22:35:57.887796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.891448"], ["updated_at", "2019-02-12 22:35:57.891448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.897912"], ["updated_at", "2019-02-12 22:35:57.897912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.902147"], ["updated_at", "2019-02-12 22:35:57.902147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.905624"], ["updated_at", "2019-02-12 22:35:57.905624"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.911347"], ["updated_at", "2019-02-12 22:35:57.911347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.916424"], ["updated_at", "2019-02-12 22:35:57.916424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.921404"], ["updated_at", "2019-02-12 22:35:57.921404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.925933"], ["updated_at", "2019-02-12 22:35:57.925933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.932890"], ["updated_at", "2019-02-12 22:35:57.932890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.936225"], ["updated_at", "2019-02-12 22:35:57.936225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.938250"], ["updated_at", "2019-02-12 22:35:57.938250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.940147"], ["updated_at", "2019-02-12 22:35:57.940147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.945326"], ["updated_at", "2019-02-12 22:35:57.945326"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.950498"], ["updated_at", "2019-02-12 22:35:57.950498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.952871"], ["updated_at", "2019-02-12 22:35:57.952871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.954584"], ["updated_at", "2019-02-12 22:35:57.954584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.956734"], ["updated_at", "2019-02-12 22:35:57.956734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.962202"], ["updated_at", "2019-02-12 22:35:57.962202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.967295"], ["updated_at", "2019-02-12 22:35:57.967295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.969797"], ["updated_at", "2019-02-12 22:35:57.969797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.971698"], ["updated_at", "2019-02-12 22:35:57.971698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.973547"], ["updated_at", "2019-02-12 22:35:57.973547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.979141"], ["updated_at", "2019-02-12 22:35:57.979141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.984202"], ["updated_at", "2019-02-12 22:35:57.984202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.986517"], ["updated_at", "2019-02-12 22:35:57.986517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.988279"], ["updated_at", "2019-02-12 22:35:57.988279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.990538"], ["updated_at", "2019-02-12 22:35:57.990538"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:57.996670"], ["updated_at", "2019-02-12 22:35:57.996670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.001595"], ["updated_at", "2019-02-12 22:35:58.001595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.003899"], ["updated_at", "2019-02-12 22:35:58.003899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.005818"], ["updated_at", "2019-02-12 22:35:58.005818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.007972"], ["updated_at", "2019-02-12 22:35:58.007972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.016099"], ["updated_at", "2019-02-12 22:35:58.016099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.019091"], ["updated_at", "2019-02-12 22:35:58.019091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.021084"], ["updated_at", "2019-02-12 22:35:58.021084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.023007"], ["updated_at", "2019-02-12 22:35:58.023007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.025664"], ["updated_at", "2019-02-12 22:35:58.025664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.032713"], ["updated_at", "2019-02-12 22:35:58.032713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.035947"], ["updated_at", "2019-02-12 22:35:58.035947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.037896"], ["updated_at", "2019-02-12 22:35:58.037896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.039662"], ["updated_at", "2019-02-12 22:35:58.039662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.043538"], ["updated_at", "2019-02-12 22:35:58.043538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.049863"], ["updated_at", "2019-02-12 22:35:58.049863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.052509"], ["updated_at", "2019-02-12 22:35:58.052509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.054419"], ["updated_at", "2019-02-12 22:35:58.054419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.056120"], ["updated_at", "2019-02-12 22:35:58.056120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.061234"], ["updated_at", "2019-02-12 22:35:58.061234"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.067073"], ["updated_at", "2019-02-12 22:35:58.067073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.070401"], ["updated_at", "2019-02-12 22:35:58.070401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.072670"], ["updated_at", "2019-02-12 22:35:58.072670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.074671"], ["updated_at", "2019-02-12 22:35:58.074671"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.081031"], ["updated_at", "2019-02-12 22:35:58.081031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.085923"], ["updated_at", "2019-02-12 22:35:58.085923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.088700"], ["updated_at", "2019-02-12 22:35:58.088700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.093138"], ["updated_at", "2019-02-12 22:35:58.093138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.096983"], ["updated_at", "2019-02-12 22:35:58.096983"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.103277"], ["updated_at", "2019-02-12 22:35:58.103277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.106646"], ["updated_at", "2019-02-12 22:35:58.106646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.110759"], ["updated_at", "2019-02-12 22:35:58.110759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.112831"], ["updated_at", "2019-02-12 22:35:58.112831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.115242"], ["updated_at", "2019-02-12 22:35:58.115242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.116836"], ["updated_at", "2019-02-12 22:35:58.116836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.118604"], ["updated_at", "2019-02-12 22:35:58.118604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.120879"], ["updated_at", "2019-02-12 22:35:58.120879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.122775"], ["updated_at", "2019-02-12 22:35:58.122775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.125453"], ["updated_at", "2019-02-12 22:35:58.125453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.129238"], ["updated_at", "2019-02-12 22:35:58.129238"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.134133"], ["updated_at", "2019-02-12 22:35:58.134133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.139606"], ["updated_at", "2019-02-12 22:35:58.139606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.143138"], ["updated_at", "2019-02-12 22:35:58.143138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.145871"], ["updated_at", "2019-02-12 22:35:58.145871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.148325"], ["updated_at", "2019-02-12 22:35:58.148325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.150184"], ["updated_at", "2019-02-12 22:35:58.150184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.151867"], ["updated_at", "2019-02-12 22:35:58.151867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.153786"], ["updated_at", "2019-02-12 22:35:58.153786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.155457"], ["updated_at", "2019-02-12 22:35:58.155457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.157358"], ["updated_at", "2019-02-12 22:35:58.157358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.160097"], ["updated_at", "2019-02-12 22:35:58.160097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.163841"], ["updated_at", "2019-02-12 22:35:58.163841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.168452"], ["updated_at", "2019-02-12 22:35:58.168452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.170926"], ["updated_at", "2019-02-12 22:35:58.170926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.172799"], ["updated_at", "2019-02-12 22:35:58.172799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.174542"], ["updated_at", "2019-02-12 22:35:58.174542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.178554"], ["updated_at", "2019-02-12 22:35:58.178554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.180901"], ["updated_at", "2019-02-12 22:35:58.180901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.183011"], ["updated_at", "2019-02-12 22:35:58.183011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.184825"], ["updated_at", "2019-02-12 22:35:58.184825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.186575"], ["updated_at", "2019-02-12 22:35:58.186575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.188338"], ["updated_at", "2019-02-12 22:35:58.188338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.190090"], ["updated_at", "2019-02-12 22:35:58.190090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.192342"], ["updated_at", "2019-02-12 22:35:58.192342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.194663"], ["updated_at", "2019-02-12 22:35:58.194663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.196470"], ["updated_at", "2019-02-12 22:35:58.196470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.198113"], ["updated_at", "2019-02-12 22:35:58.198113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.199661"], ["updated_at", "2019-02-12 22:35:58.199661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.201898"], ["updated_at", "2019-02-12 22:35:58.201898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.204462"], ["updated_at", "2019-02-12 22:35:58.204462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.206317"], ["updated_at", "2019-02-12 22:35:58.206317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.207991"], ["updated_at", "2019-02-12 22:35:58.207991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.209626"], ["updated_at", "2019-02-12 22:35:58.209626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.211411"], ["updated_at", "2019-02-12 22:35:58.211411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.213061"], ["updated_at", "2019-02-12 22:35:58.213061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.215411"], ["updated_at", "2019-02-12 22:35:58.215411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.217360"], ["updated_at", "2019-02-12 22:35:58.217360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.219240"], ["updated_at", "2019-02-12 22:35:58.219240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.220966"], ["updated_at", "2019-02-12 22:35:58.220966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.222574"], ["updated_at", "2019-02-12 22:35:58.222574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.224162"], ["updated_at", "2019-02-12 22:35:58.224162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.226428"], ["updated_at", "2019-02-12 22:35:58.226428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.228587"], ["updated_at", "2019-02-12 22:35:58.228587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.230300"], ["updated_at", "2019-02-12 22:35:58.230300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.231974"], ["updated_at", "2019-02-12 22:35:58.231974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.233706"], ["updated_at", "2019-02-12 22:35:58.233706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.235401"], ["updated_at", "2019-02-12 22:35:58.235401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.237769"], ["updated_at", "2019-02-12 22:35:58.237769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.239763"], ["updated_at", "2019-02-12 22:35:58.239763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.241496"], ["updated_at", "2019-02-12 22:35:58.241496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.243140"], ["updated_at", "2019-02-12 22:35:58.243140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.244928"], ["updated_at", "2019-02-12 22:35:58.244928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.246553"], ["updated_at", "2019-02-12 22:35:58.246553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.248750"], ["updated_at", "2019-02-12 22:35:58.248750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.250975"], ["updated_at", "2019-02-12 22:35:58.250975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.252913"], ["updated_at", "2019-02-12 22:35:58.252913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.254675"], ["updated_at", "2019-02-12 22:35:58.254675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.256360"], ["updated_at", "2019-02-12 22:35:58.256360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.258033"], ["updated_at", "2019-02-12 22:35:58.258033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.260338"], ["updated_at", "2019-02-12 22:35:58.260338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.262861"], ["updated_at", "2019-02-12 22:35:58.262861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.265017"], ["updated_at", "2019-02-12 22:35:58.265017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.266990"], ["updated_at", "2019-02-12 22:35:58.266990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.268655"], ["updated_at", "2019-02-12 22:35:58.268655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.270435"], ["updated_at", "2019-02-12 22:35:58.270435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.273006"], ["updated_at", "2019-02-12 22:35:58.273006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.274896"], ["updated_at", "2019-02-12 22:35:58.274896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.276636"], ["updated_at", "2019-02-12 22:35:58.276636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.278485"], ["updated_at", "2019-02-12 22:35:58.278485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.280214"], ["updated_at", "2019-02-12 22:35:58.280214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.282271"], ["updated_at", "2019-02-12 22:35:58.282271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.284457"], ["updated_at", "2019-02-12 22:35:58.284457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.286341"], ["updated_at", "2019-02-12 22:35:58.286341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.288134"], ["updated_at", "2019-02-12 22:35:58.288134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.289857"], ["updated_at", "2019-02-12 22:35:58.289857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.291843"], ["updated_at", "2019-02-12 22:35:58.291843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.294327"], ["updated_at", "2019-02-12 22:35:58.294327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.296556"], ["updated_at", "2019-02-12 22:35:58.296556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.298421"], ["updated_at", "2019-02-12 22:35:58.298421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.300193"], ["updated_at", "2019-02-12 22:35:58.300193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.301896"], ["updated_at", "2019-02-12 22:35:58.301896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.303728"], ["updated_at", "2019-02-12 22:35:58.303728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.306110"], ["updated_at", "2019-02-12 22:35:58.306110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.308231"], ["updated_at", "2019-02-12 22:35:58.308231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.310046"], ["updated_at", "2019-02-12 22:35:58.310046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.311908"], ["updated_at", "2019-02-12 22:35:58.311908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.317405"], ["updated_at", "2019-02-12 22:35:58.317405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.319582"], ["updated_at", "2019-02-12 22:35:58.319582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.321434"], ["updated_at", "2019-02-12 22:35:58.321434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.323227"], ["updated_at", "2019-02-12 22:35:58.323227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.325051"], ["updated_at", "2019-02-12 22:35:58.325051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.327212"], ["updated_at", "2019-02-12 22:35:58.327212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.329586"], ["updated_at", "2019-02-12 22:35:58.329586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.331554"], ["updated_at", "2019-02-12 22:35:58.331554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.333422"], ["updated_at", "2019-02-12 22:35:58.333422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.335224"], ["updated_at", "2019-02-12 22:35:58.335224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.337056"], ["updated_at", "2019-02-12 22:35:58.337056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.339409"], ["updated_at", "2019-02-12 22:35:58.339409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.341394"], ["updated_at", "2019-02-12 22:35:58.341394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.343270"], ["updated_at", "2019-02-12 22:35:58.343270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.345162"], ["updated_at", "2019-02-12 22:35:58.345162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.346893"], ["updated_at", "2019-02-12 22:35:58.346893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.348626"], ["updated_at", "2019-02-12 22:35:58.348626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.351139"], ["updated_at", "2019-02-12 22:35:58.351139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.353183"], ["updated_at", "2019-02-12 22:35:58.353183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.355236"], ["updated_at", "2019-02-12 22:35:58.355236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.357049"], ["updated_at", "2019-02-12 22:35:58.357049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.358821"], ["updated_at", "2019-02-12 22:35:58.358821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.361425"], ["updated_at", "2019-02-12 22:35:58.361425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.363557"], ["updated_at", "2019-02-12 22:35:58.363557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.365405"], ["updated_at", "2019-02-12 22:35:58.365405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.367232"], ["updated_at", "2019-02-12 22:35:58.367232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.368948"], ["updated_at", "2019-02-12 22:35:58.368948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.370946"], ["updated_at", "2019-02-12 22:35:58.370946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.373354"], ["updated_at", "2019-02-12 22:35:58.373354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.375323"], ["updated_at", "2019-02-12 22:35:58.375323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.377395"], ["updated_at", "2019-02-12 22:35:58.377395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.379346"], ["updated_at", "2019-02-12 22:35:58.379346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.381127"], ["updated_at", "2019-02-12 22:35:58.381127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.383463"], ["updated_at", "2019-02-12 22:35:58.383463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.385894"], ["updated_at", "2019-02-12 22:35:58.385894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.387846"], ["updated_at", "2019-02-12 22:35:58.387846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.389872"], ["updated_at", "2019-02-12 22:35:58.389872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.391880"], ["updated_at", "2019-02-12 22:35:58.391880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.393792"], ["updated_at", "2019-02-12 22:35:58.393792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.395818"], ["updated_at", "2019-02-12 22:35:58.395818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.398232"], ["updated_at", "2019-02-12 22:35:58.398232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.400870"], ["updated_at", "2019-02-12 22:35:58.400870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.403431"], ["updated_at", "2019-02-12 22:35:58.403431"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.405625"], ["updated_at", "2019-02-12 22:35:58.405625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.408168"], ["updated_at", "2019-02-12 22:35:58.408168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.410488"], ["updated_at", "2019-02-12 22:35:58.410488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.413261"], ["updated_at", "2019-02-12 22:35:58.413261"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.415670"], ["updated_at", "2019-02-12 22:35:58.415670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.418206"], ["updated_at", "2019-02-12 22:35:58.418206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.420783"], ["updated_at", "2019-02-12 22:35:58.420783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.423044"], ["updated_at", "2019-02-12 22:35:58.423044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.425926"], ["updated_at", "2019-02-12 22:35:58.425926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.429011"], ["updated_at", "2019-02-12 22:35:58.429011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.431592"], ["updated_at", "2019-02-12 22:35:58.431592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.434112"], ["updated_at", "2019-02-12 22:35:58.434112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.436651"], ["updated_at", "2019-02-12 22:35:58.436651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.439017"], ["updated_at", "2019-02-12 22:35:58.439017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.442292"], ["updated_at", "2019-02-12 22:35:58.442292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.444782"], ["updated_at", "2019-02-12 22:35:58.444782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.447149"], ["updated_at", "2019-02-12 22:35:58.447149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.449419"], ["updated_at", "2019-02-12 22:35:58.449419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.452186"], ["updated_at", "2019-02-12 22:35:58.452186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.454691"], ["updated_at", "2019-02-12 22:35:58.454691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.456814"], ["updated_at", "2019-02-12 22:35:58.456814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.462213"], ["updated_at", "2019-02-12 22:35:58.462213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.467321"], ["updated_at", "2019-02-12 22:35:58.467321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.469935"], ["updated_at", "2019-02-12 22:35:58.469935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.472020"], ["updated_at", "2019-02-12 22:35:58.472020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.475091"], ["updated_at", "2019-02-12 22:35:58.475091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.482520"], ["updated_at", "2019-02-12 22:35:58.482520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.485920"], ["updated_at", "2019-02-12 22:35:58.485920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.488305"], ["updated_at", "2019-02-12 22:35:58.488305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.490794"], ["updated_at", "2019-02-12 22:35:58.490794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.493551"], ["updated_at", "2019-02-12 22:35:58.493551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.496529"], ["updated_at", "2019-02-12 22:35:58.496529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.498925"], ["updated_at", "2019-02-12 22:35:58.498925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.501168"], ["updated_at", "2019-02-12 22:35:58.501168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.503678"], ["updated_at", "2019-02-12 22:35:58.503678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.506099"], ["updated_at", "2019-02-12 22:35:58.506099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.509307"], ["updated_at", "2019-02-12 22:35:58.509307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.519059"], ["updated_at", "2019-02-12 22:35:58.519059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.521192"], ["updated_at", "2019-02-12 22:35:58.521192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.522953"], ["updated_at", "2019-02-12 22:35:58.522953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.524665"], ["updated_at", "2019-02-12 22:35:58.524665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.526384"], ["updated_at", "2019-02-12 22:35:58.526384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.528318"], ["updated_at", "2019-02-12 22:35:58.528318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.530738"], ["updated_at", "2019-02-12 22:35:58.530738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.532654"], ["updated_at", "2019-02-12 22:35:58.532654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.534405"], ["updated_at", "2019-02-12 22:35:58.534405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.536208"], ["updated_at", "2019-02-12 22:35:58.536208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.537973"], ["updated_at", "2019-02-12 22:35:58.537973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.539760"], ["updated_at", "2019-02-12 22:35:58.539760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.542223"], ["updated_at", "2019-02-12 22:35:58.542223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.544226"], ["updated_at", "2019-02-12 22:35:58.544226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.546040"], ["updated_at", "2019-02-12 22:35:58.546040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.547807"], ["updated_at", "2019-02-12 22:35:58.547807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.549505"], ["updated_at", "2019-02-12 22:35:58.549505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.551174"], ["updated_at", "2019-02-12 22:35:58.551174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.553613"], ["updated_at", "2019-02-12 22:35:58.553613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.555428"], ["updated_at", "2019-02-12 22:35:58.555428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.557129"], ["updated_at", "2019-02-12 22:35:58.557129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.558899"], ["updated_at", "2019-02-12 22:35:58.558899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.560623"], ["updated_at", "2019-02-12 22:35:58.560623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.562599"], ["updated_at", "2019-02-12 22:35:58.562599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.565029"], ["updated_at", "2019-02-12 22:35:58.565029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.566796"], ["updated_at", "2019-02-12 22:35:58.566796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.568425"], ["updated_at", "2019-02-12 22:35:58.568425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.570291"], ["updated_at", "2019-02-12 22:35:58.570291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.572201"], ["updated_at", "2019-02-12 22:35:58.572201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.574152"], ["updated_at", "2019-02-12 22:35:58.574152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.576031"], ["updated_at", "2019-02-12 22:35:58.576031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.577793"], ["updated_at", "2019-02-12 22:35:58.577793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.579496"], ["updated_at", "2019-02-12 22:35:58.579496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.581093"], ["updated_at", "2019-02-12 22:35:58.581093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.582823"], ["updated_at", "2019-02-12 22:35:58.582823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.584573"], ["updated_at", "2019-02-12 22:35:58.584573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.587054"], ["updated_at", "2019-02-12 22:35:58.587054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.588931"], ["updated_at", "2019-02-12 22:35:58.588931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.590736"], ["updated_at", "2019-02-12 22:35:58.590736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.592412"], ["updated_at", "2019-02-12 22:35:58.592412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.594436"], ["updated_at", "2019-02-12 22:35:58.594436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.596172"], ["updated_at", "2019-02-12 22:35:58.596172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.598522"], ["updated_at", "2019-02-12 22:35:58.598522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.600419"], ["updated_at", "2019-02-12 22:35:58.600419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.602104"], ["updated_at", "2019-02-12 22:35:58.602104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.603969"], ["updated_at", "2019-02-12 22:35:58.603969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.605771"], ["updated_at", "2019-02-12 22:35:58.605771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.607489"], ["updated_at", "2019-02-12 22:35:58.607489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.610054"], ["updated_at", "2019-02-12 22:35:58.610054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.612050"], ["updated_at", "2019-02-12 22:35:58.612050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.613766"], ["updated_at", "2019-02-12 22:35:58.613766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.615404"], ["updated_at", "2019-02-12 22:35:58.615404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.617261"], ["updated_at", "2019-02-12 22:35:58.617261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.618973"], ["updated_at", "2019-02-12 22:35:58.618973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.620801"], ["updated_at", "2019-02-12 22:35:58.620801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.622756"], ["updated_at", "2019-02-12 22:35:58.622756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.624619"], ["updated_at", "2019-02-12 22:35:58.624619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.626285"], ["updated_at", "2019-02-12 22:35:58.626285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.628322"], ["updated_at", "2019-02-12 22:35:58.628322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.630083"], ["updated_at", "2019-02-12 22:35:58.630083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.631784"], ["updated_at", "2019-02-12 22:35:58.631784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.633557"], ["updated_at", "2019-02-12 22:35:58.633557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.635238"], ["updated_at", "2019-02-12 22:35:58.635238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.637002"], ["updated_at", "2019-02-12 22:35:58.637002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.638656"], ["updated_at", "2019-02-12 22:35:58.638656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.640327"], ["updated_at", "2019-02-12 22:35:58.640327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.641956"], ["updated_at", "2019-02-12 22:35:58.641956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.643573"], ["updated_at", "2019-02-12 22:35:58.643573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.645627"], ["updated_at", "2019-02-12 22:35:58.645627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.647309"], ["updated_at", "2019-02-12 22:35:58.647309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.649102"], ["updated_at", "2019-02-12 22:35:58.649102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.650816"], ["updated_at", "2019-02-12 22:35:58.650816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.652600"], ["updated_at", "2019-02-12 22:35:58.652600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.654306"], ["updated_at", "2019-02-12 22:35:58.654306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.655955"], ["updated_at", "2019-02-12 22:35:58.655955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.657619"], ["updated_at", "2019-02-12 22:35:58.657619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.659215"], ["updated_at", "2019-02-12 22:35:58.659215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.661187"], ["updated_at", "2019-02-12 22:35:58.661187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.663076"], ["updated_at", "2019-02-12 22:35:58.663076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.664783"], ["updated_at", "2019-02-12 22:35:58.664783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.666512"], ["updated_at", "2019-02-12 22:35:58.666512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.668297"], ["updated_at", "2019-02-12 22:35:58.668297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.670028"], ["updated_at", "2019-02-12 22:35:58.670028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.671639"], ["updated_at", "2019-02-12 22:35:58.671639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.673431"], ["updated_at", "2019-02-12 22:35:58.673431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.675097"], ["updated_at", "2019-02-12 22:35:58.675097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.676933"], ["updated_at", "2019-02-12 22:35:58.676933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.678854"], ["updated_at", "2019-02-12 22:35:58.678854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.680654"], ["updated_at", "2019-02-12 22:35:58.680654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.682333"], ["updated_at", "2019-02-12 22:35:58.682333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.684087"], ["updated_at", "2019-02-12 22:35:58.684087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.685878"], ["updated_at", "2019-02-12 22:35:58.685878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 28ms (Views: 14.1ms | ActiveRecord: 1.0ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:58.721750"], ["updated_at", "2019-02-12 22:35:58.721750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.723996"], ["updated_at", "2019-02-12 22:35:58.723996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.725910"], ["updated_at", "2019-02-12 22:35:58.725910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.727648"], ["updated_at", "2019-02-12 22:35:58.727648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.729300"], ["updated_at", "2019-02-12 22:35:58.729300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.731263"], ["updated_at", "2019-02-12 22:35:58.731263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.733035"], ["updated_at", "2019-02-12 22:35:58.733035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.734746"], ["updated_at", "2019-02-12 22:35:58.734746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.737241"], ["updated_at", "2019-02-12 22:35:58.737241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.739822"], ["updated_at", "2019-02-12 22:35:58.739822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.741759"], ["updated_at", "2019-02-12 22:35:58.741759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:58.750474"], ["updated_at", "2019-02-12 22:35:58.750474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (3.6ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:58.765700"], ["updated_at", "2019-02-12 22:35:58.765700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:58.771130"], ["updated_at", "2019-02-12 22:35:58.771130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:58.784052"], ["updated_at", "2019-02-12 22:35:58.784052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.787593"], ["updated_at", "2019-02-12 22:35:58.787593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.790415"], ["updated_at", "2019-02-12 22:35:58.790415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.795152"], ["updated_at", "2019-02-12 22:35:58.795152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.798014"], ["updated_at", "2019-02-12 22:35:58.798014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.801013"], ["updated_at", "2019-02-12 22:35:58.801013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.804579"], ["updated_at", "2019-02-12 22:35:58.804579"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.808495"], ["updated_at", "2019-02-12 22:35:58.808495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.814016"], ["updated_at", "2019-02-12 22:35:58.814016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.816878"], ["updated_at", "2019-02-12 22:35:58.816878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.820071"], ["updated_at", "2019-02-12 22:35:58.820071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.823817"], ["updated_at", "2019-02-12 22:35:58.823817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.827486"], ["updated_at", "2019-02-12 22:35:58.827486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (1.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.832688"], ["updated_at", "2019-02-12 22:35:58.832688"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.839309"], ["updated_at", "2019-02-12 22:35:58.839309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.842339"], ["updated_at", "2019-02-12 22:35:58.842339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.846440"], ["updated_at", "2019-02-12 22:35:58.846440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.848360"], ["updated_at", "2019-02-12 22:35:58.848360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.850583"], ["updated_at", "2019-02-12 22:35:58.850583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.852882"], ["updated_at", "2019-02-12 22:35:58.852882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.854800"], ["updated_at", "2019-02-12 22:35:58.854800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.858929"], ["updated_at", "2019-02-12 22:35:58.858929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.861365"], ["updated_at", "2019-02-12 22:35:58.861365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.863742"], ["updated_at", "2019-02-12 22:35:58.863742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.871174"], ["updated_at", "2019-02-12 22:35:58.871174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.873039"], ["updated_at", "2019-02-12 22:35:58.873039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.875464"], ["updated_at", "2019-02-12 22:35:58.875464"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.880663"], ["updated_at", "2019-02-12 22:35:58.880663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.882595"], ["updated_at", "2019-02-12 22:35:58.882595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.884302"], ["updated_at", "2019-02-12 22:35:58.884302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.886200"], ["updated_at", "2019-02-12 22:35:58.886200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.888155"], ["updated_at", "2019-02-12 22:35:58.888155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.892180"], ["updated_at", "2019-02-12 22:35:58.892180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.894298"], ["updated_at", "2019-02-12 22:35:58.894298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.896079"], ["updated_at", "2019-02-12 22:35:58.896079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.898182"], ["updated_at", "2019-02-12 22:35:58.898182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.903215"], ["updated_at", "2019-02-12 22:35:58.903215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.905179"], ["updated_at", "2019-02-12 22:35:58.905179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.906951"], ["updated_at", "2019-02-12 22:35:58.906951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.911380"], ["updated_at", "2019-02-12 22:35:58.911380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.914051"], ["updated_at", "2019-02-12 22:35:58.914051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.915814"], ["updated_at", "2019-02-12 22:35:58.915814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.917452"], ["updated_at", "2019-02-12 22:35:58.917452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.919169"], ["updated_at", "2019-02-12 22:35:58.919169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.920878"], ["updated_at", "2019-02-12 22:35:58.920878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.922512"], ["updated_at", "2019-02-12 22:35:58.922512"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.924966"], ["updated_at", "2019-02-12 22:35:58.924966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.926746"], ["updated_at", "2019-02-12 22:35:58.926746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.928712"], ["updated_at", "2019-02-12 22:35:58.928712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.930384"], ["updated_at", "2019-02-12 22:35:58.930384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.934215"], ["updated_at", "2019-02-12 22:35:58.934215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.936777"], ["updated_at", "2019-02-12 22:35:58.936777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.938615"], ["updated_at", "2019-02-12 22:35:58.938615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.940257"], ["updated_at", "2019-02-12 22:35:58.940257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.942231"], ["updated_at", "2019-02-12 22:35:58.942231"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.946821"], ["updated_at", "2019-02-12 22:35:58.946821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.948742"], ["updated_at", "2019-02-12 22:35:58.948742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.950400"], ["updated_at", "2019-02-12 22:35:58.950400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.952205"], ["updated_at", "2019-02-12 22:35:58.952205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.953905"], ["updated_at", "2019-02-12 22:35:58.953905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.955469"], ["updated_at", "2019-02-12 22:35:58.955469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.957718"], ["updated_at", "2019-02-12 22:35:58.957718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.959777"], ["updated_at", "2019-02-12 22:35:58.959777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.961764"], ["updated_at", "2019-02-12 22:35:58.961764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.963668"], ["updated_at", "2019-02-12 22:35:58.963668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.967618"], ["updated_at", "2019-02-12 22:35:58.967618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.970416"], ["updated_at", "2019-02-12 22:35:58.970416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.972331"], ["updated_at", "2019-02-12 22:35:58.972331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.974116"], ["updated_at", "2019-02-12 22:35:58.974116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.978002"], ["updated_at", "2019-02-12 22:35:58.978002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.980855"], ["updated_at", "2019-02-12 22:35:58.980855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.982826"], ["updated_at", "2019-02-12 22:35:58.982826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.984509"], ["updated_at", "2019-02-12 22:35:58.984509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.986297"], ["updated_at", "2019-02-12 22:35:58.986297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.988064"], ["updated_at", "2019-02-12 22:35:58.988064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.989711"], ["updated_at", "2019-02-12 22:35:58.989711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:58.996155"], ["updated_at", "2019-02-12 22:35:58.996155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.004091"], ["updated_at", "2019-02-12 22:35:59.004091"]]  (2.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.016384"], ["updated_at", "2019-02-12 22:35:59.016384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.019655"], ["updated_at", "2019-02-12 22:35:59.019655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.022257"], ["updated_at", "2019-02-12 22:35:59.022257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.024516"], ["updated_at", "2019-02-12 22:35:59.024516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.028590"], ["updated_at", "2019-02-12 22:35:59.028590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (1.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.033146"], ["updated_at", "2019-02-12 22:35:59.033146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.036415"], ["updated_at", "2019-02-12 22:35:59.036415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.040442"], ["updated_at", "2019-02-12 22:35:59.040442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.045246"], ["updated_at", "2019-02-12 22:35:59.045246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.047931"], ["updated_at", "2019-02-12 22:35:59.047931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.050008"], ["updated_at", "2019-02-12 22:35:59.050008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.053532"], ["updated_at", "2019-02-12 22:35:59.053532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.055421"], ["updated_at", "2019-02-12 22:35:59.055421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.057247"], ["updated_at", "2019-02-12 22:35:59.057247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.059814"], ["updated_at", "2019-02-12 22:35:59.059814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.062000"], ["updated_at", "2019-02-12 22:35:59.062000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.064582"], ["updated_at", "2019-02-12 22:35:59.064582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.068240"], ["updated_at", "2019-02-12 22:35:59.068240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.070872"], ["updated_at", "2019-02-12 22:35:59.070872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.072840"], ["updated_at", "2019-02-12 22:35:59.072840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.075104"], ["updated_at", "2019-02-12 22:35:59.075104"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.079283"], ["updated_at", "2019-02-12 22:35:59.079283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.081696"], ["updated_at", "2019-02-12 22:35:59.081696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.083618"], ["updated_at", "2019-02-12 22:35:59.083618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.085614"], ["updated_at", "2019-02-12 22:35:59.085614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.087406"], ["updated_at", "2019-02-12 22:35:59.087406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.089065"], ["updated_at", "2019-02-12 22:35:59.089065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.090961"], ["updated_at", "2019-02-12 22:35:59.090961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.095381"], ["updated_at", "2019-02-12 22:35:59.095381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.097962"], ["updated_at", "2019-02-12 22:35:59.097962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.100035"], ["updated_at", "2019-02-12 22:35:59.100035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.101981"], ["updated_at", "2019-02-12 22:35:59.101981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.104846"], ["updated_at", "2019-02-12 22:35:59.104846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.106906"], ["updated_at", "2019-02-12 22:35:59.106906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.109091"], ["updated_at", "2019-02-12 22:35:59.109091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.111075"], ["updated_at", "2019-02-12 22:35:59.111075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.113314"], ["updated_at", "2019-02-12 22:35:59.113314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.118407"], ["updated_at", "2019-02-12 22:35:59.118407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.120398"], ["updated_at", "2019-02-12 22:35:59.120398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.122121"], ["updated_at", "2019-02-12 22:35:59.122121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.123721"], ["updated_at", "2019-02-12 22:35:59.123721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.125405"], ["updated_at", "2019-02-12 22:35:59.125405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.128067"], ["updated_at", "2019-02-12 22:35:59.128067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.130217"], ["updated_at", "2019-02-12 22:35:59.130217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.132146"], ["updated_at", "2019-02-12 22:35:59.132146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.133812"], ["updated_at", "2019-02-12 22:35:59.133812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.135566"], ["updated_at", "2019-02-12 22:35:59.135566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.137898"], ["updated_at", "2019-02-12 22:35:59.137898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.139816"], ["updated_at", "2019-02-12 22:35:59.139816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.141524"], ["updated_at", "2019-02-12 22:35:59.141524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.143378"], ["updated_at", "2019-02-12 22:35:59.143378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.145268"], ["updated_at", "2019-02-12 22:35:59.145268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.147195"], ["updated_at", "2019-02-12 22:35:59.147195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.149708"], ["updated_at", "2019-02-12 22:35:59.149708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.151790"], ["updated_at", "2019-02-12 22:35:59.151790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.153562"], ["updated_at", "2019-02-12 22:35:59.153562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.155327"], ["updated_at", "2019-02-12 22:35:59.155327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.156996"], ["updated_at", "2019-02-12 22:35:59.156996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.158633"], ["updated_at", "2019-02-12 22:35:59.158633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.161163"], ["updated_at", "2019-02-12 22:35:59.161163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.163279"], ["updated_at", "2019-02-12 22:35:59.163279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.165080"], ["updated_at", "2019-02-12 22:35:59.165080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.166941"], ["updated_at", "2019-02-12 22:35:59.166941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.168892"], ["updated_at", "2019-02-12 22:35:59.168892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.170783"], ["updated_at", "2019-02-12 22:35:59.170783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.172477"], ["updated_at", "2019-02-12 22:35:59.172477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.174174"], ["updated_at", "2019-02-12 22:35:59.174174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.175835"], ["updated_at", "2019-02-12 22:35:59.175835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.177424"], ["updated_at", "2019-02-12 22:35:59.177424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.179535"], ["updated_at", "2019-02-12 22:35:59.179535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.181340"], ["updated_at", "2019-02-12 22:35:59.181340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.183862"], ["updated_at", "2019-02-12 22:35:59.183862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.185854"], ["updated_at", "2019-02-12 22:35:59.185854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.187540"], ["updated_at", "2019-02-12 22:35:59.187540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.189184"], ["updated_at", "2019-02-12 22:35:59.189184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.191052"], ["updated_at", "2019-02-12 22:35:59.191052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.192914"], ["updated_at", "2019-02-12 22:35:59.192914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.195805"], ["updated_at", "2019-02-12 22:35:59.195805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.197567"], ["updated_at", "2019-02-12 22:35:59.197567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.199191"], ["updated_at", "2019-02-12 22:35:59.199191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.200915"], ["updated_at", "2019-02-12 22:35:59.200915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.203302"], ["updated_at", "2019-02-12 22:35:59.203302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.205630"], ["updated_at", "2019-02-12 22:35:59.205630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.207504"], ["updated_at", "2019-02-12 22:35:59.207504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.209209"], ["updated_at", "2019-02-12 22:35:59.209209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.210828"], ["updated_at", "2019-02-12 22:35:59.210828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.213306"], ["updated_at", "2019-02-12 22:35:59.213306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.215094"], ["updated_at", "2019-02-12 22:35:59.215094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.217468"], ["updated_at", "2019-02-12 22:35:59.217468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.219410"], ["updated_at", "2019-02-12 22:35:59.219410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.221284"], ["updated_at", "2019-02-12 22:35:59.221284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.223030"], ["updated_at", "2019-02-12 22:35:59.223030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.224837"], ["updated_at", "2019-02-12 22:35:59.224837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.226635"], ["updated_at", "2019-02-12 22:35:59.226635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.229330"], ["updated_at", "2019-02-12 22:35:59.229330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.231125"], ["updated_at", "2019-02-12 22:35:59.231125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.233119"], ["updated_at", "2019-02-12 22:35:59.233119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.234872"], ["updated_at", "2019-02-12 22:35:59.234872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.236849"], ["updated_at", "2019-02-12 22:35:59.236849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.239160"], ["updated_at", "2019-02-12 22:35:59.239160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.241174"], ["updated_at", "2019-02-12 22:35:59.241174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.242973"], ["updated_at", "2019-02-12 22:35:59.242973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.244890"], ["updated_at", "2019-02-12 22:35:59.244890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.246908"], ["updated_at", "2019-02-12 22:35:59.246908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.248690"], ["updated_at", "2019-02-12 22:35:59.248690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.251102"], ["updated_at", "2019-02-12 22:35:59.251102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.253063"], ["updated_at", "2019-02-12 22:35:59.253063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.254824"], ["updated_at", "2019-02-12 22:35:59.254824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.256825"], ["updated_at", "2019-02-12 22:35:59.256825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.258686"], ["updated_at", "2019-02-12 22:35:59.258686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.261091"], ["updated_at", "2019-02-12 22:35:59.261091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.263459"], ["updated_at", "2019-02-12 22:35:59.263459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.265319"], ["updated_at", "2019-02-12 22:35:59.265319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.267113"], ["updated_at", "2019-02-12 22:35:59.267113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.268988"], ["updated_at", "2019-02-12 22:35:59.268988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.270928"], ["updated_at", "2019-02-12 22:35:59.270928"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.274251"], ["updated_at", "2019-02-12 22:35:59.274251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.276910"], ["updated_at", "2019-02-12 22:35:59.276910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.279164"], ["updated_at", "2019-02-12 22:35:59.279164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.281088"], ["updated_at", "2019-02-12 22:35:59.281088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.283296"], ["updated_at", "2019-02-12 22:35:59.283296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.285816"], ["updated_at", "2019-02-12 22:35:59.285816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.287669"], ["updated_at", "2019-02-12 22:35:59.287669"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.293077"], ["updated_at", "2019-02-12 22:35:59.293077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.295857"], ["updated_at", "2019-02-12 22:35:59.295857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.297742"], ["updated_at", "2019-02-12 22:35:59.297742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.299547"], ["updated_at", "2019-02-12 22:35:59.299547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.301221"], ["updated_at", "2019-02-12 22:35:59.301221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.303172"], ["updated_at", "2019-02-12 22:35:59.303172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.304875"], ["updated_at", "2019-02-12 22:35:59.304875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.308131"], ["updated_at", "2019-02-12 22:35:59.308131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.310123"], ["updated_at", "2019-02-12 22:35:59.310123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.312128"], ["updated_at", "2019-02-12 22:35:59.312128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.313985"], ["updated_at", "2019-02-12 22:35:59.313985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.315789"], ["updated_at", "2019-02-12 22:35:59.315789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.318312"], ["updated_at", "2019-02-12 22:35:59.318312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.320261"], ["updated_at", "2019-02-12 22:35:59.320261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.322037"], ["updated_at", "2019-02-12 22:35:59.322037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.323729"], ["updated_at", "2019-02-12 22:35:59.323729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.325442"], ["updated_at", "2019-02-12 22:35:59.325442"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.327141"], ["updated_at", "2019-02-12 22:35:59.327141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.329788"], ["updated_at", "2019-02-12 22:35:59.329788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.331700"], ["updated_at", "2019-02-12 22:35:59.331700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.333428"], ["updated_at", "2019-02-12 22:35:59.333428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.335226"], ["updated_at", "2019-02-12 22:35:59.335226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.337444"], ["updated_at", "2019-02-12 22:35:59.337444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.339347"], ["updated_at", "2019-02-12 22:35:59.339347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.341911"], ["updated_at", "2019-02-12 22:35:59.341911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.343837"], ["updated_at", "2019-02-12 22:35:59.343837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.345734"], ["updated_at", "2019-02-12 22:35:59.345734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.347607"], ["updated_at", "2019-02-12 22:35:59.347607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.349338"], ["updated_at", "2019-02-12 22:35:59.349338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.351546"], ["updated_at", "2019-02-12 22:35:59.351546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.353772"], ["updated_at", "2019-02-12 22:35:59.353772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.355500"], ["updated_at", "2019-02-12 22:35:59.355500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.357145"], ["updated_at", "2019-02-12 22:35:59.357145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.358878"], ["updated_at", "2019-02-12 22:35:59.358878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.360534"], ["updated_at", "2019-02-12 22:35:59.360534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.363053"], ["updated_at", "2019-02-12 22:35:59.363053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.365097"], ["updated_at", "2019-02-12 22:35:59.365097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.366867"], ["updated_at", "2019-02-12 22:35:59.366867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.368674"], ["updated_at", "2019-02-12 22:35:59.368674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.370459"], ["updated_at", "2019-02-12 22:35:59.370459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.372139"], ["updated_at", "2019-02-12 22:35:59.372139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.374457"], ["updated_at", "2019-02-12 22:35:59.374457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.376598"], ["updated_at", "2019-02-12 22:35:59.376598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.378486"], ["updated_at", "2019-02-12 22:35:59.378486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.380205"], ["updated_at", "2019-02-12 22:35:59.380205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.381892"], ["updated_at", "2019-02-12 22:35:59.381892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.383760"], ["updated_at", "2019-02-12 22:35:59.383760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.386565"], ["updated_at", "2019-02-12 22:35:59.386565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.388603"], ["updated_at", "2019-02-12 22:35:59.388603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.390373"], ["updated_at", "2019-02-12 22:35:59.390373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.392290"], ["updated_at", "2019-02-12 22:35:59.392290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.394794"], ["updated_at", "2019-02-12 22:35:59.394794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.397331"], ["updated_at", "2019-02-12 22:35:59.397331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.399300"], ["updated_at", "2019-02-12 22:35:59.399300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.401025"], ["updated_at", "2019-02-12 22:35:59.401025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.403055"], ["updated_at", "2019-02-12 22:35:59.403055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.404936"], ["updated_at", "2019-02-12 22:35:59.404936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.406828"], ["updated_at", "2019-02-12 22:35:59.406828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.409355"], ["updated_at", "2019-02-12 22:35:59.409355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.411478"], ["updated_at", "2019-02-12 22:35:59.411478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.413521"], ["updated_at", "2019-02-12 22:35:59.413521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.415340"], ["updated_at", "2019-02-12 22:35:59.415340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.417067"], ["updated_at", "2019-02-12 22:35:59.417067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.418955"], ["updated_at", "2019-02-12 22:35:59.418955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.421520"], ["updated_at", "2019-02-12 22:35:59.421520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.423452"], ["updated_at", "2019-02-12 22:35:59.423452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.425212"], ["updated_at", "2019-02-12 22:35:59.425212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.426897"], ["updated_at", "2019-02-12 22:35:59.426897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.428735"], ["updated_at", "2019-02-12 22:35:59.428735"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.433429"], ["updated_at", "2019-02-12 22:35:59.433429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.435391"], ["updated_at", "2019-02-12 22:35:59.435391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.437572"], ["updated_at", "2019-02-12 22:35:59.437572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.439364"], ["updated_at", "2019-02-12 22:35:59.439364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.443053"], ["updated_at", "2019-02-12 22:35:59.443053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.446586"], ["updated_at", "2019-02-12 22:35:59.446586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.448571"], ["updated_at", "2019-02-12 22:35:59.448571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.450481"], ["updated_at", "2019-02-12 22:35:59.450481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.453057"], ["updated_at", "2019-02-12 22:35:59.453057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.455077"], ["updated_at", "2019-02-12 22:35:59.455077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.457099"], ["updated_at", "2019-02-12 22:35:59.457099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.459021"], ["updated_at", "2019-02-12 22:35:59.459021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.466172"], ["updated_at", "2019-02-12 22:35:59.466172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.468567"], ["updated_at", "2019-02-12 22:35:59.468567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.470613"], ["updated_at", "2019-02-12 22:35:59.470613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.472388"], ["updated_at", "2019-02-12 22:35:59.472388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.474177"], ["updated_at", "2019-02-12 22:35:59.474177"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.479008"], ["updated_at", "2019-02-12 22:35:59.479008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.481144"], ["updated_at", "2019-02-12 22:35:59.481144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.483088"], ["updated_at", "2019-02-12 22:35:59.483088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.484774"], ["updated_at", "2019-02-12 22:35:59.484774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.487433"], ["updated_at", "2019-02-12 22:35:59.487433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.489278"], ["updated_at", "2019-02-12 22:35:59.489278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.491105"], ["updated_at", "2019-02-12 22:35:59.491105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.493104"], ["updated_at", "2019-02-12 22:35:59.493104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.495420"], ["updated_at", "2019-02-12 22:35:59.495420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.499773"], ["updated_at", "2019-02-12 22:35:59.499773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.502096"], ["updated_at", "2019-02-12 22:35:59.502096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.504262"], ["updated_at", "2019-02-12 22:35:59.504262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.505985"], ["updated_at", "2019-02-12 22:35:59.505985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.508024"], ["updated_at", "2019-02-12 22:35:59.508024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 23.8ms | ActiveRecord: 0.5ms)  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.550350"], ["updated_at", "2019-02-12 22:35:59.550350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.552824"], ["updated_at", "2019-02-12 22:35:59.552824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.554726"], ["updated_at", "2019-02-12 22:35:59.554726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.563188"], ["updated_at", "2019-02-12 22:35:59.563188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.575139"], ["updated_at", "2019-02-12 22:35:59.575139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.578856"], ["updated_at", "2019-02-12 22:35:59.578856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.580827"], ["updated_at", "2019-02-12 22:35:59.580827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.587776"], ["updated_at", "2019-02-12 22:35:59.587776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.590337"], ["updated_at", "2019-02-12 22:35:59.590337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.608230"], ["updated_at", "2019-02-12 22:35:59.608230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.610704"], ["updated_at", "2019-02-12 22:35:59.610704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.621894"], ["updated_at", "2019-02-12 22:35:59.621894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.624626"], ["updated_at", "2019-02-12 22:35:59.624626"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.627592"], ["updated_at", "2019-02-12 22:35:59.627592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:35:59.629885"], ["updated_at", "2019-02-12 22:35:59.629885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.636130"], ["updated_at", "2019-02-12 22:35:59.636130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.638610"], ["updated_at", "2019-02-12 22:35:59.638610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.651951"], ["updated_at", "2019-02-12 22:35:59.651951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.655059"], ["updated_at", "2019-02-12 22:35:59.655059"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.662708"], ["updated_at", "2019-02-12 22:35:59.662708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.666290"], ["updated_at", "2019-02-12 22:35:59.666290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1119@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:59.668741"], ["updated_at", "2019-02-12 22:35:59.669759"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.680673"], ["updated_at", "2019-02-12 22:35:59.680673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.683059"], ["updated_at", "2019-02-12 22:35:59.683059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.710150"], ["updated_at", "2019-02-12 22:35:59.710150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.716368"], ["updated_at", "2019-02-12 22:35:59.716368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.718826"], ["updated_at", "2019-02-12 22:35:59.718826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.724311"], ["updated_at", "2019-02-12 22:35:59.724311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.725958"], ["updated_at", "2019-02-12 22:35:59.725958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:35:59.727810"], ["updated_at", "2019-02-12 22:35:59.727810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.733824"], ["updated_at", "2019-02-12 22:35:59.733824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.747190"], ["updated_at", "2019-02-12 22:35:59.747190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 9ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.761247"], ["updated_at", "2019-02-12 22:35:59.761247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.767131"], ["updated_at", "2019-02-12 22:35:59.767131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.771125"], ["updated_at", "2019-02-12 22:35:59.771125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.779729"], ["updated_at", "2019-02-12 22:35:59.779729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:59.780738"], ["updated_at", "2019-02-12 22:35:59.781775"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 10ms (Views: 0.3ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.786702"], ["updated_at", "2019-02-12 22:35:59.786702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.788970"], ["updated_at", "2019-02-12 22:35:59.788970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 22:35:59.792890"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.797447"], ["updated_at", "2019-02-12 22:35:59.797447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.805077"], ["updated_at", "2019-02-12 22:35:59.805077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.811206"], ["updated_at", "2019-02-12 22:35:59.811206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.818287"], ["updated_at", "2019-02-12 22:35:59.818287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 2.5ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.832853"], ["updated_at", "2019-02-12 22:35:59.832853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.835973"], ["updated_at", "2019-02-12 22:35:59.835973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.846417"], ["updated_at", "2019-02-12 22:35:59.846417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.849054"], ["updated_at", "2019-02-12 22:35:59.849054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:59.855560"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.859517"], ["updated_at", "2019-02-12 22:35:59.859517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.863074"], ["updated_at", "2019-02-12 22:35:59.863074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:59.869116"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.872676"], ["updated_at", "2019-02-12 22:35:59.872676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.875316"], ["updated_at", "2019-02-12 22:35:59.875316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.876761"], ["updated_at", "2019-02-12 22:35:59.876761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:35:59.878840"], ["updated_at", "2019-02-12 22:35:59.878840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.884803"], ["updated_at", "2019-02-12 22:35:59.884803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.887479"], ["updated_at", "2019-02-12 22:35:59.887479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:59.888347"], ["updated_at", "2019-02-12 22:35:59.889221"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:35:59.895192"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:59.897052"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.901134"], ["updated_at", "2019-02-12 22:35:59.901134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.903476"], ["updated_at", "2019-02-12 22:35:59.903476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1129@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:35:59.906666"], ["updated_at", "2019-02-12 22:35:59.907627"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:35:59.909454"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.914028"], ["updated_at", "2019-02-12 22:35:59.914028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:35:59.916492"], ["updated_at", "2019-02-12 22:35:59.916492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:35:59.998305"], ["updated_at", "2019-02-12 22:35:59.998305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:36:00 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:00.008777"], ["updated_at", "2019-02-12 22:36:00.008777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:00.016121"], ["updated_at", "2019-02-12 22:36:00.016121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:36:00 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.4ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.304576"], ["updated_at", "2019-02-12 22:36:12.304576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:36:12 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 31ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.365616"], ["updated_at", "2019-02-12 22:36:12.365616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:36:12 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.373280"], ["updated_at", "2019-02-12 22:36:12.373280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.389447"], ["updated_at", "2019-02-12 22:36:12.389447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.401593"], ["updated_at", "2019-02-12 22:36:12.401593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.404477"], ["updated_at", "2019-02-12 22:36:12.404477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 22:36:12.408609"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.413227"], ["updated_at", "2019-02-12 22:36:12.413227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.421631"], ["updated_at", "2019-02-12 22:36:12.421631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:36:12.422533"], ["updated_at", "2019-02-12 22:36:12.423396"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.428961"], ["updated_at", "2019-02-12 22:36:12.428961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.436240"], ["updated_at", "2019-02-12 22:36:12.436240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.439986"], ["updated_at", "2019-02-12 22:36:12.439986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.446439"], ["updated_at", "2019-02-12 22:36:12.446439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.452601"], ["updated_at", "2019-02-12 22:36:12.452601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.459615"], ["updated_at", "2019-02-12 22:36:12.459615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.472451"], ["updated_at", "2019-02-12 22:36:12.472451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.475621"], ["updated_at", "2019-02-12 22:36:12.475621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.476987"], ["updated_at", "2019-02-12 22:36:12.476987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:36:12.478888"], ["updated_at", "2019-02-12 22:36:12.478888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.485894"], ["updated_at", "2019-02-12 22:36:12.485894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.488574"], ["updated_at", "2019-02-12 22:36:12.488574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:36:12.489769"], ["updated_at", "2019-02-12 22:36:12.490807"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:36:12.496245"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:36:12.498344"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.503139"], ["updated_at", "2019-02-12 22:36:12.503139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.506221"], ["updated_at", "2019-02-12 22:36:12.506221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "4@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:36:12.512373"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.516056"], ["updated_at", "2019-02-12 22:36:12.516056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.519193"], ["updated_at", "2019-02-12 22:36:12.519193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.525516"], ["updated_at", "2019-02-12 22:36:12.525516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.528200"], ["updated_at", "2019-02-12 22:36:12.528200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:36:12.532697"], ["updated_at", "2019-02-12 22:36:12.533857"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:36:12.535948"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.539908"], ["updated_at", "2019-02-12 22:36:12.539908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.542405"], ["updated_at", "2019-02-12 22:36:12.542405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "7@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.552643"], ["updated_at", "2019-02-12 22:36:12.552643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.555313"], ["updated_at", "2019-02-12 22:36:12.555313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:36:12.561607"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:12.566830"], ["updated_at", "2019-02-12 22:36:12.566830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:12.569891"], ["updated_at", "2019-02-12 22:36:12.569891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "9@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:36:48.729933"], ["updated_at", "2019-02-12 22:36:48.732323"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 36161ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:36:48.738914"], ["updated_at", "2019-02-12 22:36:48.738914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:36:48.742632"], ["updated_at", "2019-02-12 22:36:48.742632"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "10@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:36:48.746303"], ["updated_at", "2019-02-12 22:36:48.747906"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "10@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:37:07.540442"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 18791ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:07.546343"], ["updated_at", "2019-02-12 22:37:07.546343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:07.550069"], ["updated_at", "2019-02-12 22:37:07.550069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "11@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:19.581231"], ["updated_at", "2019-02-12 22:37:19.582810"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12032ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:19.588087"], ["updated_at", "2019-02-12 22:37:19.588087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:19.592023"], ["updated_at", "2019-02-12 22:37:19.592023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "12@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:29.979228"], ["updated_at", "2019-02-12 22:37:29.980629"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 10388ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:29.984515"], ["updated_at", "2019-02-12 22:37:29.984515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:29.988191"], ["updated_at", "2019-02-12 22:37:29.988191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:29.997904"], ["updated_at", "2019-02-12 22:37:29.997904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:30.001858"], ["updated_at", "2019-02-12 22:37:30.001858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:30.004069"], ["updated_at", "2019-02-12 22:37:30.004069"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:37:30.007460"], ["updated_at", "2019-02-12 22:37:30.007460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:30.013852"], ["updated_at", "2019-02-12 22:37:30.013852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:30.016672"], ["updated_at", "2019-02-12 22:37:30.016672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 5144ms (ActiveRecord: 0.1ms)  (0.5ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 16ms (Views: 0.4ms | ActiveRecord: 1.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:44.779983"], ["updated_at", "2019-02-12 22:37:44.779983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 12ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:44.797782"], ["updated_at", "2019-02-12 22:37:44.797782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:44.812447"], ["updated_at", "2019-02-12 22:37:44.812447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.827405"], ["updated_at", "2019-02-12 22:37:44.827405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.829517"], ["updated_at", "2019-02-12 22:37:44.829517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.831158"], ["updated_at", "2019-02-12 22:37:44.831158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.834124"], ["updated_at", "2019-02-12 22:37:44.834124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.835805"], ["updated_at", "2019-02-12 22:37:44.835805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.837301"], ["updated_at", "2019-02-12 22:37:44.837301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.838801"], ["updated_at", "2019-02-12 22:37:44.838801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.840416"], ["updated_at", "2019-02-12 22:37:44.840416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.842080"], ["updated_at", "2019-02-12 22:37:44.842080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.843895"], ["updated_at", "2019-02-12 22:37:44.843895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:44.851528"], ["updated_at", "2019-02-12 22:37:44.851528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:44.857672"], ["updated_at", "2019-02-12 22:37:44.857672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.860176"], ["updated_at", "2019-02-12 22:37:44.860176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.862642"], ["updated_at", "2019-02-12 22:37:44.862642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.864530"], ["updated_at", "2019-02-12 22:37:44.864530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.866317"], ["updated_at", "2019-02-12 22:37:44.866317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.868674"], ["updated_at", "2019-02-12 22:37:44.868674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.870403"], ["updated_at", "2019-02-12 22:37:44.870403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.872039"], ["updated_at", "2019-02-12 22:37:44.872039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.873593"], ["updated_at", "2019-02-12 22:37:44.873593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.875158"], ["updated_at", "2019-02-12 22:37:44.875158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.876926"], ["updated_at", "2019-02-12 22:37:44.876926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.878759"], ["updated_at", "2019-02-12 22:37:44.878759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.880510"], ["updated_at", "2019-02-12 22:37:44.880510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.882322"], ["updated_at", "2019-02-12 22:37:44.882322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.885314"], ["updated_at", "2019-02-12 22:37:44.885314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.887101"], ["updated_at", "2019-02-12 22:37:44.887101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.888657"], ["updated_at", "2019-02-12 22:37:44.888657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.890412"], ["updated_at", "2019-02-12 22:37:44.890412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.892031"], ["updated_at", "2019-02-12 22:37:44.892031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.893584"], ["updated_at", "2019-02-12 22:37:44.893584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.895442"], ["updated_at", "2019-02-12 22:37:44.895442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.897131"], ["updated_at", "2019-02-12 22:37:44.897131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.898959"], ["updated_at", "2019-02-12 22:37:44.898959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.902419"], ["updated_at", "2019-02-12 22:37:44.902419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.904512"], ["updated_at", "2019-02-12 22:37:44.904512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.906491"], ["updated_at", "2019-02-12 22:37:44.906491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.908807"], ["updated_at", "2019-02-12 22:37:44.908807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.912848"], ["updated_at", "2019-02-12 22:37:44.912848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.916490"], ["updated_at", "2019-02-12 22:37:44.916490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.918309"], ["updated_at", "2019-02-12 22:37:44.918309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.920149"], ["updated_at", "2019-02-12 22:37:44.920149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.922096"], ["updated_at", "2019-02-12 22:37:44.922096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.923837"], ["updated_at", "2019-02-12 22:37:44.923837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.925517"], ["updated_at", "2019-02-12 22:37:44.925517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.927209"], ["updated_at", "2019-02-12 22:37:44.927209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.930381"], ["updated_at", "2019-02-12 22:37:44.930381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.934760"], ["updated_at", "2019-02-12 22:37:44.934760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.936632"], ["updated_at", "2019-02-12 22:37:44.936632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.938828"], ["updated_at", "2019-02-12 22:37:44.938828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.944347"], ["updated_at", "2019-02-12 22:37:44.944347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.946931"], ["updated_at", "2019-02-12 22:37:44.946931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.948910"], ["updated_at", "2019-02-12 22:37:44.948910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.951283"], ["updated_at", "2019-02-12 22:37:44.951283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.953180"], ["updated_at", "2019-02-12 22:37:44.953180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.954729"], ["updated_at", "2019-02-12 22:37:44.954729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.956612"], ["updated_at", "2019-02-12 22:37:44.956612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.958301"], ["updated_at", "2019-02-12 22:37:44.958301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.959880"], ["updated_at", "2019-02-12 22:37:44.959880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.962076"], ["updated_at", "2019-02-12 22:37:44.962076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.963773"], ["updated_at", "2019-02-12 22:37:44.963773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.965478"], ["updated_at", "2019-02-12 22:37:44.965478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.967211"], ["updated_at", "2019-02-12 22:37:44.967211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.968788"], ["updated_at", "2019-02-12 22:37:44.968788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.970227"], ["updated_at", "2019-02-12 22:37:44.970227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.971866"], ["updated_at", "2019-02-12 22:37:44.971866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.973436"], ["updated_at", "2019-02-12 22:37:44.973436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.975364"], ["updated_at", "2019-02-12 22:37:44.975364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.976963"], ["updated_at", "2019-02-12 22:37:44.976963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.979212"], ["updated_at", "2019-02-12 22:37:44.979212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.981065"], ["updated_at", "2019-02-12 22:37:44.981065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.982827"], ["updated_at", "2019-02-12 22:37:44.982827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.985041"], ["updated_at", "2019-02-12 22:37:44.985041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.986678"], ["updated_at", "2019-02-12 22:37:44.986678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.988390"], ["updated_at", "2019-02-12 22:37:44.988390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.989934"], ["updated_at", "2019-02-12 22:37:44.989934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.991542"], ["updated_at", "2019-02-12 22:37:44.991542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.993429"], ["updated_at", "2019-02-12 22:37:44.993429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.996337"], ["updated_at", "2019-02-12 22:37:44.996337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.998038"], ["updated_at", "2019-02-12 22:37:44.998038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:44.999759"], ["updated_at", "2019-02-12 22:37:44.999759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.001632"], ["updated_at", "2019-02-12 22:37:45.001632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.003291"], ["updated_at", "2019-02-12 22:37:45.003291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.004778"], ["updated_at", "2019-02-12 22:37:45.004778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.006369"], ["updated_at", "2019-02-12 22:37:45.006369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.007882"], ["updated_at", "2019-02-12 22:37:45.007882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.009368"], ["updated_at", "2019-02-12 22:37:45.009368"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.011391"], ["updated_at", "2019-02-12 22:37:45.011391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.013483"], ["updated_at", "2019-02-12 22:37:45.013483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.015343"], ["updated_at", "2019-02-12 22:37:45.015343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.017006"], ["updated_at", "2019-02-12 22:37:45.017006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.018668"], ["updated_at", "2019-02-12 22:37:45.018668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.020219"], ["updated_at", "2019-02-12 22:37:45.020219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.021730"], ["updated_at", "2019-02-12 22:37:45.021730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.023292"], ["updated_at", "2019-02-12 22:37:45.023292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.024808"], ["updated_at", "2019-02-12 22:37:45.024808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.026307"], ["updated_at", "2019-02-12 22:37:45.026307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.028279"], ["updated_at", "2019-02-12 22:37:45.028279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.030216"], ["updated_at", "2019-02-12 22:37:45.030216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.031870"], ["updated_at", "2019-02-12 22:37:45.031870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.033756"], ["updated_at", "2019-02-12 22:37:45.033756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.035560"], ["updated_at", "2019-02-12 22:37:45.035560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.037174"], ["updated_at", "2019-02-12 22:37:45.037174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.038784"], ["updated_at", "2019-02-12 22:37:45.038784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.040314"], ["updated_at", "2019-02-12 22:37:45.040314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.042258"], ["updated_at", "2019-02-12 22:37:45.042258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.043810"], ["updated_at", "2019-02-12 22:37:45.043810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.046258"], ["updated_at", "2019-02-12 22:37:45.046258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.048817"], ["updated_at", "2019-02-12 22:37:45.048817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.051021"], ["updated_at", "2019-02-12 22:37:45.051021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.052883"], ["updated_at", "2019-02-12 22:37:45.052883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.054551"], ["updated_at", "2019-02-12 22:37:45.054551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.056684"], ["updated_at", "2019-02-12 22:37:45.056684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.058554"], ["updated_at", "2019-02-12 22:37:45.058554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.060195"], ["updated_at", "2019-02-12 22:37:45.060195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.062996"], ["updated_at", "2019-02-12 22:37:45.062996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.067346"], ["updated_at", "2019-02-12 22:37:45.067346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.069842"], ["updated_at", "2019-02-12 22:37:45.069842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.071462"], ["updated_at", "2019-02-12 22:37:45.071462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.072980"], ["updated_at", "2019-02-12 22:37:45.072980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.075721"], ["updated_at", "2019-02-12 22:37:45.075721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.077548"], ["updated_at", "2019-02-12 22:37:45.077548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.079656"], ["updated_at", "2019-02-12 22:37:45.079656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.082164"], ["updated_at", "2019-02-12 22:37:45.082164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.084285"], ["updated_at", "2019-02-12 22:37:45.084285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.085911"], ["updated_at", "2019-02-12 22:37:45.085911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.087431"], ["updated_at", "2019-02-12 22:37:45.087431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.089066"], ["updated_at", "2019-02-12 22:37:45.089066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.090566"], ["updated_at", "2019-02-12 22:37:45.090566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.092058"], ["updated_at", "2019-02-12 22:37:45.092058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.093576"], ["updated_at", "2019-02-12 22:37:45.093576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.096039"], ["updated_at", "2019-02-12 22:37:45.096039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.098077"], ["updated_at", "2019-02-12 22:37:45.098077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.100310"], ["updated_at", "2019-02-12 22:37:45.100310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.102042"], ["updated_at", "2019-02-12 22:37:45.102042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.103973"], ["updated_at", "2019-02-12 22:37:45.103973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.105628"], ["updated_at", "2019-02-12 22:37:45.105628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.107208"], ["updated_at", "2019-02-12 22:37:45.107208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.108837"], ["updated_at", "2019-02-12 22:37:45.108837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.110646"], ["updated_at", "2019-02-12 22:37:45.110646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.112759"], ["updated_at", "2019-02-12 22:37:45.112759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.114433"], ["updated_at", "2019-02-12 22:37:45.114433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.116490"], ["updated_at", "2019-02-12 22:37:45.116490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.118448"], ["updated_at", "2019-02-12 22:37:45.118448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.120466"], ["updated_at", "2019-02-12 22:37:45.120466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.122342"], ["updated_at", "2019-02-12 22:37:45.122342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.124000"], ["updated_at", "2019-02-12 22:37:45.124000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.126436"], ["updated_at", "2019-02-12 22:37:45.126436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.129170"], ["updated_at", "2019-02-12 22:37:45.129170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.131188"], ["updated_at", "2019-02-12 22:37:45.131188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.133164"], ["updated_at", "2019-02-12 22:37:45.133164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.135344"], ["updated_at", "2019-02-12 22:37:45.135344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.137974"], ["updated_at", "2019-02-12 22:37:45.137974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.140337"], ["updated_at", "2019-02-12 22:37:45.140337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.142291"], ["updated_at", "2019-02-12 22:37:45.142291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.144416"], ["updated_at", "2019-02-12 22:37:45.144416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.147318"], ["updated_at", "2019-02-12 22:37:45.147318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.150048"], ["updated_at", "2019-02-12 22:37:45.150048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.152095"], ["updated_at", "2019-02-12 22:37:45.152095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.153840"], ["updated_at", "2019-02-12 22:37:45.153840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.158535"], ["updated_at", "2019-02-12 22:37:45.158535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.160958"], ["updated_at", "2019-02-12 22:37:45.160958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.163779"], ["updated_at", "2019-02-12 22:37:45.163779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.165809"], ["updated_at", "2019-02-12 22:37:45.165809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.167532"], ["updated_at", "2019-02-12 22:37:45.167532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.169585"], ["updated_at", "2019-02-12 22:37:45.169585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.171939"], ["updated_at", "2019-02-12 22:37:45.171939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.173565"], ["updated_at", "2019-02-12 22:37:45.173565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.175051"], ["updated_at", "2019-02-12 22:37:45.175051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.176530"], ["updated_at", "2019-02-12 22:37:45.176530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.178578"], ["updated_at", "2019-02-12 22:37:45.178578"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.182391"], ["updated_at", "2019-02-12 22:37:45.182391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.185356"], ["updated_at", "2019-02-12 22:37:45.185356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.187283"], ["updated_at", "2019-02-12 22:37:45.187283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.189047"], ["updated_at", "2019-02-12 22:37:45.189047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.190556"], ["updated_at", "2019-02-12 22:37:45.190556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.192086"], ["updated_at", "2019-02-12 22:37:45.192086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.194724"], ["updated_at", "2019-02-12 22:37:45.194724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.197421"], ["updated_at", "2019-02-12 22:37:45.197421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.199372"], ["updated_at", "2019-02-12 22:37:45.199372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.201130"], ["updated_at", "2019-02-12 22:37:45.201130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.202710"], ["updated_at", "2019-02-12 22:37:45.202710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.205201"], ["updated_at", "2019-02-12 22:37:45.205201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.206893"], ["updated_at", "2019-02-12 22:37:45.206893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.208351"], ["updated_at", "2019-02-12 22:37:45.208351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.209794"], ["updated_at", "2019-02-12 22:37:45.209794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.212296"], ["updated_at", "2019-02-12 22:37:45.212296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.214210"], ["updated_at", "2019-02-12 22:37:45.214210"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.216639"], ["updated_at", "2019-02-12 22:37:45.216639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.219124"], ["updated_at", "2019-02-12 22:37:45.219124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.220850"], ["updated_at", "2019-02-12 22:37:45.220850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.222593"], ["updated_at", "2019-02-12 22:37:45.222593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.224410"], ["updated_at", "2019-02-12 22:37:45.224410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.225957"], ["updated_at", "2019-02-12 22:37:45.225957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.230796"], ["updated_at", "2019-02-12 22:37:45.230796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.232824"], ["updated_at", "2019-02-12 22:37:45.232824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.234681"], ["updated_at", "2019-02-12 22:37:45.234681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.236373"], ["updated_at", "2019-02-12 22:37:45.236373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.239666"], ["updated_at", "2019-02-12 22:37:45.239666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.242234"], ["updated_at", "2019-02-12 22:37:45.242234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.244050"], ["updated_at", "2019-02-12 22:37:45.244050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.246412"], ["updated_at", "2019-02-12 22:37:45.246412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.248708"], ["updated_at", "2019-02-12 22:37:45.248708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.251420"], ["updated_at", "2019-02-12 22:37:45.251420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.253066"], ["updated_at", "2019-02-12 22:37:45.253066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.254565"], ["updated_at", "2019-02-12 22:37:45.254565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.256058"], ["updated_at", "2019-02-12 22:37:45.256058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.257630"], ["updated_at", "2019-02-12 22:37:45.257630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.259570"], ["updated_at", "2019-02-12 22:37:45.259570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.262597"], ["updated_at", "2019-02-12 22:37:45.262597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.264670"], ["updated_at", "2019-02-12 22:37:45.264670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.266964"], ["updated_at", "2019-02-12 22:37:45.266964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.268924"], ["updated_at", "2019-02-12 22:37:45.268924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.270519"], ["updated_at", "2019-02-12 22:37:45.270519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.272962"], ["updated_at", "2019-02-12 22:37:45.272962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.274797"], ["updated_at", "2019-02-12 22:37:45.274797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.276683"], ["updated_at", "2019-02-12 22:37:45.276683"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.279164"], ["updated_at", "2019-02-12 22:37:45.279164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.281149"], ["updated_at", "2019-02-12 22:37:45.281149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.283952"], ["updated_at", "2019-02-12 22:37:45.283952"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.287386"], ["updated_at", "2019-02-12 22:37:45.287386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.289118"], ["updated_at", "2019-02-12 22:37:45.289118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.290608"], ["updated_at", "2019-02-12 22:37:45.290608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.292114"], ["updated_at", "2019-02-12 22:37:45.292114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.293899"], ["updated_at", "2019-02-12 22:37:45.293899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.296963"], ["updated_at", "2019-02-12 22:37:45.296963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.299125"], ["updated_at", "2019-02-12 22:37:45.299125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.301259"], ["updated_at", "2019-02-12 22:37:45.301259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.302947"], ["updated_at", "2019-02-12 22:37:45.302947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.304480"], ["updated_at", "2019-02-12 22:37:45.304480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.307047"], ["updated_at", "2019-02-12 22:37:45.307047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.308977"], ["updated_at", "2019-02-12 22:37:45.308977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.310503"], ["updated_at", "2019-02-12 22:37:45.310503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.313797"], ["updated_at", "2019-02-12 22:37:45.313797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.316421"], ["updated_at", "2019-02-12 22:37:45.316421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.318993"], ["updated_at", "2019-02-12 22:37:45.318993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.320899"], ["updated_at", "2019-02-12 22:37:45.320899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.322503"], ["updated_at", "2019-02-12 22:37:45.322503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.324001"], ["updated_at", "2019-02-12 22:37:45.324001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.325526"], ["updated_at", "2019-02-12 22:37:45.325526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.327017"], ["updated_at", "2019-02-12 22:37:45.327017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.329992"], ["updated_at", "2019-02-12 22:37:45.329992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.332180"], ["updated_at", "2019-02-12 22:37:45.332180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.334827"], ["updated_at", "2019-02-12 22:37:45.334827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.336680"], ["updated_at", "2019-02-12 22:37:45.336680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.338493"], ["updated_at", "2019-02-12 22:37:45.338493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.341102"], ["updated_at", "2019-02-12 22:37:45.341102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.342946"], ["updated_at", "2019-02-12 22:37:45.342946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.344644"], ["updated_at", "2019-02-12 22:37:45.344644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.346622"], ["updated_at", "2019-02-12 22:37:45.346622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.349388"], ["updated_at", "2019-02-12 22:37:45.349388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.352223"], ["updated_at", "2019-02-12 22:37:45.352223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.354040"], ["updated_at", "2019-02-12 22:37:45.354040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.356028"], ["updated_at", "2019-02-12 22:37:45.356028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.357658"], ["updated_at", "2019-02-12 22:37:45.357658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.359213"], ["updated_at", "2019-02-12 22:37:45.359213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.361644"], ["updated_at", "2019-02-12 22:37:45.361644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.364178"], ["updated_at", "2019-02-12 22:37:45.364178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.366964"], ["updated_at", "2019-02-12 22:37:45.366964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.368781"], ["updated_at", "2019-02-12 22:37:45.368781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.370398"], ["updated_at", "2019-02-12 22:37:45.370398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.372020"], ["updated_at", "2019-02-12 22:37:45.372020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.374855"], ["updated_at", "2019-02-12 22:37:45.374855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.376837"], ["updated_at", "2019-02-12 22:37:45.376837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.379604"], ["updated_at", "2019-02-12 22:37:45.379604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.386043"], ["updated_at", "2019-02-12 22:37:45.386043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.387725"], ["updated_at", "2019-02-12 22:37:45.387725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.389396"], ["updated_at", "2019-02-12 22:37:45.389396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.391218"], ["updated_at", "2019-02-12 22:37:45.391218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.392898"], ["updated_at", "2019-02-12 22:37:45.392898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.394465"], ["updated_at", "2019-02-12 22:37:45.394465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.397536"], ["updated_at", "2019-02-12 22:37:45.397536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.399941"], ["updated_at", "2019-02-12 22:37:45.399941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.402208"], ["updated_at", "2019-02-12 22:37:45.402208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.403759"], ["updated_at", "2019-02-12 22:37:45.403759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.405266"], ["updated_at", "2019-02-12 22:37:45.405266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.407950"], ["updated_at", "2019-02-12 22:37:45.407950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.409651"], ["updated_at", "2019-02-12 22:37:45.409651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.411145"], ["updated_at", "2019-02-12 22:37:45.411145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.414381"], ["updated_at", "2019-02-12 22:37:45.414381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.417072"], ["updated_at", "2019-02-12 22:37:45.417072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.421665"], ["updated_at", "2019-02-12 22:37:45.421665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.423613"], ["updated_at", "2019-02-12 22:37:45.423613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.425386"], ["updated_at", "2019-02-12 22:37:45.425386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.426865"], ["updated_at", "2019-02-12 22:37:45.426865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.430384"], ["updated_at", "2019-02-12 22:37:45.430384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.433157"], ["updated_at", "2019-02-12 22:37:45.433157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.435014"], ["updated_at", "2019-02-12 22:37:45.435014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.436971"], ["updated_at", "2019-02-12 22:37:45.436971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.438611"], ["updated_at", "2019-02-12 22:37:45.438611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.440876"], ["updated_at", "2019-02-12 22:37:45.440876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.442901"], ["updated_at", "2019-02-12 22:37:45.442901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.445865"], ["updated_at", "2019-02-12 22:37:45.445865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.448160"], ["updated_at", "2019-02-12 22:37:45.448160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.450834"], ["updated_at", "2019-02-12 22:37:45.450834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.453298"], ["updated_at", "2019-02-12 22:37:45.453298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.455608"], ["updated_at", "2019-02-12 22:37:45.455608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.457272"], ["updated_at", "2019-02-12 22:37:45.457272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.458826"], ["updated_at", "2019-02-12 22:37:45.458826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.460647"], ["updated_at", "2019-02-12 22:37:45.460647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.464414"], ["updated_at", "2019-02-12 22:37:45.464414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.467210"], ["updated_at", "2019-02-12 22:37:45.467210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.469016"], ["updated_at", "2019-02-12 22:37:45.469016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.470936"], ["updated_at", "2019-02-12 22:37:45.470936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.473202"], ["updated_at", "2019-02-12 22:37:45.473202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.475685"], ["updated_at", "2019-02-12 22:37:45.475685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.478071"], ["updated_at", "2019-02-12 22:37:45.478071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.481567"], ["updated_at", "2019-02-12 22:37:45.481567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.484573"], ["updated_at", "2019-02-12 22:37:45.484573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.486927"], ["updated_at", "2019-02-12 22:37:45.486927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.488564"], ["updated_at", "2019-02-12 22:37:45.488564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.490350"], ["updated_at", "2019-02-12 22:37:45.490350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.492145"], ["updated_at", "2019-02-12 22:37:45.492145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.494246"], ["updated_at", "2019-02-12 22:37:45.494246"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.497971"], ["updated_at", "2019-02-12 22:37:45.497971"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.501003"], ["updated_at", "2019-02-12 22:37:45.501003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.502702"], ["updated_at", "2019-02-12 22:37:45.502702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.504261"], ["updated_at", "2019-02-12 22:37:45.504261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.505854"], ["updated_at", "2019-02-12 22:37:45.505854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.507714"], ["updated_at", "2019-02-12 22:37:45.507714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.509567"], ["updated_at", "2019-02-12 22:37:45.509567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.512124"], ["updated_at", "2019-02-12 22:37:45.512124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.514946"], ["updated_at", "2019-02-12 22:37:45.514946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.517323"], ["updated_at", "2019-02-12 22:37:45.517323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.520044"], ["updated_at", "2019-02-12 22:37:45.520044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.522200"], ["updated_at", "2019-02-12 22:37:45.522200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.524036"], ["updated_at", "2019-02-12 22:37:45.524036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.526028"], ["updated_at", "2019-02-12 22:37:45.526028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.528487"], ["updated_at", "2019-02-12 22:37:45.528487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.531130"], ["updated_at", "2019-02-12 22:37:45.531130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.533542"], ["updated_at", "2019-02-12 22:37:45.533542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.535393"], ["updated_at", "2019-02-12 22:37:45.535393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.537002"], ["updated_at", "2019-02-12 22:37:45.537002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.538529"], ["updated_at", "2019-02-12 22:37:45.538529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.540090"], ["updated_at", "2019-02-12 22:37:45.540090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.542372"], ["updated_at", "2019-02-12 22:37:45.542372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.545013"], ["updated_at", "2019-02-12 22:37:45.545013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.547092"], ["updated_at", "2019-02-12 22:37:45.547092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.549278"], ["updated_at", "2019-02-12 22:37:45.549278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.551410"], ["updated_at", "2019-02-12 22:37:45.551410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.553825"], ["updated_at", "2019-02-12 22:37:45.553825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.555579"], ["updated_at", "2019-02-12 22:37:45.555579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.557150"], ["updated_at", "2019-02-12 22:37:45.557150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.558666"], ["updated_at", "2019-02-12 22:37:45.558666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.560149"], ["updated_at", "2019-02-12 22:37:45.560149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.562095"], ["updated_at", "2019-02-12 22:37:45.562095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.564860"], ["updated_at", "2019-02-12 22:37:45.564860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.567648"], ["updated_at", "2019-02-12 22:37:45.567648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.570488"], ["updated_at", "2019-02-12 22:37:45.570488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.573325"], ["updated_at", "2019-02-12 22:37:45.573325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.575518"], ["updated_at", "2019-02-12 22:37:45.575518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.577811"], ["updated_at", "2019-02-12 22:37:45.577811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.579753"], ["updated_at", "2019-02-12 22:37:45.579753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.581938"], ["updated_at", "2019-02-12 22:37:45.581938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.584103"], ["updated_at", "2019-02-12 22:37:45.584103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.585796"], ["updated_at", "2019-02-12 22:37:45.585796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.588394"], ["updated_at", "2019-02-12 22:37:45.588394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.590094"], ["updated_at", "2019-02-12 22:37:45.590094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.591632"], ["updated_at", "2019-02-12 22:37:45.591632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.593247"], ["updated_at", "2019-02-12 22:37:45.593247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.595129"], ["updated_at", "2019-02-12 22:37:45.595129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.596879"], ["updated_at", "2019-02-12 22:37:45.596879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.600037"], ["updated_at", "2019-02-12 22:37:45.600037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.601855"], ["updated_at", "2019-02-12 22:37:45.601855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.603450"], ["updated_at", "2019-02-12 22:37:45.603450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.607399"], ["updated_at", "2019-02-12 22:37:45.607399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.609822"], ["updated_at", "2019-02-12 22:37:45.609822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.611866"], ["updated_at", "2019-02-12 22:37:45.611866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.613439"], ["updated_at", "2019-02-12 22:37:45.613439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.615703"], ["updated_at", "2019-02-12 22:37:45.615703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.617839"], ["updated_at", "2019-02-12 22:37:45.617839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.619450"], ["updated_at", "2019-02-12 22:37:45.619450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.621960"], ["updated_at", "2019-02-12 22:37:45.621960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.623828"], ["updated_at", "2019-02-12 22:37:45.623828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.625361"], ["updated_at", "2019-02-12 22:37:45.625361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.626860"], ["updated_at", "2019-02-12 22:37:45.626860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.628623"], ["updated_at", "2019-02-12 22:37:45.628623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.631628"], ["updated_at", "2019-02-12 22:37:45.631628"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.635844"], ["updated_at", "2019-02-12 22:37:45.635844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.637758"], ["updated_at", "2019-02-12 22:37:45.637758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.639528"], ["updated_at", "2019-02-12 22:37:45.639528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.641256"], ["updated_at", "2019-02-12 22:37:45.641256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.643357"], ["updated_at", "2019-02-12 22:37:45.643357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.645462"], ["updated_at", "2019-02-12 22:37:45.645462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.648221"], ["updated_at", "2019-02-12 22:37:45.648221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.650860"], ["updated_at", "2019-02-12 22:37:45.650860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.652941"], ["updated_at", "2019-02-12 22:37:45.652941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.655304"], ["updated_at", "2019-02-12 22:37:45.655304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.657323"], ["updated_at", "2019-02-12 22:37:45.657323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.658888"], ["updated_at", "2019-02-12 22:37:45.658888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.660342"], ["updated_at", "2019-02-12 22:37:45.660342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.661847"], ["updated_at", "2019-02-12 22:37:45.661847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.663501"], ["updated_at", "2019-02-12 22:37:45.663501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.665909"], ["updated_at", "2019-02-12 22:37:45.665909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.668301"], ["updated_at", "2019-02-12 22:37:45.668301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.670246"], ["updated_at", "2019-02-12 22:37:45.670246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.671845"], ["updated_at", "2019-02-12 22:37:45.671845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.673472"], ["updated_at", "2019-02-12 22:37:45.673472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.675015"], ["updated_at", "2019-02-12 22:37:45.675015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.676636"], ["updated_at", "2019-02-12 22:37:45.676636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.678210"], ["updated_at", "2019-02-12 22:37:45.678210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.681259"], ["updated_at", "2019-02-12 22:37:45.681259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.683334"], ["updated_at", "2019-02-12 22:37:45.683334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.685046"], ["updated_at", "2019-02-12 22:37:45.685046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.686565"], ["updated_at", "2019-02-12 22:37:45.686565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.688465"], ["updated_at", "2019-02-12 22:37:45.688465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.690153"], ["updated_at", "2019-02-12 22:37:45.690153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.691825"], ["updated_at", "2019-02-12 22:37:45.691825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.693401"], ["updated_at", "2019-02-12 22:37:45.693401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.694990"], ["updated_at", "2019-02-12 22:37:45.694990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.696606"], ["updated_at", "2019-02-12 22:37:45.696606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.698173"], ["updated_at", "2019-02-12 22:37:45.698173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 27ms (Views: 15.8ms | ActiveRecord: 0.8ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:45.735429"], ["updated_at", "2019-02-12 22:37:45.735429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.737832"], ["updated_at", "2019-02-12 22:37:45.737832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.739609"], ["updated_at", "2019-02-12 22:37:45.739609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:45.746120"], ["updated_at", "2019-02-12 22:37:45.746120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.748845"], ["updated_at", "2019-02-12 22:37:45.748845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.750955"], ["updated_at", "2019-02-12 22:37:45.750955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:45.756801"], ["updated_at", "2019-02-12 22:37:45.756801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.759260"], ["updated_at", "2019-02-12 22:37:45.759260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.761233"], ["updated_at", "2019-02-12 22:37:45.761233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.762940"], ["updated_at", "2019-02-12 22:37:45.762940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.764448"], ["updated_at", "2019-02-12 22:37:45.764448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.766202"], ["updated_at", "2019-02-12 22:37:45.766202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.769364"], ["updated_at", "2019-02-12 22:37:45.769364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.771043"], ["updated_at", "2019-02-12 22:37:45.771043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.772638"], ["updated_at", "2019-02-12 22:37:45.772638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.774198"], ["updated_at", "2019-02-12 22:37:45.774198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.775673"], ["updated_at", "2019-02-12 22:37:45.775673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.777797"], ["updated_at", "2019-02-12 22:37:45.777797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.780043"], ["updated_at", "2019-02-12 22:37:45.780043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.781810"], ["updated_at", "2019-02-12 22:37:45.781810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.784080"], ["updated_at", "2019-02-12 22:37:45.784080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.786034"], ["updated_at", "2019-02-12 22:37:45.786034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.787761"], ["updated_at", "2019-02-12 22:37:45.787761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.790181"], ["updated_at", "2019-02-12 22:37:45.790181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.792081"], ["updated_at", "2019-02-12 22:37:45.792081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.793741"], ["updated_at", "2019-02-12 22:37:45.793741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.795953"], ["updated_at", "2019-02-12 22:37:45.795953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.797693"], ["updated_at", "2019-02-12 22:37:45.797693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.799823"], ["updated_at", "2019-02-12 22:37:45.799823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.802446"], ["updated_at", "2019-02-12 22:37:45.802446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.804309"], ["updated_at", "2019-02-12 22:37:45.804309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.805959"], ["updated_at", "2019-02-12 22:37:45.805959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.808378"], ["updated_at", "2019-02-12 22:37:45.808378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.811544"], ["updated_at", "2019-02-12 22:37:45.811544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.816192"], ["updated_at", "2019-02-12 22:37:45.816192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.818040"], ["updated_at", "2019-02-12 22:37:45.818040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.819805"], ["updated_at", "2019-02-12 22:37:45.819805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.821352"], ["updated_at", "2019-02-12 22:37:45.821352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.823611"], ["updated_at", "2019-02-12 22:37:45.823611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.825636"], ["updated_at", "2019-02-12 22:37:45.825636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.827230"], ["updated_at", "2019-02-12 22:37:45.827230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.828803"], ["updated_at", "2019-02-12 22:37:45.828803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.830726"], ["updated_at", "2019-02-12 22:37:45.830726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.834317"], ["updated_at", "2019-02-12 22:37:45.834317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.836498"], ["updated_at", "2019-02-12 22:37:45.836498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.838233"], ["updated_at", "2019-02-12 22:37:45.838233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.839772"], ["updated_at", "2019-02-12 22:37:45.839772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.841314"], ["updated_at", "2019-02-12 22:37:45.841314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.843043"], ["updated_at", "2019-02-12 22:37:45.843043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.844601"], ["updated_at", "2019-02-12 22:37:45.844601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.847072"], ["updated_at", "2019-02-12 22:37:45.847072"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.849512"], ["updated_at", "2019-02-12 22:37:45.849512"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.851235"], ["updated_at", "2019-02-12 22:37:45.851235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.852774"], ["updated_at", "2019-02-12 22:37:45.852774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.854440"], ["updated_at", "2019-02-12 22:37:45.854440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.855990"], ["updated_at", "2019-02-12 22:37:45.855990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.858475"], ["updated_at", "2019-02-12 22:37:45.858475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.860087"], ["updated_at", "2019-02-12 22:37:45.860087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.861850"], ["updated_at", "2019-02-12 22:37:45.861850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.863723"], ["updated_at", "2019-02-12 22:37:45.863723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.866036"], ["updated_at", "2019-02-12 22:37:45.866036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.868892"], ["updated_at", "2019-02-12 22:37:45.868892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.870591"], ["updated_at", "2019-02-12 22:37:45.870591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.872086"], ["updated_at", "2019-02-12 22:37:45.872086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.873630"], ["updated_at", "2019-02-12 22:37:45.873630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.875268"], ["updated_at", "2019-02-12 22:37:45.875268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.876933"], ["updated_at", "2019-02-12 22:37:45.876933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.878785"], ["updated_at", "2019-02-12 22:37:45.878785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.881295"], ["updated_at", "2019-02-12 22:37:45.881295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.883583"], ["updated_at", "2019-02-12 22:37:45.883583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.885355"], ["updated_at", "2019-02-12 22:37:45.885355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.887113"], ["updated_at", "2019-02-12 22:37:45.887113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.888743"], ["updated_at", "2019-02-12 22:37:45.888743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.891001"], ["updated_at", "2019-02-12 22:37:45.891001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.892994"], ["updated_at", "2019-02-12 22:37:45.892994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.894770"], ["updated_at", "2019-02-12 22:37:45.894770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.897044"], ["updated_at", "2019-02-12 22:37:45.897044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.898754"], ["updated_at", "2019-02-12 22:37:45.898754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.901381"], ["updated_at", "2019-02-12 22:37:45.901381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.903674"], ["updated_at", "2019-02-12 22:37:45.903674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.905475"], ["updated_at", "2019-02-12 22:37:45.905475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.907162"], ["updated_at", "2019-02-12 22:37:45.907162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.908772"], ["updated_at", "2019-02-12 22:37:45.908772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.910412"], ["updated_at", "2019-02-12 22:37:45.910412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.912307"], ["updated_at", "2019-02-12 22:37:45.912307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.917142"], ["updated_at", "2019-02-12 22:37:45.917142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.919334"], ["updated_at", "2019-02-12 22:37:45.919334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.921178"], ["updated_at", "2019-02-12 22:37:45.921178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.923178"], ["updated_at", "2019-02-12 22:37:45.923178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.926013"], ["updated_at", "2019-02-12 22:37:45.926013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.927902"], ["updated_at", "2019-02-12 22:37:45.927902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.929792"], ["updated_at", "2019-02-12 22:37:45.929792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.931673"], ["updated_at", "2019-02-12 22:37:45.931673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.933702"], ["updated_at", "2019-02-12 22:37:45.933702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.936381"], ["updated_at", "2019-02-12 22:37:45.936381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.938110"], ["updated_at", "2019-02-12 22:37:45.938110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.939600"], ["updated_at", "2019-02-12 22:37:45.939600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.941082"], ["updated_at", "2019-02-12 22:37:45.941082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.942527"], ["updated_at", "2019-02-12 22:37:45.942527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.944033"], ["updated_at", "2019-02-12 22:37:45.944033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.945626"], ["updated_at", "2019-02-12 22:37:45.945626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.948143"], ["updated_at", "2019-02-12 22:37:45.948143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.950281"], ["updated_at", "2019-02-12 22:37:45.950281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.951912"], ["updated_at", "2019-02-12 22:37:45.951912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.953399"], ["updated_at", "2019-02-12 22:37:45.953399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.955278"], ["updated_at", "2019-02-12 22:37:45.955278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.956862"], ["updated_at", "2019-02-12 22:37:45.956862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.959268"], ["updated_at", "2019-02-12 22:37:45.959268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.960920"], ["updated_at", "2019-02-12 22:37:45.960920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.962545"], ["updated_at", "2019-02-12 22:37:45.962545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.964062"], ["updated_at", "2019-02-12 22:37:45.964062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.965686"], ["updated_at", "2019-02-12 22:37:45.965686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.967703"], ["updated_at", "2019-02-12 22:37:45.967703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.970084"], ["updated_at", "2019-02-12 22:37:45.970084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.972048"], ["updated_at", "2019-02-12 22:37:45.972048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.973828"], ["updated_at", "2019-02-12 22:37:45.973828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.975356"], ["updated_at", "2019-02-12 22:37:45.975356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.976853"], ["updated_at", "2019-02-12 22:37:45.976853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.978352"], ["updated_at", "2019-02-12 22:37:45.978352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.980399"], ["updated_at", "2019-02-12 22:37:45.980399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.982878"], ["updated_at", "2019-02-12 22:37:45.982878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.984587"], ["updated_at", "2019-02-12 22:37:45.984587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.986104"], ["updated_at", "2019-02-12 22:37:45.986104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.987575"], ["updated_at", "2019-02-12 22:37:45.987575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.989064"], ["updated_at", "2019-02-12 22:37:45.989064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.991397"], ["updated_at", "2019-02-12 22:37:45.991397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.993701"], ["updated_at", "2019-02-12 22:37:45.993701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.995410"], ["updated_at", "2019-02-12 22:37:45.995410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.997487"], ["updated_at", "2019-02-12 22:37:45.997487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:45.999906"], ["updated_at", "2019-02-12 22:37:45.999906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.001746"], ["updated_at", "2019-02-12 22:37:46.001746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.004078"], ["updated_at", "2019-02-12 22:37:46.004078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.005955"], ["updated_at", "2019-02-12 22:37:46.005955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.007493"], ["updated_at", "2019-02-12 22:37:46.007493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.009329"], ["updated_at", "2019-02-12 22:37:46.009329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.010896"], ["updated_at", "2019-02-12 22:37:46.010896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.012497"], ["updated_at", "2019-02-12 22:37:46.012497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.014071"], ["updated_at", "2019-02-12 22:37:46.014071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.016254"], ["updated_at", "2019-02-12 22:37:46.016254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.018067"], ["updated_at", "2019-02-12 22:37:46.018067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.019618"], ["updated_at", "2019-02-12 22:37:46.019618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.021048"], ["updated_at", "2019-02-12 22:37:46.021048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.022537"], ["updated_at", "2019-02-12 22:37:46.022537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.024032"], ["updated_at", "2019-02-12 22:37:46.024032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.025956"], ["updated_at", "2019-02-12 22:37:46.025956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.027719"], ["updated_at", "2019-02-12 22:37:46.027719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.029520"], ["updated_at", "2019-02-12 22:37:46.029520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.031185"], ["updated_at", "2019-02-12 22:37:46.031185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.032877"], ["updated_at", "2019-02-12 22:37:46.032877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.034472"], ["updated_at", "2019-02-12 22:37:46.034472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.036200"], ["updated_at", "2019-02-12 22:37:46.036200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.038975"], ["updated_at", "2019-02-12 22:37:46.038975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.041084"], ["updated_at", "2019-02-12 22:37:46.041084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.042645"], ["updated_at", "2019-02-12 22:37:46.042645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.044643"], ["updated_at", "2019-02-12 22:37:46.044643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.046394"], ["updated_at", "2019-02-12 22:37:46.046394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.048288"], ["updated_at", "2019-02-12 22:37:46.048288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.050028"], ["updated_at", "2019-02-12 22:37:46.050028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.051975"], ["updated_at", "2019-02-12 22:37:46.051975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.053670"], ["updated_at", "2019-02-12 22:37:46.053670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.055221"], ["updated_at", "2019-02-12 22:37:46.055221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.056894"], ["updated_at", "2019-02-12 22:37:46.056894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.058555"], ["updated_at", "2019-02-12 22:37:46.058555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.060323"], ["updated_at", "2019-02-12 22:37:46.060323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.062448"], ["updated_at", "2019-02-12 22:37:46.062448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.064243"], ["updated_at", "2019-02-12 22:37:46.064243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.065944"], ["updated_at", "2019-02-12 22:37:46.065944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.067827"], ["updated_at", "2019-02-12 22:37:46.067827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.069511"], ["updated_at", "2019-02-12 22:37:46.069511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.072280"], ["updated_at", "2019-02-12 22:37:46.072280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.074872"], ["updated_at", "2019-02-12 22:37:46.074872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.076714"], ["updated_at", "2019-02-12 22:37:46.076714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.078425"], ["updated_at", "2019-02-12 22:37:46.078425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.080794"], ["updated_at", "2019-02-12 22:37:46.080794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.085670"], ["updated_at", "2019-02-12 22:37:46.085670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.087346"], ["updated_at", "2019-02-12 22:37:46.087346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.088900"], ["updated_at", "2019-02-12 22:37:46.088900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.090427"], ["updated_at", "2019-02-12 22:37:46.090427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.091980"], ["updated_at", "2019-02-12 22:37:46.091980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.094046"], ["updated_at", "2019-02-12 22:37:46.094046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.095841"], ["updated_at", "2019-02-12 22:37:46.095841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.098146"], ["updated_at", "2019-02-12 22:37:46.098146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.100127"], ["updated_at", "2019-02-12 22:37:46.100127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.101909"], ["updated_at", "2019-02-12 22:37:46.101909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.103996"], ["updated_at", "2019-02-12 22:37:46.103996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.106215"], ["updated_at", "2019-02-12 22:37:46.106215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.108047"], ["updated_at", "2019-02-12 22:37:46.108047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.110138"], ["updated_at", "2019-02-12 22:37:46.110138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.111806"], ["updated_at", "2019-02-12 22:37:46.111806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.113430"], ["updated_at", "2019-02-12 22:37:46.113430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.116298"], ["updated_at", "2019-02-12 22:37:46.116298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.120110"], ["updated_at", "2019-02-12 22:37:46.120110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.122242"], ["updated_at", "2019-02-12 22:37:46.122242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.123865"], ["updated_at", "2019-02-12 22:37:46.123865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.125457"], ["updated_at", "2019-02-12 22:37:46.125457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.127947"], ["updated_at", "2019-02-12 22:37:46.127947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.130461"], ["updated_at", "2019-02-12 22:37:46.130461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.133996"], ["updated_at", "2019-02-12 22:37:46.133996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.137983"], ["updated_at", "2019-02-12 22:37:46.137983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.140125"], ["updated_at", "2019-02-12 22:37:46.140125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.141882"], ["updated_at", "2019-02-12 22:37:46.141882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.146005"], ["updated_at", "2019-02-12 22:37:46.146005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.149478"], ["updated_at", "2019-02-12 22:37:46.149478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.155012"], ["updated_at", "2019-02-12 22:37:46.155012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.156957"], ["updated_at", "2019-02-12 22:37:46.156957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.158504"], ["updated_at", "2019-02-12 22:37:46.158504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.160467"], ["updated_at", "2019-02-12 22:37:46.160467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.162822"], ["updated_at", "2019-02-12 22:37:46.162822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.164423"], ["updated_at", "2019-02-12 22:37:46.164423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.166833"], ["updated_at", "2019-02-12 22:37:46.166833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.172734"], ["updated_at", "2019-02-12 22:37:46.172734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.174907"], ["updated_at", "2019-02-12 22:37:46.174907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.176450"], ["updated_at", "2019-02-12 22:37:46.176450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.177945"], ["updated_at", "2019-02-12 22:37:46.177945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.179819"], ["updated_at", "2019-02-12 22:37:46.179819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.181590"], ["updated_at", "2019-02-12 22:37:46.181590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.186090"], ["updated_at", "2019-02-12 22:37:46.186090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.191025"], ["updated_at", "2019-02-12 22:37:46.191025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.196231"], ["updated_at", "2019-02-12 22:37:46.196231"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.202742"], ["updated_at", "2019-02-12 22:37:46.202742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.210075"], ["updated_at", "2019-02-12 22:37:46.210075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.213308"], ["updated_at", "2019-02-12 22:37:46.213308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.215723"], ["updated_at", "2019-02-12 22:37:46.215723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.221479"], ["updated_at", "2019-02-12 22:37:46.221479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.223346"], ["updated_at", "2019-02-12 22:37:46.223346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.224843"], ["updated_at", "2019-02-12 22:37:46.224843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.226440"], ["updated_at", "2019-02-12 22:37:46.226440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.229087"], ["updated_at", "2019-02-12 22:37:46.229087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.231163"], ["updated_at", "2019-02-12 22:37:46.231163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.235787"], ["updated_at", "2019-02-12 22:37:46.235787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.237637"], ["updated_at", "2019-02-12 22:37:46.237637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.241390"], ["updated_at", "2019-02-12 22:37:46.241390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.243207"], ["updated_at", "2019-02-12 22:37:46.243207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.244768"], ["updated_at", "2019-02-12 22:37:46.244768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.246459"], ["updated_at", "2019-02-12 22:37:46.246459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.248028"], ["updated_at", "2019-02-12 22:37:46.248028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.252880"], ["updated_at", "2019-02-12 22:37:46.252880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.254958"], ["updated_at", "2019-02-12 22:37:46.254958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.257631"], ["updated_at", "2019-02-12 22:37:46.257631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.259813"], ["updated_at", "2019-02-12 22:37:46.259813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.262310"], ["updated_at", "2019-02-12 22:37:46.262310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.264806"], ["updated_at", "2019-02-12 22:37:46.264806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.268305"], ["updated_at", "2019-02-12 22:37:46.268305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.270742"], ["updated_at", "2019-02-12 22:37:46.270742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.272949"], ["updated_at", "2019-02-12 22:37:46.272949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.275834"], ["updated_at", "2019-02-12 22:37:46.275834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.277398"], ["updated_at", "2019-02-12 22:37:46.277398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.279027"], ["updated_at", "2019-02-12 22:37:46.279027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.280831"], ["updated_at", "2019-02-12 22:37:46.280831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.282597"], ["updated_at", "2019-02-12 22:37:46.282597"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.287109"], ["updated_at", "2019-02-12 22:37:46.287109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.289362"], ["updated_at", "2019-02-12 22:37:46.289362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.291046"], ["updated_at", "2019-02-12 22:37:46.291046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.293522"], ["updated_at", "2019-02-12 22:37:46.293522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.296810"], ["updated_at", "2019-02-12 22:37:46.296810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.299187"], ["updated_at", "2019-02-12 22:37:46.299187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.303193"], ["updated_at", "2019-02-12 22:37:46.303193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.308710"], ["updated_at", "2019-02-12 22:37:46.308710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.311653"], ["updated_at", "2019-02-12 22:37:46.311653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.313553"], ["updated_at", "2019-02-12 22:37:46.313553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.315325"], ["updated_at", "2019-02-12 22:37:46.315325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.320208"], ["updated_at", "2019-02-12 22:37:46.320208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.322899"], ["updated_at", "2019-02-12 22:37:46.322899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.324818"], ["updated_at", "2019-02-12 22:37:46.324818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.326661"], ["updated_at", "2019-02-12 22:37:46.326661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.329694"], ["updated_at", "2019-02-12 22:37:46.329694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.332383"], ["updated_at", "2019-02-12 22:37:46.332383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.336656"], ["updated_at", "2019-02-12 22:37:46.336656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.338484"], ["updated_at", "2019-02-12 22:37:46.338484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.340685"], ["updated_at", "2019-02-12 22:37:46.340685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.343290"], ["updated_at", "2019-02-12 22:37:46.343290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.345411"], ["updated_at", "2019-02-12 22:37:46.345411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.348394"], ["updated_at", "2019-02-12 22:37:46.348394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.353783"], ["updated_at", "2019-02-12 22:37:46.353783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.356530"], ["updated_at", "2019-02-12 22:37:46.356530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.358493"], ["updated_at", "2019-02-12 22:37:46.358493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.360776"], ["updated_at", "2019-02-12 22:37:46.360776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.363820"], ["updated_at", "2019-02-12 22:37:46.363820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.368451"], ["updated_at", "2019-02-12 22:37:46.368451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.371718"], ["updated_at", "2019-02-12 22:37:46.371718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.374285"], ["updated_at", "2019-02-12 22:37:46.374285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.376735"], ["updated_at", "2019-02-12 22:37:46.376735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.378487"], ["updated_at", "2019-02-12 22:37:46.378487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.380274"], ["updated_at", "2019-02-12 22:37:46.380274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.382187"], ["updated_at", "2019-02-12 22:37:46.382187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.386245"], ["updated_at", "2019-02-12 22:37:46.386245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.388354"], ["updated_at", "2019-02-12 22:37:46.388354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.390553"], ["updated_at", "2019-02-12 22:37:46.390553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.392304"], ["updated_at", "2019-02-12 22:37:46.392304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.393960"], ["updated_at", "2019-02-12 22:37:46.393960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.395643"], ["updated_at", "2019-02-12 22:37:46.395643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.398373"], ["updated_at", "2019-02-12 22:37:46.398373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.400540"], ["updated_at", "2019-02-12 22:37:46.400540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.403148"], ["updated_at", "2019-02-12 22:37:46.403148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.404960"], ["updated_at", "2019-02-12 22:37:46.404960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.406730"], ["updated_at", "2019-02-12 22:37:46.406730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.408706"], ["updated_at", "2019-02-12 22:37:46.408706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.410595"], ["updated_at", "2019-02-12 22:37:46.410595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.413599"], ["updated_at", "2019-02-12 22:37:46.413599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.415828"], ["updated_at", "2019-02-12 22:37:46.415828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.418967"], ["updated_at", "2019-02-12 22:37:46.418967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.421907"], ["updated_at", "2019-02-12 22:37:46.421907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.424305"], ["updated_at", "2019-02-12 22:37:46.424305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.426841"], ["updated_at", "2019-02-12 22:37:46.426841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.429103"], ["updated_at", "2019-02-12 22:37:46.429103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.431565"], ["updated_at", "2019-02-12 22:37:46.431565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.434161"], ["updated_at", "2019-02-12 22:37:46.434161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 24ms (Views: 14.7ms | ActiveRecord: 1.0ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:46.466373"], ["updated_at", "2019-02-12 22:37:46.466373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.484096"], ["updated_at", "2019-02-12 22:37:46.484096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.485888"], ["updated_at", "2019-02-12 22:37:46.485888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.487468"], ["updated_at", "2019-02-12 22:37:46.487468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.488965"], ["updated_at", "2019-02-12 22:37:46.488965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.490533"], ["updated_at", "2019-02-12 22:37:46.490533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.492632"], ["updated_at", "2019-02-12 22:37:46.492632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.494263"], ["updated_at", "2019-02-12 22:37:46.494263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.495937"], ["updated_at", "2019-02-12 22:37:46.495937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.497643"], ["updated_at", "2019-02-12 22:37:46.497643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.500327"], ["updated_at", "2019-02-12 22:37:46.500327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.502860"], ["updated_at", "2019-02-12 22:37:46.502860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.504690"], ["updated_at", "2019-02-12 22:37:46.504690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.506273"], ["updated_at", "2019-02-12 22:37:46.506273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.507873"], ["updated_at", "2019-02-12 22:37:46.507873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.510175"], ["updated_at", "2019-02-12 22:37:46.510175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.511799"], ["updated_at", "2019-02-12 22:37:46.511799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.514381"], ["updated_at", "2019-02-12 22:37:46.514381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.516835"], ["updated_at", "2019-02-12 22:37:46.516835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.518875"], ["updated_at", "2019-02-12 22:37:46.518875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.521351"], ["updated_at", "2019-02-12 22:37:46.521351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.523282"], ["updated_at", "2019-02-12 22:37:46.523282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.524940"], ["updated_at", "2019-02-12 22:37:46.524940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.527318"], ["updated_at", "2019-02-12 22:37:46.527318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.529073"], ["updated_at", "2019-02-12 22:37:46.529073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.531321"], ["updated_at", "2019-02-12 22:37:46.531321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.533062"], ["updated_at", "2019-02-12 22:37:46.533062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.535234"], ["updated_at", "2019-02-12 22:37:46.535234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.537514"], ["updated_at", "2019-02-12 22:37:46.537514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.539563"], ["updated_at", "2019-02-12 22:37:46.539563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.541755"], ["updated_at", "2019-02-12 22:37:46.541755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.544493"], ["updated_at", "2019-02-12 22:37:46.544493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.546310"], ["updated_at", "2019-02-12 22:37:46.546310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.547951"], ["updated_at", "2019-02-12 22:37:46.547951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.549723"], ["updated_at", "2019-02-12 22:37:46.549723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.551563"], ["updated_at", "2019-02-12 22:37:46.551563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.553108"], ["updated_at", "2019-02-12 22:37:46.553108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.554606"], ["updated_at", "2019-02-12 22:37:46.554606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.556078"], ["updated_at", "2019-02-12 22:37:46.556078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.557650"], ["updated_at", "2019-02-12 22:37:46.557650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.559137"], ["updated_at", "2019-02-12 22:37:46.559137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.560792"], ["updated_at", "2019-02-12 22:37:46.560792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.562878"], ["updated_at", "2019-02-12 22:37:46.562878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.564534"], ["updated_at", "2019-02-12 22:37:46.564534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.565957"], ["updated_at", "2019-02-12 22:37:46.565957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.567654"], ["updated_at", "2019-02-12 22:37:46.567654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.569266"], ["updated_at", "2019-02-12 22:37:46.569266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.570796"], ["updated_at", "2019-02-12 22:37:46.570796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.572394"], ["updated_at", "2019-02-12 22:37:46.572394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.574139"], ["updated_at", "2019-02-12 22:37:46.574139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.575756"], ["updated_at", "2019-02-12 22:37:46.575756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.577290"], ["updated_at", "2019-02-12 22:37:46.577290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.579074"], ["updated_at", "2019-02-12 22:37:46.579074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.580978"], ["updated_at", "2019-02-12 22:37:46.580978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.582517"], ["updated_at", "2019-02-12 22:37:46.582517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.585887"], ["updated_at", "2019-02-12 22:37:46.585887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.589020"], ["updated_at", "2019-02-12 22:37:46.589020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.591390"], ["updated_at", "2019-02-12 22:37:46.591390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.592981"], ["updated_at", "2019-02-12 22:37:46.592981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.594508"], ["updated_at", "2019-02-12 22:37:46.594508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.596237"], ["updated_at", "2019-02-12 22:37:46.596237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.598923"], ["updated_at", "2019-02-12 22:37:46.598923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.600832"], ["updated_at", "2019-02-12 22:37:46.600832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.602416"], ["updated_at", "2019-02-12 22:37:46.602416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.603945"], ["updated_at", "2019-02-12 22:37:46.603945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.605421"], ["updated_at", "2019-02-12 22:37:46.605421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.607004"], ["updated_at", "2019-02-12 22:37:46.607004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.608648"], ["updated_at", "2019-02-12 22:37:46.608648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.610328"], ["updated_at", "2019-02-12 22:37:46.610328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.611919"], ["updated_at", "2019-02-12 22:37:46.611919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.613515"], ["updated_at", "2019-02-12 22:37:46.613515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.615727"], ["updated_at", "2019-02-12 22:37:46.615727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.617889"], ["updated_at", "2019-02-12 22:37:46.617889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.619613"], ["updated_at", "2019-02-12 22:37:46.619613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.621396"], ["updated_at", "2019-02-12 22:37:46.621396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.622975"], ["updated_at", "2019-02-12 22:37:46.622975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.624593"], ["updated_at", "2019-02-12 22:37:46.624593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.626205"], ["updated_at", "2019-02-12 22:37:46.626205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.627834"], ["updated_at", "2019-02-12 22:37:46.627834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.629568"], ["updated_at", "2019-02-12 22:37:46.629568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.631209"], ["updated_at", "2019-02-12 22:37:46.631209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.633428"], ["updated_at", "2019-02-12 22:37:46.633428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.636972"], ["updated_at", "2019-02-12 22:37:46.636972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.638713"], ["updated_at", "2019-02-12 22:37:46.638713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.640317"], ["updated_at", "2019-02-12 22:37:46.640317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.641901"], ["updated_at", "2019-02-12 22:37:46.641901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.643668"], ["updated_at", "2019-02-12 22:37:46.643668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.645454"], ["updated_at", "2019-02-12 22:37:46.645454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.647517"], ["updated_at", "2019-02-12 22:37:46.647517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.649249"], ["updated_at", "2019-02-12 22:37:46.649249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.651196"], ["updated_at", "2019-02-12 22:37:46.651196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.652863"], ["updated_at", "2019-02-12 22:37:46.652863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.654985"], ["updated_at", "2019-02-12 22:37:46.654985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.656745"], ["updated_at", "2019-02-12 22:37:46.656745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.658400"], ["updated_at", "2019-02-12 22:37:46.658400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.659989"], ["updated_at", "2019-02-12 22:37:46.659989"]]  (2.6ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.664436"], ["updated_at", "2019-02-12 22:37:46.664436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.666066"], ["updated_at", "2019-02-12 22:37:46.666066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.668019"], ["updated_at", "2019-02-12 22:37:46.668019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.669684"], ["updated_at", "2019-02-12 22:37:46.669684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.671376"], ["updated_at", "2019-02-12 22:37:46.671376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.673379"], ["updated_at", "2019-02-12 22:37:46.673379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.675001"], ["updated_at", "2019-02-12 22:37:46.675001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.676515"], ["updated_at", "2019-02-12 22:37:46.676515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.678300"], ["updated_at", "2019-02-12 22:37:46.678300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.680387"], ["updated_at", "2019-02-12 22:37:46.680387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.682033"], ["updated_at", "2019-02-12 22:37:46.682033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.683672"], ["updated_at", "2019-02-12 22:37:46.683672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.685462"], ["updated_at", "2019-02-12 22:37:46.685462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.687000"], ["updated_at", "2019-02-12 22:37:46.687000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.688596"], ["updated_at", "2019-02-12 22:37:46.688596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.691827"], ["updated_at", "2019-02-12 22:37:46.691827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.693410"], ["updated_at", "2019-02-12 22:37:46.693410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.694883"], ["updated_at", "2019-02-12 22:37:46.694883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.696656"], ["updated_at", "2019-02-12 22:37:46.696656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.698316"], ["updated_at", "2019-02-12 22:37:46.698316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.700272"], ["updated_at", "2019-02-12 22:37:46.700272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.702330"], ["updated_at", "2019-02-12 22:37:46.702330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.704061"], ["updated_at", "2019-02-12 22:37:46.704061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.705658"], ["updated_at", "2019-02-12 22:37:46.705658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.707640"], ["updated_at", "2019-02-12 22:37:46.707640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.709323"], ["updated_at", "2019-02-12 22:37:46.709323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.710786"], ["updated_at", "2019-02-12 22:37:46.710786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.714336"], ["updated_at", "2019-02-12 22:37:46.714336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.716919"], ["updated_at", "2019-02-12 22:37:46.716919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.718578"], ["updated_at", "2019-02-12 22:37:46.718578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.720052"], ["updated_at", "2019-02-12 22:37:46.720052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.721500"], ["updated_at", "2019-02-12 22:37:46.721500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.724007"], ["updated_at", "2019-02-12 22:37:46.724007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.727239"], ["updated_at", "2019-02-12 22:37:46.727239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.729149"], ["updated_at", "2019-02-12 22:37:46.729149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.732376"], ["updated_at", "2019-02-12 22:37:46.732376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.735277"], ["updated_at", "2019-02-12 22:37:46.735277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.737951"], ["updated_at", "2019-02-12 22:37:46.737951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.739521"], ["updated_at", "2019-02-12 22:37:46.739521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.741053"], ["updated_at", "2019-02-12 22:37:46.741053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.742705"], ["updated_at", "2019-02-12 22:37:46.742705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.744594"], ["updated_at", "2019-02-12 22:37:46.744594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.746408"], ["updated_at", "2019-02-12 22:37:46.746408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.748179"], ["updated_at", "2019-02-12 22:37:46.748179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.750652"], ["updated_at", "2019-02-12 22:37:46.750652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.752845"], ["updated_at", "2019-02-12 22:37:46.752845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.754345"], ["updated_at", "2019-02-12 22:37:46.754345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.755858"], ["updated_at", "2019-02-12 22:37:46.755858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.759037"], ["updated_at", "2019-02-12 22:37:46.759037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.761502"], ["updated_at", "2019-02-12 22:37:46.761502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.763518"], ["updated_at", "2019-02-12 22:37:46.763518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.765410"], ["updated_at", "2019-02-12 22:37:46.765410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.769451"], ["updated_at", "2019-02-12 22:37:46.769451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.773879"], ["updated_at", "2019-02-12 22:37:46.773879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.776028"], ["updated_at", "2019-02-12 22:37:46.776028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.777576"], ["updated_at", "2019-02-12 22:37:46.777576"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.780491"], ["updated_at", "2019-02-12 22:37:46.780491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.782949"], ["updated_at", "2019-02-12 22:37:46.782949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.787280"], ["updated_at", "2019-02-12 22:37:46.787280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.788974"], ["updated_at", "2019-02-12 22:37:46.788974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.791402"], ["updated_at", "2019-02-12 22:37:46.791402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.793444"], ["updated_at", "2019-02-12 22:37:46.793444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.795592"], ["updated_at", "2019-02-12 22:37:46.795592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.797456"], ["updated_at", "2019-02-12 22:37:46.797456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.799661"], ["updated_at", "2019-02-12 22:37:46.799661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.804156"], ["updated_at", "2019-02-12 22:37:46.804156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.806038"], ["updated_at", "2019-02-12 22:37:46.806038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.807798"], ["updated_at", "2019-02-12 22:37:46.807798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.809356"], ["updated_at", "2019-02-12 22:37:46.809356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.810855"], ["updated_at", "2019-02-12 22:37:46.810855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.813658"], ["updated_at", "2019-02-12 22:37:46.813658"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.818085"], ["updated_at", "2019-02-12 22:37:46.818085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.822457"], ["updated_at", "2019-02-12 22:37:46.822457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.824985"], ["updated_at", "2019-02-12 22:37:46.824985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.827145"], ["updated_at", "2019-02-12 22:37:46.827145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.829121"], ["updated_at", "2019-02-12 22:37:46.829121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.831114"], ["updated_at", "2019-02-12 22:37:46.831114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.835818"], ["updated_at", "2019-02-12 22:37:46.835818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.838560"], ["updated_at", "2019-02-12 22:37:46.838560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.840252"], ["updated_at", "2019-02-12 22:37:46.840252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.842287"], ["updated_at", "2019-02-12 22:37:46.842287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.843980"], ["updated_at", "2019-02-12 22:37:46.843980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.845690"], ["updated_at", "2019-02-12 22:37:46.845690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.848968"], ["updated_at", "2019-02-12 22:37:46.848968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.853376"], ["updated_at", "2019-02-12 22:37:46.853376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.855340"], ["updated_at", "2019-02-12 22:37:46.855340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.857135"], ["updated_at", "2019-02-12 22:37:46.857135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.859738"], ["updated_at", "2019-02-12 22:37:46.859738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.861444"], ["updated_at", "2019-02-12 22:37:46.861444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.863205"], ["updated_at", "2019-02-12 22:37:46.863205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.865421"], ["updated_at", "2019-02-12 22:37:46.865421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.870260"], ["updated_at", "2019-02-12 22:37:46.870260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.875303"], ["updated_at", "2019-02-12 22:37:46.875303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.876956"], ["updated_at", "2019-02-12 22:37:46.876956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.878418"], ["updated_at", "2019-02-12 22:37:46.878418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.881026"], ["updated_at", "2019-02-12 22:37:46.881026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.884205"], ["updated_at", "2019-02-12 22:37:46.884205"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.887394"], ["updated_at", "2019-02-12 22:37:46.887394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.889070"], ["updated_at", "2019-02-12 22:37:46.889070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.890605"], ["updated_at", "2019-02-12 22:37:46.890605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.893036"], ["updated_at", "2019-02-12 22:37:46.893036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.894667"], ["updated_at", "2019-02-12 22:37:46.894667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.896220"], ["updated_at", "2019-02-12 22:37:46.896220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.897892"], ["updated_at", "2019-02-12 22:37:46.897892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.901725"], ["updated_at", "2019-02-12 22:37:46.901725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.904793"], ["updated_at", "2019-02-12 22:37:46.904793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.906522"], ["updated_at", "2019-02-12 22:37:46.906522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.908027"], ["updated_at", "2019-02-12 22:37:46.908027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.909565"], ["updated_at", "2019-02-12 22:37:46.909565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.911246"], ["updated_at", "2019-02-12 22:37:46.911246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.912880"], ["updated_at", "2019-02-12 22:37:46.912880"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.915841"], ["updated_at", "2019-02-12 22:37:46.915841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.919872"], ["updated_at", "2019-02-12 22:37:46.919872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.921636"], ["updated_at", "2019-02-12 22:37:46.921636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.923497"], ["updated_at", "2019-02-12 22:37:46.923497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.925629"], ["updated_at", "2019-02-12 22:37:46.925629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.927817"], ["updated_at", "2019-02-12 22:37:46.927817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.929598"], ["updated_at", "2019-02-12 22:37:46.929598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.931205"], ["updated_at", "2019-02-12 22:37:46.931205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.935789"], ["updated_at", "2019-02-12 22:37:46.935789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.938833"], ["updated_at", "2019-02-12 22:37:46.938833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.940529"], ["updated_at", "2019-02-12 22:37:46.940529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.942009"], ["updated_at", "2019-02-12 22:37:46.942009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.943495"], ["updated_at", "2019-02-12 22:37:46.943495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.945205"], ["updated_at", "2019-02-12 22:37:46.945205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.946992"], ["updated_at", "2019-02-12 22:37:46.946992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.949473"], ["updated_at", "2019-02-12 22:37:46.949473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.953060"], ["updated_at", "2019-02-12 22:37:46.953060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.955210"], ["updated_at", "2019-02-12 22:37:46.955210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.956997"], ["updated_at", "2019-02-12 22:37:46.956997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.958655"], ["updated_at", "2019-02-12 22:37:46.958655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.960284"], ["updated_at", "2019-02-12 22:37:46.960284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.961806"], ["updated_at", "2019-02-12 22:37:46.961806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.963542"], ["updated_at", "2019-02-12 22:37:46.963542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.965360"], ["updated_at", "2019-02-12 22:37:46.965360"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.968548"], ["updated_at", "2019-02-12 22:37:46.968548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.970390"], ["updated_at", "2019-02-12 22:37:46.970390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.972304"], ["updated_at", "2019-02-12 22:37:46.972304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.974120"], ["updated_at", "2019-02-12 22:37:46.974120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.975635"], ["updated_at", "2019-02-12 22:37:46.975635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.977138"], ["updated_at", "2019-02-12 22:37:46.977138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.978653"], ["updated_at", "2019-02-12 22:37:46.978653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.980454"], ["updated_at", "2019-02-12 22:37:46.980454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.982435"], ["updated_at", "2019-02-12 22:37:46.982435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.984437"], ["updated_at", "2019-02-12 22:37:46.984437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.986025"], ["updated_at", "2019-02-12 22:37:46.986025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.987533"], ["updated_at", "2019-02-12 22:37:46.987533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.989027"], ["updated_at", "2019-02-12 22:37:46.989027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.990976"], ["updated_at", "2019-02-12 22:37:46.990976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.992917"], ["updated_at", "2019-02-12 22:37:46.992917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.994542"], ["updated_at", "2019-02-12 22:37:46.994542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.996381"], ["updated_at", "2019-02-12 22:37:46.996381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:46.998223"], ["updated_at", "2019-02-12 22:37:46.998223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.000028"], ["updated_at", "2019-02-12 22:37:47.000028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.002120"], ["updated_at", "2019-02-12 22:37:47.002120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.003945"], ["updated_at", "2019-02-12 22:37:47.003945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.005632"], ["updated_at", "2019-02-12 22:37:47.005632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.007178"], ["updated_at", "2019-02-12 22:37:47.007178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.009087"], ["updated_at", "2019-02-12 22:37:47.009087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.010731"], ["updated_at", "2019-02-12 22:37:47.010731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.012353"], ["updated_at", "2019-02-12 22:37:47.012353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.013981"], ["updated_at", "2019-02-12 22:37:47.013981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.015835"], ["updated_at", "2019-02-12 22:37:47.015835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.017597"], ["updated_at", "2019-02-12 22:37:47.017597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.019181"], ["updated_at", "2019-02-12 22:37:47.019181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.020705"], ["updated_at", "2019-02-12 22:37:47.020705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.022194"], ["updated_at", "2019-02-12 22:37:47.022194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.023735"], ["updated_at", "2019-02-12 22:37:47.023735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.025574"], ["updated_at", "2019-02-12 22:37:47.025574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.028684"], ["updated_at", "2019-02-12 22:37:47.028684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.030770"], ["updated_at", "2019-02-12 22:37:47.030770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.032552"], ["updated_at", "2019-02-12 22:37:47.032552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.034495"], ["updated_at", "2019-02-12 22:37:47.034495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.036250"], ["updated_at", "2019-02-12 22:37:47.036250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.038620"], ["updated_at", "2019-02-12 22:37:47.038620"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.041296"], ["updated_at", "2019-02-12 22:37:47.041296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.043030"], ["updated_at", "2019-02-12 22:37:47.043030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.045347"], ["updated_at", "2019-02-12 22:37:47.045347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.047250"], ["updated_at", "2019-02-12 22:37:47.047250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.052224"], ["updated_at", "2019-02-12 22:37:47.052224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.053942"], ["updated_at", "2019-02-12 22:37:47.053942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.055499"], ["updated_at", "2019-02-12 22:37:47.055499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.057033"], ["updated_at", "2019-02-12 22:37:47.057033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.058526"], ["updated_at", "2019-02-12 22:37:47.058526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.060474"], ["updated_at", "2019-02-12 22:37:47.060474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.063122"], ["updated_at", "2019-02-12 22:37:47.063122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.065279"], ["updated_at", "2019-02-12 22:37:47.065279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.067127"], ["updated_at", "2019-02-12 22:37:47.067127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.068815"], ["updated_at", "2019-02-12 22:37:47.068815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.070370"], ["updated_at", "2019-02-12 22:37:47.070370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.071858"], ["updated_at", "2019-02-12 22:37:47.071858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.073965"], ["updated_at", "2019-02-12 22:37:47.073965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.075777"], ["updated_at", "2019-02-12 22:37:47.075777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.077470"], ["updated_at", "2019-02-12 22:37:47.077470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.079153"], ["updated_at", "2019-02-12 22:37:47.079153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.081171"], ["updated_at", "2019-02-12 22:37:47.081171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.083124"], ["updated_at", "2019-02-12 22:37:47.083124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.084984"], ["updated_at", "2019-02-12 22:37:47.084984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.086582"], ["updated_at", "2019-02-12 22:37:47.086582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.088062"], ["updated_at", "2019-02-12 22:37:47.088062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.089566"], ["updated_at", "2019-02-12 22:37:47.089566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.091060"], ["updated_at", "2019-02-12 22:37:47.091060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.092547"], ["updated_at", "2019-02-12 22:37:47.092547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.094095"], ["updated_at", "2019-02-12 22:37:47.094095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.095650"], ["updated_at", "2019-02-12 22:37:47.095650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.097659"], ["updated_at", "2019-02-12 22:37:47.097659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.099567"], ["updated_at", "2019-02-12 22:37:47.099567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.101316"], ["updated_at", "2019-02-12 22:37:47.101316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.102946"], ["updated_at", "2019-02-12 22:37:47.102946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.104621"], ["updated_at", "2019-02-12 22:37:47.104621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.106193"], ["updated_at", "2019-02-12 22:37:47.106193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.107995"], ["updated_at", "2019-02-12 22:37:47.107995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.109888"], ["updated_at", "2019-02-12 22:37:47.109888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.111562"], ["updated_at", "2019-02-12 22:37:47.111562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.113078"], ["updated_at", "2019-02-12 22:37:47.113078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.115298"], ["updated_at", "2019-02-12 22:37:47.115298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.117336"], ["updated_at", "2019-02-12 22:37:47.117336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.119375"], ["updated_at", "2019-02-12 22:37:47.119375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.121012"], ["updated_at", "2019-02-12 22:37:47.121012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.122511"], ["updated_at", "2019-02-12 22:37:47.122511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.124052"], ["updated_at", "2019-02-12 22:37:47.124052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.125534"], ["updated_at", "2019-02-12 22:37:47.125534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.127057"], ["updated_at", "2019-02-12 22:37:47.127057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.128602"], ["updated_at", "2019-02-12 22:37:47.128602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.130226"], ["updated_at", "2019-02-12 22:37:47.130226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.131906"], ["updated_at", "2019-02-12 22:37:47.131906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.133538"], ["updated_at", "2019-02-12 22:37:47.133538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.135175"], ["updated_at", "2019-02-12 22:37:47.135175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.137053"], ["updated_at", "2019-02-12 22:37:47.137053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.138677"], ["updated_at", "2019-02-12 22:37:47.138677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.140204"], ["updated_at", "2019-02-12 22:37:47.140204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.141763"], ["updated_at", "2019-02-12 22:37:47.141763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.143905"], ["updated_at", "2019-02-12 22:37:47.143905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.145645"], ["updated_at", "2019-02-12 22:37:47.145645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.147402"], ["updated_at", "2019-02-12 22:37:47.147402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.148949"], ["updated_at", "2019-02-12 22:37:47.148949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.150702"], ["updated_at", "2019-02-12 22:37:47.150702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.152279"], ["updated_at", "2019-02-12 22:37:47.152279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.153962"], ["updated_at", "2019-02-12 22:37:47.153962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.156398"], ["updated_at", "2019-02-12 22:37:47.156398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.158066"], ["updated_at", "2019-02-12 22:37:47.158066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.159589"], ["updated_at", "2019-02-12 22:37:47.159589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.161112"], ["updated_at", "2019-02-12 22:37:47.161112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.163021"], ["updated_at", "2019-02-12 22:37:47.163021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.164802"], ["updated_at", "2019-02-12 22:37:47.164802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.166680"], ["updated_at", "2019-02-12 22:37:47.166680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.168368"], ["updated_at", "2019-02-12 22:37:47.168368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.169921"], ["updated_at", "2019-02-12 22:37:47.169921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.171453"], ["updated_at", "2019-02-12 22:37:47.171453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.173576"], ["updated_at", "2019-02-12 22:37:47.173576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.175276"], ["updated_at", "2019-02-12 22:37:47.175276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.176811"], ["updated_at", "2019-02-12 22:37:47.176811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.178558"], ["updated_at", "2019-02-12 22:37:47.178558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.180279"], ["updated_at", "2019-02-12 22:37:47.180279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.181896"], ["updated_at", "2019-02-12 22:37:47.181896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.183742"], ["updated_at", "2019-02-12 22:37:47.183742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.185422"], ["updated_at", "2019-02-12 22:37:47.185422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.186988"], ["updated_at", "2019-02-12 22:37:47.186988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.188638"], ["updated_at", "2019-02-12 22:37:47.188638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.191068"], ["updated_at", "2019-02-12 22:37:47.191068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.192792"], ["updated_at", "2019-02-12 22:37:47.192792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.194365"], ["updated_at", "2019-02-12 22:37:47.194365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.198665"], ["updated_at", "2019-02-12 22:37:47.198665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.200719"], ["updated_at", "2019-02-12 22:37:47.200719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.202443"], ["updated_at", "2019-02-12 22:37:47.202443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.203953"], ["updated_at", "2019-02-12 22:37:47.203953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.205462"], ["updated_at", "2019-02-12 22:37:47.205462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.207039"], ["updated_at", "2019-02-12 22:37:47.207039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.208967"], ["updated_at", "2019-02-12 22:37:47.208967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.210590"], ["updated_at", "2019-02-12 22:37:47.210590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.212199"], ["updated_at", "2019-02-12 22:37:47.212199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.213891"], ["updated_at", "2019-02-12 22:37:47.213891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.215435"], ["updated_at", "2019-02-12 22:37:47.215435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.217022"], ["updated_at", "2019-02-12 22:37:47.217022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.218812"], ["updated_at", "2019-02-12 22:37:47.218812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.220354"], ["updated_at", "2019-02-12 22:37:47.220354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.221858"], ["updated_at", "2019-02-12 22:37:47.221858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.223384"], ["updated_at", "2019-02-12 22:37:47.223384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.225080"], ["updated_at", "2019-02-12 22:37:47.225080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.227495"], ["updated_at", "2019-02-12 22:37:47.227495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.229736"], ["updated_at", "2019-02-12 22:37:47.229736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.231419"], ["updated_at", "2019-02-12 22:37:47.231419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.232907"], ["updated_at", "2019-02-12 22:37:47.232907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.234642"], ["updated_at", "2019-02-12 22:37:47.234642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.236282"], ["updated_at", "2019-02-12 22:37:47.236282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.237868"], ["updated_at", "2019-02-12 22:37:47.237868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.239431"], ["updated_at", "2019-02-12 22:37:47.239431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.241093"], ["updated_at", "2019-02-12 22:37:47.241093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.242823"], ["updated_at", "2019-02-12 22:37:47.242823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.244703"], ["updated_at", "2019-02-12 22:37:47.244703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.246714"], ["updated_at", "2019-02-12 22:37:47.246714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.248509"], ["updated_at", "2019-02-12 22:37:47.248509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.250189"], ["updated_at", "2019-02-12 22:37:47.250189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.252287"], ["updated_at", "2019-02-12 22:37:47.252287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.253904"], ["updated_at", "2019-02-12 22:37:47.253904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.255537"], ["updated_at", "2019-02-12 22:37:47.255537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.257094"], ["updated_at", "2019-02-12 22:37:47.257094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.258776"], ["updated_at", "2019-02-12 22:37:47.258776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.260362"], ["updated_at", "2019-02-12 22:37:47.260362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.261881"], ["updated_at", "2019-02-12 22:37:47.261881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.264191"], ["updated_at", "2019-02-12 22:37:47.264191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.266113"], ["updated_at", "2019-02-12 22:37:47.266113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.268139"], ["updated_at", "2019-02-12 22:37:47.268139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.269948"], ["updated_at", "2019-02-12 22:37:47.269948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.271585"], ["updated_at", "2019-02-12 22:37:47.271585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.280939"], ["updated_at", "2019-02-12 22:37:47.280939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.287342"], ["updated_at", "2019-02-12 22:37:47.287342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.289828"], ["updated_at", "2019-02-12 22:37:47.289828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1113@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:47.297869"], ["updated_at", "2019-02-12 22:37:47.299244"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.303883"], ["updated_at", "2019-02-12 22:37:47.303883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.306385"], ["updated_at", "2019-02-12 22:37:47.306385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.313086"], ["updated_at", "2019-02-12 22:37:47.313086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.316272"], ["updated_at", "2019-02-12 22:37:47.316272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1115@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:47.319903"], ["updated_at", "2019-02-12 22:37:47.320838"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.323976"], ["updated_at", "2019-02-12 22:37:47.323976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.327275"], ["updated_at", "2019-02-12 22:37:47.327275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.328756"], ["updated_at", "2019-02-12 22:37:47.328756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:37:47.330726"], ["updated_at", "2019-02-12 22:37:47.330726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.336553"], ["updated_at", "2019-02-12 22:37:47.336553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.339045"], ["updated_at", "2019-02-12 22:37:47.339045"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.347505"], ["updated_at", "2019-02-12 22:37:47.347505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.350627"], ["updated_at", "2019-02-12 22:37:47.350627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1119@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:47.354003"], ["updated_at", "2019-02-12 22:37:47.357665"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.361136"], ["updated_at", "2019-02-12 22:37:47.361136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.363673"], ["updated_at", "2019-02-12 22:37:47.363673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1120@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:47.366168"], ["updated_at", "2019-02-12 22:37:47.367429"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1120@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:37:47.371941"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.390788"], ["updated_at", "2019-02-12 22:37:47.390788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.393003"], ["updated_at", "2019-02-12 22:37:47.393003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.394232"], ["updated_at", "2019-02-12 22:37:47.394232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:37:47.396656"], ["updated_at", "2019-02-12 22:37:47.396656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.401881"], ["updated_at", "2019-02-12 22:37:47.401881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.404334"], ["updated_at", "2019-02-12 22:37:47.404334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:37:47.410102"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.413789"], ["updated_at", "2019-02-12 22:37:47.413789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.416373"], ["updated_at", "2019-02-12 22:37:47.416373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:47.419527"], ["updated_at", "2019-02-12 22:37:47.420577"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:37:47.422326"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.426378"], ["updated_at", "2019-02-12 22:37:47.426378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.428928"], ["updated_at", "2019-02-12 22:37:47.428928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:37:47.434693"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.438092"], ["updated_at", "2019-02-12 22:37:47.438092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.440744"], ["updated_at", "2019-02-12 22:37:47.440744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.446476"], ["updated_at", "2019-02-12 22:37:47.446476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.448819"], ["updated_at", "2019-02-12 22:37:47.448819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.464449"], ["updated_at", "2019-02-12 22:37:47.464449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.468837"], ["updated_at", "2019-02-12 22:37:47.468837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:47.469739"], ["updated_at", "2019-02-12 22:37:47.470622"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:37:47.475653"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:37:47.478528"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.497820"], ["updated_at", "2019-02-12 22:37:47.497820"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.513110"], ["updated_at", "2019-02-12 22:37:47.513110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 10ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.519548"], ["updated_at", "2019-02-12 22:37:47.519548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.528010"], ["updated_at", "2019-02-12 22:37:47.528010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.533110"], ["updated_at", "2019-02-12 22:37:47.533110"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.544410"], ["updated_at", "2019-02-12 22:37:47.544410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:37:47.545637"], ["updated_at", "2019-02-12 22:37:47.546675"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 9ms (Views: 0.2ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.556118"], ["updated_at", "2019-02-12 22:37:47.556118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.8ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.573532"], ["updated_at", "2019-02-12 22:37:47.573532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.575850"], ["updated_at", "2019-02-12 22:37:47.575850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "New"], ["updated_at", "2019-02-12 22:37:47.581014"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.589177"], ["updated_at", "2019-02-12 22:37:47.589177"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.597443"], ["updated_at", "2019-02-12 22:37:47.597443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.612676"], ["updated_at", "2019-02-12 22:37:47.612676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.621124"], ["updated_at", "2019-02-12 22:37:47.621124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.628093"], ["updated_at", "2019-02-12 22:37:47.628093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.631123"], ["updated_at", "2019-02-12 22:37:47.631123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.640622"], ["updated_at", "2019-02-12 22:37:47.640622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.642395"], ["updated_at", "2019-02-12 22:37:47.642395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:37:47.644218"], ["updated_at", "2019-02-12 22:37:47.644218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.744283"], ["updated_at", "2019-02-12 22:37:47.744283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:37:47 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:37:47.757609"], ["updated_at", "2019-02-12 22:37:47.757609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 10ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:37:47.764088"], ["updated_at", "2019-02-12 22:37:47.764088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:37:47 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 11ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.4ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.3ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 16ms (Views: 0.2ms | ActiveRecord: 1.4ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:35.998335"], ["updated_at", "2019-02-12 22:41:35.998335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.028633"], ["updated_at", "2019-02-12 22:41:36.028633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:36.045624"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 16ms (Views: 0.3ms | ActiveRecord: 0.8ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.050320"], ["updated_at", "2019-02-12 22:41:36.050320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.053056"], ["updated_at", "2019-02-12 22:41:36.053056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "2@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:36.053992"], ["updated_at", "2019-02-12 22:41:36.055024"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "2@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:41:36.061994"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:36.065312"], ["id", 1]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 1.2ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.070982"], ["updated_at", "2019-02-12 22:41:36.070982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.074241"], ["updated_at", "2019-02-12 22:41:36.074241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 16ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.095992"], ["updated_at", "2019-02-12 22:41:36.095992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.102019"], ["updated_at", "2019-02-12 22:41:36.102019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 4ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.112418"], ["updated_at", "2019-02-12 22:41:36.112418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.115637"], ["updated_at", "2019-02-12 22:41:36.115637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:36.120289"], ["updated_at", "2019-02-12 22:41:36.121929"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:36.124685"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.9ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.130855"], ["updated_at", "2019-02-12 22:41:36.130855"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.134490"], ["updated_at", "2019-02-12 22:41:36.134490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.136642"], ["updated_at", "2019-02-12 22:41:36.136642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:41:36.144430"], ["updated_at", "2019-02-12 22:41:36.144430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.149669"], ["updated_at", "2019-02-12 22:41:36.149669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.151981"], ["updated_at", "2019-02-12 22:41:36.151981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:36.157330"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.161668"], ["updated_at", "2019-02-12 22:41:36.161668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.170023"], ["updated_at", "2019-02-12 22:41:36.170023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.180948"], ["updated_at", "2019-02-12 22:41:36.180948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.183589"], ["updated_at", "2019-02-12 22:41:36.183589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.185990"], ["updated_at", "2019-02-12 22:41:36.185990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.187818"], ["updated_at", "2019-02-12 22:41:36.187818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.189754"], ["updated_at", "2019-02-12 22:41:36.189754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.192794"], ["updated_at", "2019-02-12 22:41:36.192794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.194752"], ["updated_at", "2019-02-12 22:41:36.194752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.196539"], ["updated_at", "2019-02-12 22:41:36.196539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.198242"], ["updated_at", "2019-02-12 22:41:36.198242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.200071"], ["updated_at", "2019-02-12 22:41:36.200071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.201675"], ["updated_at", "2019-02-12 22:41:36.201675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.203470"], ["updated_at", "2019-02-12 22:41:36.203470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.205055"], ["updated_at", "2019-02-12 22:41:36.205055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.206674"], ["updated_at", "2019-02-12 22:41:36.206674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.208669"], ["updated_at", "2019-02-12 22:41:36.208669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.210222"], ["updated_at", "2019-02-12 22:41:36.210222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.212256"], ["updated_at", "2019-02-12 22:41:36.212256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.214158"], ["updated_at", "2019-02-12 22:41:36.214158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.215987"], ["updated_at", "2019-02-12 22:41:36.215987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.217646"], ["updated_at", "2019-02-12 22:41:36.217646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.219178"], ["updated_at", "2019-02-12 22:41:36.219178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.220679"], ["updated_at", "2019-02-12 22:41:36.220679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.222208"], ["updated_at", "2019-02-12 22:41:36.222208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.224245"], ["updated_at", "2019-02-12 22:41:36.224245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.226169"], ["updated_at", "2019-02-12 22:41:36.226169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.227804"], ["updated_at", "2019-02-12 22:41:36.227804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.229404"], ["updated_at", "2019-02-12 22:41:36.229404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.230975"], ["updated_at", "2019-02-12 22:41:36.230975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.232768"], ["updated_at", "2019-02-12 22:41:36.232768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.234885"], ["updated_at", "2019-02-12 22:41:36.234885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.237100"], ["updated_at", "2019-02-12 22:41:36.237100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.240016"], ["updated_at", "2019-02-12 22:41:36.240016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.241765"], ["updated_at", "2019-02-12 22:41:36.241765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.243383"], ["updated_at", "2019-02-12 22:41:36.243383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.244897"], ["updated_at", "2019-02-12 22:41:36.244897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.246531"], ["updated_at", "2019-02-12 22:41:36.246531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.248219"], ["updated_at", "2019-02-12 22:41:36.248219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.250648"], ["updated_at", "2019-02-12 22:41:36.250648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.252293"], ["updated_at", "2019-02-12 22:41:36.252293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.253814"], ["updated_at", "2019-02-12 22:41:36.253814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.255327"], ["updated_at", "2019-02-12 22:41:36.255327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.256920"], ["updated_at", "2019-02-12 22:41:36.256920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.258737"], ["updated_at", "2019-02-12 22:41:36.258737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.260421"], ["updated_at", "2019-02-12 22:41:36.260421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.262099"], ["updated_at", "2019-02-12 22:41:36.262099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.263637"], ["updated_at", "2019-02-12 22:41:36.263637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.265299"], ["updated_at", "2019-02-12 22:41:36.265299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.266998"], ["updated_at", "2019-02-12 22:41:36.266998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.268605"], ["updated_at", "2019-02-12 22:41:36.268605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.270121"], ["updated_at", "2019-02-12 22:41:36.270121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.271665"], ["updated_at", "2019-02-12 22:41:36.271665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.273651"], ["updated_at", "2019-02-12 22:41:36.273651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.275600"], ["updated_at", "2019-02-12 22:41:36.275600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.277415"], ["updated_at", "2019-02-12 22:41:36.277415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.279118"], ["updated_at", "2019-02-12 22:41:36.279118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.280719"], ["updated_at", "2019-02-12 22:41:36.280719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.282346"], ["updated_at", "2019-02-12 22:41:36.282346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.284867"], ["updated_at", "2019-02-12 22:41:36.284867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.287157"], ["updated_at", "2019-02-12 22:41:36.287157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.288727"], ["updated_at", "2019-02-12 22:41:36.288727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.290380"], ["updated_at", "2019-02-12 22:41:36.290380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.291970"], ["updated_at", "2019-02-12 22:41:36.291970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.293808"], ["updated_at", "2019-02-12 22:41:36.293808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.295619"], ["updated_at", "2019-02-12 22:41:36.295619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.297342"], ["updated_at", "2019-02-12 22:41:36.297342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.298946"], ["updated_at", "2019-02-12 22:41:36.298946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.300614"], ["updated_at", "2019-02-12 22:41:36.300614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.302280"], ["updated_at", "2019-02-12 22:41:36.302280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.303917"], ["updated_at", "2019-02-12 22:41:36.303917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.305492"], ["updated_at", "2019-02-12 22:41:36.305492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.307254"], ["updated_at", "2019-02-12 22:41:36.307254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.308901"], ["updated_at", "2019-02-12 22:41:36.308901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.310466"], ["updated_at", "2019-02-12 22:41:36.310466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.312026"], ["updated_at", "2019-02-12 22:41:36.312026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.313766"], ["updated_at", "2019-02-12 22:41:36.313766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.315674"], ["updated_at", "2019-02-12 22:41:36.315674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.317287"], ["updated_at", "2019-02-12 22:41:36.317287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.319092"], ["updated_at", "2019-02-12 22:41:36.319092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.320865"], ["updated_at", "2019-02-12 22:41:36.320865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.322461"], ["updated_at", "2019-02-12 22:41:36.322461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.324188"], ["updated_at", "2019-02-12 22:41:36.324188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.325759"], ["updated_at", "2019-02-12 22:41:36.325759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.327322"], ["updated_at", "2019-02-12 22:41:36.327322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.328888"], ["updated_at", "2019-02-12 22:41:36.328888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.330609"], ["updated_at", "2019-02-12 22:41:36.330609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.332273"], ["updated_at", "2019-02-12 22:41:36.332273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.334143"], ["updated_at", "2019-02-12 22:41:36.334143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.335795"], ["updated_at", "2019-02-12 22:41:36.335795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.337395"], ["updated_at", "2019-02-12 22:41:36.337395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.338985"], ["updated_at", "2019-02-12 22:41:36.338985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.340672"], ["updated_at", "2019-02-12 22:41:36.340672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.342546"], ["updated_at", "2019-02-12 22:41:36.342546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.344269"], ["updated_at", "2019-02-12 22:41:36.344269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.346025"], ["updated_at", "2019-02-12 22:41:36.346025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.347735"], ["updated_at", "2019-02-12 22:41:36.347735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.349593"], ["updated_at", "2019-02-12 22:41:36.349593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.351378"], ["updated_at", "2019-02-12 22:41:36.351378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.353161"], ["updated_at", "2019-02-12 22:41:36.353161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.355347"], ["updated_at", "2019-02-12 22:41:36.355347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.359708"], ["updated_at", "2019-02-12 22:41:36.359708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.361609"], ["updated_at", "2019-02-12 22:41:36.361609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.363242"], ["updated_at", "2019-02-12 22:41:36.363242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.364777"], ["updated_at", "2019-02-12 22:41:36.364777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.366845"], ["updated_at", "2019-02-12 22:41:36.366845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.368902"], ["updated_at", "2019-02-12 22:41:36.368902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.370562"], ["updated_at", "2019-02-12 22:41:36.370562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.372272"], ["updated_at", "2019-02-12 22:41:36.372272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.373985"], ["updated_at", "2019-02-12 22:41:36.373985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.375603"], ["updated_at", "2019-02-12 22:41:36.375603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.377285"], ["updated_at", "2019-02-12 22:41:36.377285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.378831"], ["updated_at", "2019-02-12 22:41:36.378831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.380342"], ["updated_at", "2019-02-12 22:41:36.380342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.381865"], ["updated_at", "2019-02-12 22:41:36.381865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.383485"], ["updated_at", "2019-02-12 22:41:36.383485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.385022"], ["updated_at", "2019-02-12 22:41:36.385022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.386495"], ["updated_at", "2019-02-12 22:41:36.386495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.387991"], ["updated_at", "2019-02-12 22:41:36.387991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.389792"], ["updated_at", "2019-02-12 22:41:36.389792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.391484"], ["updated_at", "2019-02-12 22:41:36.391484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.393062"], ["updated_at", "2019-02-12 22:41:36.393062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.394873"], ["updated_at", "2019-02-12 22:41:36.394873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.396493"], ["updated_at", "2019-02-12 22:41:36.396493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.398055"], ["updated_at", "2019-02-12 22:41:36.398055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.399808"], ["updated_at", "2019-02-12 22:41:36.399808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.401566"], ["updated_at", "2019-02-12 22:41:36.401566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.403126"], ["updated_at", "2019-02-12 22:41:36.403126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.404609"], ["updated_at", "2019-02-12 22:41:36.404609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.406072"], ["updated_at", "2019-02-12 22:41:36.406072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.407847"], ["updated_at", "2019-02-12 22:41:36.407847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.409461"], ["updated_at", "2019-02-12 22:41:36.409461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.410998"], ["updated_at", "2019-02-12 22:41:36.410998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.412722"], ["updated_at", "2019-02-12 22:41:36.412722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.414397"], ["updated_at", "2019-02-12 22:41:36.414397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.416110"], ["updated_at", "2019-02-12 22:41:36.416110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.417743"], ["updated_at", "2019-02-12 22:41:36.417743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.419271"], ["updated_at", "2019-02-12 22:41:36.419271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.420812"], ["updated_at", "2019-02-12 22:41:36.420812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.422352"], ["updated_at", "2019-02-12 22:41:36.422352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.424444"], ["updated_at", "2019-02-12 22:41:36.424444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.426083"], ["updated_at", "2019-02-12 22:41:36.426083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.427697"], ["updated_at", "2019-02-12 22:41:36.427697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.429342"], ["updated_at", "2019-02-12 22:41:36.429342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.431296"], ["updated_at", "2019-02-12 22:41:36.431296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.433498"], ["updated_at", "2019-02-12 22:41:36.433498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.435249"], ["updated_at", "2019-02-12 22:41:36.435249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.436798"], ["updated_at", "2019-02-12 22:41:36.436798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.438288"], ["updated_at", "2019-02-12 22:41:36.438288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.439799"], ["updated_at", "2019-02-12 22:41:36.439799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.441789"], ["updated_at", "2019-02-12 22:41:36.441789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.443359"], ["updated_at", "2019-02-12 22:41:36.443359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.444882"], ["updated_at", "2019-02-12 22:41:36.444882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.446532"], ["updated_at", "2019-02-12 22:41:36.446532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.448157"], ["updated_at", "2019-02-12 22:41:36.448157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.449795"], ["updated_at", "2019-02-12 22:41:36.449795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.451600"], ["updated_at", "2019-02-12 22:41:36.451600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.453287"], ["updated_at", "2019-02-12 22:41:36.453287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.454781"], ["updated_at", "2019-02-12 22:41:36.454781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.456352"], ["updated_at", "2019-02-12 22:41:36.456352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.458137"], ["updated_at", "2019-02-12 22:41:36.458137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.459786"], ["updated_at", "2019-02-12 22:41:36.459786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.461636"], ["updated_at", "2019-02-12 22:41:36.461636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.463298"], ["updated_at", "2019-02-12 22:41:36.463298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.464881"], ["updated_at", "2019-02-12 22:41:36.464881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.466587"], ["updated_at", "2019-02-12 22:41:36.466587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.468238"], ["updated_at", "2019-02-12 22:41:36.468238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.469909"], ["updated_at", "2019-02-12 22:41:36.469909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.471467"], ["updated_at", "2019-02-12 22:41:36.471467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.473110"], ["updated_at", "2019-02-12 22:41:36.473110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.474794"], ["updated_at", "2019-02-12 22:41:36.474794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.476435"], ["updated_at", "2019-02-12 22:41:36.476435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.477951"], ["updated_at", "2019-02-12 22:41:36.477951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.479493"], ["updated_at", "2019-02-12 22:41:36.479493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.482450"], ["updated_at", "2019-02-12 22:41:36.482450"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.485768"], ["updated_at", "2019-02-12 22:41:36.485768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.488031"], ["updated_at", "2019-02-12 22:41:36.488031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.490513"], ["updated_at", "2019-02-12 22:41:36.490513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.492765"], ["updated_at", "2019-02-12 22:41:36.492765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.495253"], ["updated_at", "2019-02-12 22:41:36.495253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.497855"], ["updated_at", "2019-02-12 22:41:36.497855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.501301"], ["updated_at", "2019-02-12 22:41:36.501301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.503622"], ["updated_at", "2019-02-12 22:41:36.503622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.505677"], ["updated_at", "2019-02-12 22:41:36.505677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.507519"], ["updated_at", "2019-02-12 22:41:36.507519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.509312"], ["updated_at", "2019-02-12 22:41:36.509312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.511060"], ["updated_at", "2019-02-12 22:41:36.511060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.513036"], ["updated_at", "2019-02-12 22:41:36.513036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.514768"], ["updated_at", "2019-02-12 22:41:36.514768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.516650"], ["updated_at", "2019-02-12 22:41:36.516650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.518325"], ["updated_at", "2019-02-12 22:41:36.518325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.519905"], ["updated_at", "2019-02-12 22:41:36.519905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.521516"], ["updated_at", "2019-02-12 22:41:36.521516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.523169"], ["updated_at", "2019-02-12 22:41:36.523169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.524815"], ["updated_at", "2019-02-12 22:41:36.524815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.526377"], ["updated_at", "2019-02-12 22:41:36.526377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.528002"], ["updated_at", "2019-02-12 22:41:36.528002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.529623"], ["updated_at", "2019-02-12 22:41:36.529623"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.533487"], ["updated_at", "2019-02-12 22:41:36.533487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.536085"], ["updated_at", "2019-02-12 22:41:36.536085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.538095"], ["updated_at", "2019-02-12 22:41:36.538095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.540100"], ["updated_at", "2019-02-12 22:41:36.540100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.542128"], ["updated_at", "2019-02-12 22:41:36.542128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.543943"], ["updated_at", "2019-02-12 22:41:36.543943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.545569"], ["updated_at", "2019-02-12 22:41:36.545569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.547167"], ["updated_at", "2019-02-12 22:41:36.547167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.548904"], ["updated_at", "2019-02-12 22:41:36.548904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.550696"], ["updated_at", "2019-02-12 22:41:36.550696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.552438"], ["updated_at", "2019-02-12 22:41:36.552438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.554042"], ["updated_at", "2019-02-12 22:41:36.554042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.555621"], ["updated_at", "2019-02-12 22:41:36.555621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.557794"], ["updated_at", "2019-02-12 22:41:36.557794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.562700"], ["updated_at", "2019-02-12 22:41:36.562700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.564541"], ["updated_at", "2019-02-12 22:41:36.564541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.566268"], ["updated_at", "2019-02-12 22:41:36.566268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.567868"], ["updated_at", "2019-02-12 22:41:36.567868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.569441"], ["updated_at", "2019-02-12 22:41:36.569441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.571062"], ["updated_at", "2019-02-12 22:41:36.571062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.572837"], ["updated_at", "2019-02-12 22:41:36.572837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.574627"], ["updated_at", "2019-02-12 22:41:36.574627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.576239"], ["updated_at", "2019-02-12 22:41:36.576239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.577746"], ["updated_at", "2019-02-12 22:41:36.577746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.579276"], ["updated_at", "2019-02-12 22:41:36.579276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.581721"], ["updated_at", "2019-02-12 22:41:36.581721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.583805"], ["updated_at", "2019-02-12 22:41:36.583805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.585622"], ["updated_at", "2019-02-12 22:41:36.585622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.587349"], ["updated_at", "2019-02-12 22:41:36.587349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.588856"], ["updated_at", "2019-02-12 22:41:36.588856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.590680"], ["updated_at", "2019-02-12 22:41:36.590680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.592272"], ["updated_at", "2019-02-12 22:41:36.592272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.593765"], ["updated_at", "2019-02-12 22:41:36.593765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.595293"], ["updated_at", "2019-02-12 22:41:36.595293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.596825"], ["updated_at", "2019-02-12 22:41:36.596825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.598501"], ["updated_at", "2019-02-12 22:41:36.598501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.600170"], ["updated_at", "2019-02-12 22:41:36.600170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.601700"], ["updated_at", "2019-02-12 22:41:36.601700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.603190"], ["updated_at", "2019-02-12 22:41:36.603190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.604677"], ["updated_at", "2019-02-12 22:41:36.604677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.606158"], ["updated_at", "2019-02-12 22:41:36.606158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.607782"], ["updated_at", "2019-02-12 22:41:36.607782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.609448"], ["updated_at", "2019-02-12 22:41:36.609448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.611056"], ["updated_at", "2019-02-12 22:41:36.611056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.612641"], ["updated_at", "2019-02-12 22:41:36.612641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.614251"], ["updated_at", "2019-02-12 22:41:36.614251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.616093"], ["updated_at", "2019-02-12 22:41:36.616093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.617764"], ["updated_at", "2019-02-12 22:41:36.617764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.619338"], ["updated_at", "2019-02-12 22:41:36.619338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.621026"], ["updated_at", "2019-02-12 22:41:36.621026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.622823"], ["updated_at", "2019-02-12 22:41:36.622823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.624631"], ["updated_at", "2019-02-12 22:41:36.624631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.626211"], ["updated_at", "2019-02-12 22:41:36.626211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.627717"], ["updated_at", "2019-02-12 22:41:36.627717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.629239"], ["updated_at", "2019-02-12 22:41:36.629239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.630787"], ["updated_at", "2019-02-12 22:41:36.630787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.632596"], ["updated_at", "2019-02-12 22:41:36.632596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.634293"], ["updated_at", "2019-02-12 22:41:36.634293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.635802"], ["updated_at", "2019-02-12 22:41:36.635802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.637337"], ["updated_at", "2019-02-12 22:41:36.637337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.638842"], ["updated_at", "2019-02-12 22:41:36.638842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.640382"], ["updated_at", "2019-02-12 22:41:36.640382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.642063"], ["updated_at", "2019-02-12 22:41:36.642063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.644375"], ["updated_at", "2019-02-12 22:41:36.644375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.646402"], ["updated_at", "2019-02-12 22:41:36.646402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.648134"], ["updated_at", "2019-02-12 22:41:36.648134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.649972"], ["updated_at", "2019-02-12 22:41:36.649972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.651587"], ["updated_at", "2019-02-12 22:41:36.651587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.653174"], ["updated_at", "2019-02-12 22:41:36.653174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.654731"], ["updated_at", "2019-02-12 22:41:36.654731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.656458"], ["updated_at", "2019-02-12 22:41:36.656458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.658238"], ["updated_at", "2019-02-12 22:41:36.658238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.659783"], ["updated_at", "2019-02-12 22:41:36.659783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.661325"], ["updated_at", "2019-02-12 22:41:36.661325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.662842"], ["updated_at", "2019-02-12 22:41:36.662842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.664433"], ["updated_at", "2019-02-12 22:41:36.664433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.666238"], ["updated_at", "2019-02-12 22:41:36.666238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.667995"], ["updated_at", "2019-02-12 22:41:36.667995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.669504"], ["updated_at", "2019-02-12 22:41:36.669504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.671009"], ["updated_at", "2019-02-12 22:41:36.671009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.672502"], ["updated_at", "2019-02-12 22:41:36.672502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.675125"], ["updated_at", "2019-02-12 22:41:36.675125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.677904"], ["updated_at", "2019-02-12 22:41:36.677904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.680948"], ["updated_at", "2019-02-12 22:41:36.680948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.682842"], ["updated_at", "2019-02-12 22:41:36.682842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.684516"], ["updated_at", "2019-02-12 22:41:36.684516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.686057"], ["updated_at", "2019-02-12 22:41:36.686057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.687662"], ["updated_at", "2019-02-12 22:41:36.687662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.689425"], ["updated_at", "2019-02-12 22:41:36.689425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.691562"], ["updated_at", "2019-02-12 22:41:36.691562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.693271"], ["updated_at", "2019-02-12 22:41:36.693271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.694883"], ["updated_at", "2019-02-12 22:41:36.694883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.696488"], ["updated_at", "2019-02-12 22:41:36.696488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.698109"], ["updated_at", "2019-02-12 22:41:36.698109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.699857"], ["updated_at", "2019-02-12 22:41:36.699857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.701448"], ["updated_at", "2019-02-12 22:41:36.701448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.703247"], ["updated_at", "2019-02-12 22:41:36.703247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.704827"], ["updated_at", "2019-02-12 22:41:36.704827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.706455"], ["updated_at", "2019-02-12 22:41:36.706455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.708428"], ["updated_at", "2019-02-12 22:41:36.708428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.710137"], ["updated_at", "2019-02-12 22:41:36.710137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.711725"], ["updated_at", "2019-02-12 22:41:36.711725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.713429"], ["updated_at", "2019-02-12 22:41:36.713429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.715121"], ["updated_at", "2019-02-12 22:41:36.715121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.716943"], ["updated_at", "2019-02-12 22:41:36.716943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.718560"], ["updated_at", "2019-02-12 22:41:36.718560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.720117"], ["updated_at", "2019-02-12 22:41:36.720117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.721683"], ["updated_at", "2019-02-12 22:41:36.721683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.723357"], ["updated_at", "2019-02-12 22:41:36.723357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.725198"], ["updated_at", "2019-02-12 22:41:36.725198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.726895"], ["updated_at", "2019-02-12 22:41:36.726895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.728540"], ["updated_at", "2019-02-12 22:41:36.728540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.730457"], ["updated_at", "2019-02-12 22:41:36.730457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.733026"], ["updated_at", "2019-02-12 22:41:36.733026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.734994"], ["updated_at", "2019-02-12 22:41:36.734994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.736884"], ["updated_at", "2019-02-12 22:41:36.736884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.738685"], ["updated_at", "2019-02-12 22:41:36.738685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.740542"], ["updated_at", "2019-02-12 22:41:36.740542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.742399"], ["updated_at", "2019-02-12 22:41:36.742399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.744013"], ["updated_at", "2019-02-12 22:41:36.744013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.749369"], ["updated_at", "2019-02-12 22:41:36.749369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.751088"], ["updated_at", "2019-02-12 22:41:36.751088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.752683"], ["updated_at", "2019-02-12 22:41:36.752683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.754243"], ["updated_at", "2019-02-12 22:41:36.754243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.755845"], ["updated_at", "2019-02-12 22:41:36.755845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.757596"], ["updated_at", "2019-02-12 22:41:36.757596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.759260"], ["updated_at", "2019-02-12 22:41:36.759260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.760993"], ["updated_at", "2019-02-12 22:41:36.760993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.762647"], ["updated_at", "2019-02-12 22:41:36.762647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.764400"], ["updated_at", "2019-02-12 22:41:36.764400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.766248"], ["updated_at", "2019-02-12 22:41:36.766248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.767976"], ["updated_at", "2019-02-12 22:41:36.767976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.769556"], ["updated_at", "2019-02-12 22:41:36.769556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.771128"], ["updated_at", "2019-02-12 22:41:36.771128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.773006"], ["updated_at", "2019-02-12 22:41:36.773006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.774734"], ["updated_at", "2019-02-12 22:41:36.774734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.776402"], ["updated_at", "2019-02-12 22:41:36.776402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.778016"], ["updated_at", "2019-02-12 22:41:36.778016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.779729"], ["updated_at", "2019-02-12 22:41:36.779729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.781425"], ["updated_at", "2019-02-12 22:41:36.781425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.783322"], ["updated_at", "2019-02-12 22:41:36.783322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.784971"], ["updated_at", "2019-02-12 22:41:36.784971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.786458"], ["updated_at", "2019-02-12 22:41:36.786458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.787943"], ["updated_at", "2019-02-12 22:41:36.787943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.789435"], ["updated_at", "2019-02-12 22:41:36.789435"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.792949"], ["updated_at", "2019-02-12 22:41:36.792949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.795104"], ["updated_at", "2019-02-12 22:41:36.795104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.797082"], ["updated_at", "2019-02-12 22:41:36.797082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.798833"], ["updated_at", "2019-02-12 22:41:36.798833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.800779"], ["updated_at", "2019-02-12 22:41:36.800779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.802352"], ["updated_at", "2019-02-12 22:41:36.802352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.803885"], ["updated_at", "2019-02-12 22:41:36.803885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.805401"], ["updated_at", "2019-02-12 22:41:36.805401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.807282"], ["updated_at", "2019-02-12 22:41:36.807282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.808889"], ["updated_at", "2019-02-12 22:41:36.808889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.810436"], ["updated_at", "2019-02-12 22:41:36.810436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.812355"], ["updated_at", "2019-02-12 22:41:36.812355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.814096"], ["updated_at", "2019-02-12 22:41:36.814096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.816051"], ["updated_at", "2019-02-12 22:41:36.816051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.817845"], ["updated_at", "2019-02-12 22:41:36.817845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.819527"], ["updated_at", "2019-02-12 22:41:36.819527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.821067"], ["updated_at", "2019-02-12 22:41:36.821067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.822775"], ["updated_at", "2019-02-12 22:41:36.822775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.824759"], ["updated_at", "2019-02-12 22:41:36.824759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.826338"], ["updated_at", "2019-02-12 22:41:36.826338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.827902"], ["updated_at", "2019-02-12 22:41:36.827902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.829540"], ["updated_at", "2019-02-12 22:41:36.829540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.832691"], ["updated_at", "2019-02-12 22:41:36.832691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.834478"], ["updated_at", "2019-02-12 22:41:36.834478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.836059"], ["updated_at", "2019-02-12 22:41:36.836059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.837573"], ["updated_at", "2019-02-12 22:41:36.837573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.839084"], ["updated_at", "2019-02-12 22:41:36.839084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.841072"], ["updated_at", "2019-02-12 22:41:36.841072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.842857"], ["updated_at", "2019-02-12 22:41:36.842857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.844576"], ["updated_at", "2019-02-12 22:41:36.844576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.846201"], ["updated_at", "2019-02-12 22:41:36.846201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.847789"], ["updated_at", "2019-02-12 22:41:36.847789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.849755"], ["updated_at", "2019-02-12 22:41:36.849755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.851468"], ["updated_at", "2019-02-12 22:41:36.851468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.853103"], ["updated_at", "2019-02-12 22:41:36.853103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.854672"], ["updated_at", "2019-02-12 22:41:36.854672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.856445"], ["updated_at", "2019-02-12 22:41:36.856445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.858099"], ["updated_at", "2019-02-12 22:41:36.858099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.859613"], ["updated_at", "2019-02-12 22:41:36.859613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.861141"], ["updated_at", "2019-02-12 22:41:36.861141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.862753"], ["updated_at", "2019-02-12 22:41:36.862753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.864805"], ["updated_at", "2019-02-12 22:41:36.864805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.866789"], ["updated_at", "2019-02-12 22:41:36.866789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.868542"], ["updated_at", "2019-02-12 22:41:36.868542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.870721"], ["updated_at", "2019-02-12 22:41:36.870721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.872428"], ["updated_at", "2019-02-12 22:41:36.872428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.874171"], ["updated_at", "2019-02-12 22:41:36.874171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.876010"], ["updated_at", "2019-02-12 22:41:36.876010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.877802"], ["updated_at", "2019-02-12 22:41:36.877802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.879402"], ["updated_at", "2019-02-12 22:41:36.879402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.882662"], ["updated_at", "2019-02-12 22:41:36.882662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.885140"], ["updated_at", "2019-02-12 22:41:36.885140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.887590"], ["updated_at", "2019-02-12 22:41:36.887590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.891743"], ["updated_at", "2019-02-12 22:41:36.891743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.896351"], ["updated_at", "2019-02-12 22:41:36.896351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.899792"], ["updated_at", "2019-02-12 22:41:36.899792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.902430"], ["updated_at", "2019-02-12 22:41:36.902430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.904537"], ["updated_at", "2019-02-12 22:41:36.904537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.906492"], ["updated_at", "2019-02-12 22:41:36.906492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.915780"], ["updated_at", "2019-02-12 22:41:36.915780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.918552"], ["updated_at", "2019-02-12 22:41:36.918552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.920575"], ["updated_at", "2019-02-12 22:41:36.920575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.3ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.931131"], ["updated_at", "2019-02-12 22:41:36.931131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.937749"], ["updated_at", "2019-02-12 22:41:36.937749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.940637"], ["updated_at", "2019-02-12 22:41:36.940637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.943337"], ["updated_at", "2019-02-12 22:41:36.943337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.945976"], ["updated_at", "2019-02-12 22:41:36.945976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.948096"], ["updated_at", "2019-02-12 22:41:36.948096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.952693"], ["updated_at", "2019-02-12 22:41:36.952693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.954232"], ["updated_at", "2019-02-12 22:41:36.954232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.955755"], ["updated_at", "2019-02-12 22:41:36.955755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.958847"], ["updated_at", "2019-02-12 22:41:36.958847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.960942"], ["updated_at", "2019-02-12 22:41:36.960942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.962656"], ["updated_at", "2019-02-12 22:41:36.962656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.969469"], ["updated_at", "2019-02-12 22:41:36.969469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.975366"], ["updated_at", "2019-02-12 22:41:36.975366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.982978"], ["updated_at", "2019-02-12 22:41:36.982978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.986363"], ["updated_at", "2019-02-12 22:41:36.986363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.988068"], ["updated_at", "2019-02-12 22:41:36.988068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:36.994626"], ["updated_at", "2019-02-12 22:41:36.994626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.996987"], ["updated_at", "2019-02-12 22:41:36.996987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:36.998902"], ["updated_at", "2019-02-12 22:41:36.998902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.000602"], ["updated_at", "2019-02-12 22:41:37.000602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.002875"], ["updated_at", "2019-02-12 22:41:37.002875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.004892"], ["updated_at", "2019-02-12 22:41:37.004892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.007178"], ["updated_at", "2019-02-12 22:41:37.007178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.009302"], ["updated_at", "2019-02-12 22:41:37.009302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.010882"], ["updated_at", "2019-02-12 22:41:37.010882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.012585"], ["updated_at", "2019-02-12 22:41:37.012585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.014412"], ["updated_at", "2019-02-12 22:41:37.014412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.016455"], ["updated_at", "2019-02-12 22:41:37.016455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.018213"], ["updated_at", "2019-02-12 22:41:37.018213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.019800"], ["updated_at", "2019-02-12 22:41:37.019800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.021380"], ["updated_at", "2019-02-12 22:41:37.021380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.023098"], ["updated_at", "2019-02-12 22:41:37.023098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.025516"], ["updated_at", "2019-02-12 22:41:37.025516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.028423"], ["updated_at", "2019-02-12 22:41:37.028423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.031527"], ["updated_at", "2019-02-12 22:41:37.031527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.033720"], ["updated_at", "2019-02-12 22:41:37.033720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.035552"], ["updated_at", "2019-02-12 22:41:37.035552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.037246"], ["updated_at", "2019-02-12 22:41:37.037246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.038892"], ["updated_at", "2019-02-12 22:41:37.038892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.040872"], ["updated_at", "2019-02-12 22:41:37.040872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.042596"], ["updated_at", "2019-02-12 22:41:37.042596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.044273"], ["updated_at", "2019-02-12 22:41:37.044273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.046040"], ["updated_at", "2019-02-12 22:41:37.046040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.047685"], ["updated_at", "2019-02-12 22:41:37.047685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.049491"], ["updated_at", "2019-02-12 22:41:37.049491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.051501"], ["updated_at", "2019-02-12 22:41:37.051501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.053944"], ["updated_at", "2019-02-12 22:41:37.053944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.055688"], ["updated_at", "2019-02-12 22:41:37.055688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.057629"], ["updated_at", "2019-02-12 22:41:37.057629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.059386"], ["updated_at", "2019-02-12 22:41:37.059386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.061099"], ["updated_at", "2019-02-12 22:41:37.061099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.063227"], ["updated_at", "2019-02-12 22:41:37.063227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.064924"], ["updated_at", "2019-02-12 22:41:37.064924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.066870"], ["updated_at", "2019-02-12 22:41:37.066870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.068672"], ["updated_at", "2019-02-12 22:41:37.068672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.070382"], ["updated_at", "2019-02-12 22:41:37.070382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.072131"], ["updated_at", "2019-02-12 22:41:37.072131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.074054"], ["updated_at", "2019-02-12 22:41:37.074054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.076166"], ["updated_at", "2019-02-12 22:41:37.076166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.077859"], ["updated_at", "2019-02-12 22:41:37.077859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.079466"], ["updated_at", "2019-02-12 22:41:37.079466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.081571"], ["updated_at", "2019-02-12 22:41:37.081571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.084292"], ["updated_at", "2019-02-12 22:41:37.084292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.086498"], ["updated_at", "2019-02-12 22:41:37.086498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.088209"], ["updated_at", "2019-02-12 22:41:37.088209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.089774"], ["updated_at", "2019-02-12 22:41:37.089774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.091792"], ["updated_at", "2019-02-12 22:41:37.091792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.093495"], ["updated_at", "2019-02-12 22:41:37.093495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.095189"], ["updated_at", "2019-02-12 22:41:37.095189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.097094"], ["updated_at", "2019-02-12 22:41:37.097094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.099044"], ["updated_at", "2019-02-12 22:41:37.099044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.100721"], ["updated_at", "2019-02-12 22:41:37.100721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.102388"], ["updated_at", "2019-02-12 22:41:37.102388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.104043"], ["updated_at", "2019-02-12 22:41:37.104043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.105573"], ["updated_at", "2019-02-12 22:41:37.105573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.107424"], ["updated_at", "2019-02-12 22:41:37.107424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.109245"], ["updated_at", "2019-02-12 22:41:37.109245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.111077"], ["updated_at", "2019-02-12 22:41:37.111077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.112935"], ["updated_at", "2019-02-12 22:41:37.112935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.114759"], ["updated_at", "2019-02-12 22:41:37.114759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.116830"], ["updated_at", "2019-02-12 22:41:37.116830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.118540"], ["updated_at", "2019-02-12 22:41:37.118540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.120381"], ["updated_at", "2019-02-12 22:41:37.120381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.122107"], ["updated_at", "2019-02-12 22:41:37.122107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.124164"], ["updated_at", "2019-02-12 22:41:37.124164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.125895"], ["updated_at", "2019-02-12 22:41:37.125895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.127500"], ["updated_at", "2019-02-12 22:41:37.127500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.129195"], ["updated_at", "2019-02-12 22:41:37.129195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.132352"], ["updated_at", "2019-02-12 22:41:37.132352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.134669"], ["updated_at", "2019-02-12 22:41:37.134669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.136548"], ["updated_at", "2019-02-12 22:41:37.136548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.138342"], ["updated_at", "2019-02-12 22:41:37.138342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.142423"], ["updated_at", "2019-02-12 22:41:37.142423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.144312"], ["updated_at", "2019-02-12 22:41:37.144312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.145985"], ["updated_at", "2019-02-12 22:41:37.145985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.147637"], ["updated_at", "2019-02-12 22:41:37.147637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.149556"], ["updated_at", "2019-02-12 22:41:37.149556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.151273"], ["updated_at", "2019-02-12 22:41:37.151273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.152934"], ["updated_at", "2019-02-12 22:41:37.152934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.154660"], ["updated_at", "2019-02-12 22:41:37.154660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.156310"], ["updated_at", "2019-02-12 22:41:37.156310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.158115"], ["updated_at", "2019-02-12 22:41:37.158115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.159819"], ["updated_at", "2019-02-12 22:41:37.159819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.162638"], ["updated_at", "2019-02-12 22:41:37.162638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.164374"], ["updated_at", "2019-02-12 22:41:37.164374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.166244"], ["updated_at", "2019-02-12 22:41:37.166244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.168054"], ["updated_at", "2019-02-12 22:41:37.168054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.169655"], ["updated_at", "2019-02-12 22:41:37.169655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.171210"], ["updated_at", "2019-02-12 22:41:37.171210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.173083"], ["updated_at", "2019-02-12 22:41:37.173083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.174960"], ["updated_at", "2019-02-12 22:41:37.174960"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.178975"], ["updated_at", "2019-02-12 22:41:37.178975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.181495"], ["updated_at", "2019-02-12 22:41:37.181495"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.184327"], ["updated_at", "2019-02-12 22:41:37.184327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.186956"], ["updated_at", "2019-02-12 22:41:37.186956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.188976"], ["updated_at", "2019-02-12 22:41:37.188976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.192091"], ["updated_at", "2019-02-12 22:41:37.192091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.194014"], ["updated_at", "2019-02-12 22:41:37.194014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.195825"], ["updated_at", "2019-02-12 22:41:37.195825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.197569"], ["updated_at", "2019-02-12 22:41:37.197569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.199424"], ["updated_at", "2019-02-12 22:41:37.199424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.201185"], ["updated_at", "2019-02-12 22:41:37.201185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.202804"], ["updated_at", "2019-02-12 22:41:37.202804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.204393"], ["updated_at", "2019-02-12 22:41:37.204393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.206084"], ["updated_at", "2019-02-12 22:41:37.206084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.208070"], ["updated_at", "2019-02-12 22:41:37.208070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.209655"], ["updated_at", "2019-02-12 22:41:37.209655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.211218"], ["updated_at", "2019-02-12 22:41:37.211218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.213143"], ["updated_at", "2019-02-12 22:41:37.213143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.214914"], ["updated_at", "2019-02-12 22:41:37.214914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.216699"], ["updated_at", "2019-02-12 22:41:37.216699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.218244"], ["updated_at", "2019-02-12 22:41:37.218244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.219780"], ["updated_at", "2019-02-12 22:41:37.219780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.221311"], ["updated_at", "2019-02-12 22:41:37.221311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.222916"], ["updated_at", "2019-02-12 22:41:37.222916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.224799"], ["updated_at", "2019-02-12 22:41:37.224799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.226390"], ["updated_at", "2019-02-12 22:41:37.226390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.228128"], ["updated_at", "2019-02-12 22:41:37.228128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.229786"], ["updated_at", "2019-02-12 22:41:37.229786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.231376"], ["updated_at", "2019-02-12 22:41:37.231376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.233252"], ["updated_at", "2019-02-12 22:41:37.233252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.234912"], ["updated_at", "2019-02-12 22:41:37.234912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.236579"], ["updated_at", "2019-02-12 22:41:37.236579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.238211"], ["updated_at", "2019-02-12 22:41:37.238211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.239792"], ["updated_at", "2019-02-12 22:41:37.239792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.241796"], ["updated_at", "2019-02-12 22:41:37.241796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.243655"], ["updated_at", "2019-02-12 22:41:37.243655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.245269"], ["updated_at", "2019-02-12 22:41:37.245269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.246834"], ["updated_at", "2019-02-12 22:41:37.246834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.248619"], ["updated_at", "2019-02-12 22:41:37.248619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.250383"], ["updated_at", "2019-02-12 22:41:37.250383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.251954"], ["updated_at", "2019-02-12 22:41:37.251954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.253518"], ["updated_at", "2019-02-12 22:41:37.253518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.255088"], ["updated_at", "2019-02-12 22:41:37.255088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.256828"], ["updated_at", "2019-02-12 22:41:37.256828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.258562"], ["updated_at", "2019-02-12 22:41:37.258562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.260579"], ["updated_at", "2019-02-12 22:41:37.260579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.262253"], ["updated_at", "2019-02-12 22:41:37.262253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.263837"], ["updated_at", "2019-02-12 22:41:37.263837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.265414"], ["updated_at", "2019-02-12 22:41:37.265414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.267239"], ["updated_at", "2019-02-12 22:41:37.267239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.269035"], ["updated_at", "2019-02-12 22:41:37.269035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.271096"], ["updated_at", "2019-02-12 22:41:37.271096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.273036"], ["updated_at", "2019-02-12 22:41:37.273036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.275002"], ["updated_at", "2019-02-12 22:41:37.275002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.277005"], ["updated_at", "2019-02-12 22:41:37.277005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.278896"], ["updated_at", "2019-02-12 22:41:37.278896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.280911"], ["updated_at", "2019-02-12 22:41:37.280911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.283312"], ["updated_at", "2019-02-12 22:41:37.283312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.284991"], ["updated_at", "2019-02-12 22:41:37.284991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.286552"], ["updated_at", "2019-02-12 22:41:37.286552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.288107"], ["updated_at", "2019-02-12 22:41:37.288107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.289790"], ["updated_at", "2019-02-12 22:41:37.289790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.291670"], ["updated_at", "2019-02-12 22:41:37.291670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.294652"], ["updated_at", "2019-02-12 22:41:37.294652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.296708"], ["updated_at", "2019-02-12 22:41:37.296708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.298531"], ["updated_at", "2019-02-12 22:41:37.298531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.300540"], ["updated_at", "2019-02-12 22:41:37.300540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.302355"], ["updated_at", "2019-02-12 22:41:37.302355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.304098"], ["updated_at", "2019-02-12 22:41:37.304098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.306554"], ["updated_at", "2019-02-12 22:41:37.306554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.308355"], ["updated_at", "2019-02-12 22:41:37.308355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.309980"], ["updated_at", "2019-02-12 22:41:37.309980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.311671"], ["updated_at", "2019-02-12 22:41:37.311671"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.317003"], ["updated_at", "2019-02-12 22:41:37.317003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.318805"], ["updated_at", "2019-02-12 22:41:37.318805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.320344"], ["updated_at", "2019-02-12 22:41:37.320344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.321864"], ["updated_at", "2019-02-12 22:41:37.321864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.323522"], ["updated_at", "2019-02-12 22:41:37.323522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.325216"], ["updated_at", "2019-02-12 22:41:37.325216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.326967"], ["updated_at", "2019-02-12 22:41:37.326967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.329173"], ["updated_at", "2019-02-12 22:41:37.329173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.331046"], ["updated_at", "2019-02-12 22:41:37.331046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.332949"], ["updated_at", "2019-02-12 22:41:37.332949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.334794"], ["updated_at", "2019-02-12 22:41:37.334794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.336362"], ["updated_at", "2019-02-12 22:41:37.336362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.337909"], ["updated_at", "2019-02-12 22:41:37.337909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.339652"], ["updated_at", "2019-02-12 22:41:37.339652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.341563"], ["updated_at", "2019-02-12 22:41:37.341563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.343272"], ["updated_at", "2019-02-12 22:41:37.343272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.345114"], ["updated_at", "2019-02-12 22:41:37.345114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.346754"], ["updated_at", "2019-02-12 22:41:37.346754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.348330"], ["updated_at", "2019-02-12 22:41:37.348330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.350180"], ["updated_at", "2019-02-12 22:41:37.350180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.351829"], ["updated_at", "2019-02-12 22:41:37.351829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.353499"], ["updated_at", "2019-02-12 22:41:37.353499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.355076"], ["updated_at", "2019-02-12 22:41:37.355076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.356623"], ["updated_at", "2019-02-12 22:41:37.356623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.358633"], ["updated_at", "2019-02-12 22:41:37.358633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.360328"], ["updated_at", "2019-02-12 22:41:37.360328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.362016"], ["updated_at", "2019-02-12 22:41:37.362016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.363823"], ["updated_at", "2019-02-12 22:41:37.363823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.365738"], ["updated_at", "2019-02-12 22:41:37.365738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.367433"], ["updated_at", "2019-02-12 22:41:37.367433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.369027"], ["updated_at", "2019-02-12 22:41:37.369027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.370631"], ["updated_at", "2019-02-12 22:41:37.370631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.372222"], ["updated_at", "2019-02-12 22:41:37.372222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.374069"], ["updated_at", "2019-02-12 22:41:37.374069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.375891"], ["updated_at", "2019-02-12 22:41:37.375891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.377524"], ["updated_at", "2019-02-12 22:41:37.377524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.379113"], ["updated_at", "2019-02-12 22:41:37.379113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.380679"], ["updated_at", "2019-02-12 22:41:37.380679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.382331"], ["updated_at", "2019-02-12 22:41:37.382331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.384205"], ["updated_at", "2019-02-12 22:41:37.384205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.385788"], ["updated_at", "2019-02-12 22:41:37.385788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.387415"], ["updated_at", "2019-02-12 22:41:37.387415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.388958"], ["updated_at", "2019-02-12 22:41:37.388958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.390757"], ["updated_at", "2019-02-12 22:41:37.390757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.392668"], ["updated_at", "2019-02-12 22:41:37.392668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.394411"], ["updated_at", "2019-02-12 22:41:37.394411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.396010"], ["updated_at", "2019-02-12 22:41:37.396010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.397584"], ["updated_at", "2019-02-12 22:41:37.397584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.399659"], ["updated_at", "2019-02-12 22:41:37.399659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.401294"], ["updated_at", "2019-02-12 22:41:37.401294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.402848"], ["updated_at", "2019-02-12 22:41:37.402848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.404384"], ["updated_at", "2019-02-12 22:41:37.404384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.405898"], ["updated_at", "2019-02-12 22:41:37.405898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.407660"], ["updated_at", "2019-02-12 22:41:37.407660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.409350"], ["updated_at", "2019-02-12 22:41:37.409350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.411097"], ["updated_at", "2019-02-12 22:41:37.411097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.412692"], ["updated_at", "2019-02-12 22:41:37.412692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.414271"], ["updated_at", "2019-02-12 22:41:37.414271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.416208"], ["updated_at", "2019-02-12 22:41:37.416208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.417972"], ["updated_at", "2019-02-12 22:41:37.417972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.419537"], ["updated_at", "2019-02-12 22:41:37.419537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.421111"], ["updated_at", "2019-02-12 22:41:37.421111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.423247"], ["updated_at", "2019-02-12 22:41:37.423247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.425126"], ["updated_at", "2019-02-12 22:41:37.425126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.426900"], ["updated_at", "2019-02-12 22:41:37.426900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.428567"], ["updated_at", "2019-02-12 22:41:37.428567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.430205"], ["updated_at", "2019-02-12 22:41:37.430205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.432129"], ["updated_at", "2019-02-12 22:41:37.432129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.433998"], ["updated_at", "2019-02-12 22:41:37.433998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.435675"], ["updated_at", "2019-02-12 22:41:37.435675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.437253"], ["updated_at", "2019-02-12 22:41:37.437253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.438830"], ["updated_at", "2019-02-12 22:41:37.438830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.440793"], ["updated_at", "2019-02-12 22:41:37.440793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.442613"], ["updated_at", "2019-02-12 22:41:37.442613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.444327"], ["updated_at", "2019-02-12 22:41:37.444327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.446265"], ["updated_at", "2019-02-12 22:41:37.446265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.447924"], ["updated_at", "2019-02-12 22:41:37.447924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.449818"], ["updated_at", "2019-02-12 22:41:37.449818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.451930"], ["updated_at", "2019-02-12 22:41:37.451930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.453679"], ["updated_at", "2019-02-12 22:41:37.453679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.455585"], ["updated_at", "2019-02-12 22:41:37.455585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.457513"], ["updated_at", "2019-02-12 22:41:37.457513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.459217"], ["updated_at", "2019-02-12 22:41:37.459217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.460992"], ["updated_at", "2019-02-12 22:41:37.460992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.462738"], ["updated_at", "2019-02-12 22:41:37.462738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.464434"], ["updated_at", "2019-02-12 22:41:37.464434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.466576"], ["updated_at", "2019-02-12 22:41:37.466576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.471546"], ["updated_at", "2019-02-12 22:41:37.471546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.473394"], ["updated_at", "2019-02-12 22:41:37.473394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.475273"], ["updated_at", "2019-02-12 22:41:37.475273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.477057"], ["updated_at", "2019-02-12 22:41:37.477057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.478688"], ["updated_at", "2019-02-12 22:41:37.478688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.480525"], ["updated_at", "2019-02-12 22:41:37.480525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.482257"], ["updated_at", "2019-02-12 22:41:37.482257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.484317"], ["updated_at", "2019-02-12 22:41:37.484317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.486037"], ["updated_at", "2019-02-12 22:41:37.486037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.487748"], ["updated_at", "2019-02-12 22:41:37.487748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.489501"], ["updated_at", "2019-02-12 22:41:37.489501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.491476"], ["updated_at", "2019-02-12 22:41:37.491476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.493262"], ["updated_at", "2019-02-12 22:41:37.493262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.495037"], ["updated_at", "2019-02-12 22:41:37.495037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.496731"], ["updated_at", "2019-02-12 22:41:37.496731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.498458"], ["updated_at", "2019-02-12 22:41:37.498458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.500278"], ["updated_at", "2019-02-12 22:41:37.500278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.502005"], ["updated_at", "2019-02-12 22:41:37.502005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.504183"], ["updated_at", "2019-02-12 22:41:37.504183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.505958"], ["updated_at", "2019-02-12 22:41:37.505958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.507765"], ["updated_at", "2019-02-12 22:41:37.507765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.509542"], ["updated_at", "2019-02-12 22:41:37.509542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.511272"], ["updated_at", "2019-02-12 22:41:37.511272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.513022"], ["updated_at", "2019-02-12 22:41:37.513022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.514973"], ["updated_at", "2019-02-12 22:41:37.514973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.516940"], ["updated_at", "2019-02-12 22:41:37.516940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.518708"], ["updated_at", "2019-02-12 22:41:37.518708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.520493"], ["updated_at", "2019-02-12 22:41:37.520493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.522189"], ["updated_at", "2019-02-12 22:41:37.522189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.524015"], ["updated_at", "2019-02-12 22:41:37.524015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.525944"], ["updated_at", "2019-02-12 22:41:37.525944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.528196"], ["updated_at", "2019-02-12 22:41:37.528196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.530091"], ["updated_at", "2019-02-12 22:41:37.530091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.531998"], ["updated_at", "2019-02-12 22:41:37.531998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.534007"], ["updated_at", "2019-02-12 22:41:37.534007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.535808"], ["updated_at", "2019-02-12 22:41:37.535808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.537668"], ["updated_at", "2019-02-12 22:41:37.537668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.539707"], ["updated_at", "2019-02-12 22:41:37.539707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.541517"], ["updated_at", "2019-02-12 22:41:37.541517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.543336"], ["updated_at", "2019-02-12 22:41:37.543336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.545209"], ["updated_at", "2019-02-12 22:41:37.545209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.547546"], ["updated_at", "2019-02-12 22:41:37.547546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.550166"], ["updated_at", "2019-02-12 22:41:37.550166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.552747"], ["updated_at", "2019-02-12 22:41:37.552747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.555195"], ["updated_at", "2019-02-12 22:41:37.555195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.557524"], ["updated_at", "2019-02-12 22:41:37.557524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 15.0ms | ActiveRecord: 0.8ms)  (1.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:37.589503"], ["updated_at", "2019-02-12 22:41:37.589503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.592349"], ["updated_at", "2019-02-12 22:41:37.592349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.594675"], ["updated_at", "2019-02-12 22:41:37.594675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.597052"], ["updated_at", "2019-02-12 22:41:37.597052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.600491"], ["updated_at", "2019-02-12 22:41:37.600491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.602893"], ["updated_at", "2019-02-12 22:41:37.602893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.605089"], ["updated_at", "2019-02-12 22:41:37.605089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.607353"], ["updated_at", "2019-02-12 22:41:37.607353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.609590"], ["updated_at", "2019-02-12 22:41:37.609590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.611778"], ["updated_at", "2019-02-12 22:41:37.611778"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.614020"], ["updated_at", "2019-02-12 22:41:37.614020"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.617092"], ["updated_at", "2019-02-12 22:41:37.617092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.624340"], ["updated_at", "2019-02-12 22:41:37.624340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.626084"], ["updated_at", "2019-02-12 22:41:37.626084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.627657"], ["updated_at", "2019-02-12 22:41:37.627657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.630559"], ["updated_at", "2019-02-12 22:41:37.630559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.632569"], ["updated_at", "2019-02-12 22:41:37.632569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.634330"], ["updated_at", "2019-02-12 22:41:37.634330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.635858"], ["updated_at", "2019-02-12 22:41:37.635858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.637418"], ["updated_at", "2019-02-12 22:41:37.637418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.639137"], ["updated_at", "2019-02-12 22:41:37.639137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.640869"], ["updated_at", "2019-02-12 22:41:37.640869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.642633"], ["updated_at", "2019-02-12 22:41:37.642633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.644274"], ["updated_at", "2019-02-12 22:41:37.644274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.645908"], ["updated_at", "2019-02-12 22:41:37.645908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.647491"], ["updated_at", "2019-02-12 22:41:37.647491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.649113"], ["updated_at", "2019-02-12 22:41:37.649113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.650836"], ["updated_at", "2019-02-12 22:41:37.650836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.652403"], ["updated_at", "2019-02-12 22:41:37.652403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.654060"], ["updated_at", "2019-02-12 22:41:37.654060"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.655694"], ["updated_at", "2019-02-12 22:41:37.655694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.657846"], ["updated_at", "2019-02-12 22:41:37.657846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.659653"], ["updated_at", "2019-02-12 22:41:37.659653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.661362"], ["updated_at", "2019-02-12 22:41:37.661362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.663064"], ["updated_at", "2019-02-12 22:41:37.663064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.664905"], ["updated_at", "2019-02-12 22:41:37.664905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.666792"], ["updated_at", "2019-02-12 22:41:37.666792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.668385"], ["updated_at", "2019-02-12 22:41:37.668385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.669942"], ["updated_at", "2019-02-12 22:41:37.669942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.671550"], ["updated_at", "2019-02-12 22:41:37.671550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.673598"], ["updated_at", "2019-02-12 22:41:37.673598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.675934"], ["updated_at", "2019-02-12 22:41:37.675934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.679266"], ["updated_at", "2019-02-12 22:41:37.679266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.681057"], ["updated_at", "2019-02-12 22:41:37.681057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.683021"], ["updated_at", "2019-02-12 22:41:37.683021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.684685"], ["updated_at", "2019-02-12 22:41:37.684685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.686286"], ["updated_at", "2019-02-12 22:41:37.686286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.687881"], ["updated_at", "2019-02-12 22:41:37.687881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.689959"], ["updated_at", "2019-02-12 22:41:37.689959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.692444"], ["updated_at", "2019-02-12 22:41:37.692444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.694127"], ["updated_at", "2019-02-12 22:41:37.694127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.695745"], ["updated_at", "2019-02-12 22:41:37.695745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.697377"], ["updated_at", "2019-02-12 22:41:37.697377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.699210"], ["updated_at", "2019-02-12 22:41:37.699210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.701121"], ["updated_at", "2019-02-12 22:41:37.701121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.702956"], ["updated_at", "2019-02-12 22:41:37.702956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.704538"], ["updated_at", "2019-02-12 22:41:37.704538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.706269"], ["updated_at", "2019-02-12 22:41:37.706269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.708120"], ["updated_at", "2019-02-12 22:41:37.708120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.709751"], ["updated_at", "2019-02-12 22:41:37.709751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.711370"], ["updated_at", "2019-02-12 22:41:37.711370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.713132"], ["updated_at", "2019-02-12 22:41:37.713132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.714696"], ["updated_at", "2019-02-12 22:41:37.714696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.716535"], ["updated_at", "2019-02-12 22:41:37.716535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.718192"], ["updated_at", "2019-02-12 22:41:37.718192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.719788"], ["updated_at", "2019-02-12 22:41:37.719788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.721404"], ["updated_at", "2019-02-12 22:41:37.721404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.723138"], ["updated_at", "2019-02-12 22:41:37.723138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.725064"], ["updated_at", "2019-02-12 22:41:37.725064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.726641"], ["updated_at", "2019-02-12 22:41:37.726641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.728261"], ["updated_at", "2019-02-12 22:41:37.728261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.729824"], ["updated_at", "2019-02-12 22:41:37.729824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.731401"], ["updated_at", "2019-02-12 22:41:37.731401"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.733130"], ["updated_at", "2019-02-12 22:41:37.733130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.734867"], ["updated_at", "2019-02-12 22:41:37.734867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.736674"], ["updated_at", "2019-02-12 22:41:37.736674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.738290"], ["updated_at", "2019-02-12 22:41:37.738290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.739986"], ["updated_at", "2019-02-12 22:41:37.739986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.741737"], ["updated_at", "2019-02-12 22:41:37.741737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.743394"], ["updated_at", "2019-02-12 22:41:37.743394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.745053"], ["updated_at", "2019-02-12 22:41:37.745053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.746934"], ["updated_at", "2019-02-12 22:41:37.746934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.749032"], ["updated_at", "2019-02-12 22:41:37.749032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.750843"], ["updated_at", "2019-02-12 22:41:37.750843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.752637"], ["updated_at", "2019-02-12 22:41:37.752637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.754336"], ["updated_at", "2019-02-12 22:41:37.754336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.755939"], ["updated_at", "2019-02-12 22:41:37.755939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.757830"], ["updated_at", "2019-02-12 22:41:37.757830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.759692"], ["updated_at", "2019-02-12 22:41:37.759692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.761419"], ["updated_at", "2019-02-12 22:41:37.761419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.763114"], ["updated_at", "2019-02-12 22:41:37.763114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.764752"], ["updated_at", "2019-02-12 22:41:37.764752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.766595"], ["updated_at", "2019-02-12 22:41:37.766595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.768304"], ["updated_at", "2019-02-12 22:41:37.768304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.770010"], ["updated_at", "2019-02-12 22:41:37.770010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.771774"], ["updated_at", "2019-02-12 22:41:37.771774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.773504"], ["updated_at", "2019-02-12 22:41:37.773504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.775323"], ["updated_at", "2019-02-12 22:41:37.775323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.777093"], ["updated_at", "2019-02-12 22:41:37.777093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.778821"], ["updated_at", "2019-02-12 22:41:37.778821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.780533"], ["updated_at", "2019-02-12 22:41:37.780533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.782541"], ["updated_at", "2019-02-12 22:41:37.782541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.784281"], ["updated_at", "2019-02-12 22:41:37.784281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.785912"], ["updated_at", "2019-02-12 22:41:37.785912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.787571"], ["updated_at", "2019-02-12 22:41:37.787571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.789224"], ["updated_at", "2019-02-12 22:41:37.789224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.791074"], ["updated_at", "2019-02-12 22:41:37.791074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.792880"], ["updated_at", "2019-02-12 22:41:37.792880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.794921"], ["updated_at", "2019-02-12 22:41:37.794921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.796812"], ["updated_at", "2019-02-12 22:41:37.796812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.799172"], ["updated_at", "2019-02-12 22:41:37.799172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.801751"], ["updated_at", "2019-02-12 22:41:37.801751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.803616"], ["updated_at", "2019-02-12 22:41:37.803616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.805436"], ["updated_at", "2019-02-12 22:41:37.805436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.809555"], ["updated_at", "2019-02-12 22:41:37.809555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.811277"], ["updated_at", "2019-02-12 22:41:37.811277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.812829"], ["updated_at", "2019-02-12 22:41:37.812829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.814386"], ["updated_at", "2019-02-12 22:41:37.814386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.816057"], ["updated_at", "2019-02-12 22:41:37.816057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.818130"], ["updated_at", "2019-02-12 22:41:37.818130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.819831"], ["updated_at", "2019-02-12 22:41:37.819831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.821466"], ["updated_at", "2019-02-12 22:41:37.821466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.823178"], ["updated_at", "2019-02-12 22:41:37.823178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.825208"], ["updated_at", "2019-02-12 22:41:37.825208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.826814"], ["updated_at", "2019-02-12 22:41:37.826814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.828732"], ["updated_at", "2019-02-12 22:41:37.828732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.830422"], ["updated_at", "2019-02-12 22:41:37.830422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.832221"], ["updated_at", "2019-02-12 22:41:37.832221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.834089"], ["updated_at", "2019-02-12 22:41:37.834089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.835658"], ["updated_at", "2019-02-12 22:41:37.835658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.837203"], ["updated_at", "2019-02-12 22:41:37.837203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.838861"], ["updated_at", "2019-02-12 22:41:37.838861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.840745"], ["updated_at", "2019-02-12 22:41:37.840745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.842388"], ["updated_at", "2019-02-12 22:41:37.842388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.843978"], ["updated_at", "2019-02-12 22:41:37.843978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.845604"], ["updated_at", "2019-02-12 22:41:37.845604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.847212"], ["updated_at", "2019-02-12 22:41:37.847212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.848724"], ["updated_at", "2019-02-12 22:41:37.848724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.850496"], ["updated_at", "2019-02-12 22:41:37.850496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.852212"], ["updated_at", "2019-02-12 22:41:37.852212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.853816"], ["updated_at", "2019-02-12 22:41:37.853816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.855401"], ["updated_at", "2019-02-12 22:41:37.855401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.857123"], ["updated_at", "2019-02-12 22:41:37.857123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.858694"], ["updated_at", "2019-02-12 22:41:37.858694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.860229"], ["updated_at", "2019-02-12 22:41:37.860229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.861895"], ["updated_at", "2019-02-12 22:41:37.861895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.863548"], ["updated_at", "2019-02-12 22:41:37.863548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.865121"], ["updated_at", "2019-02-12 22:41:37.865121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.866890"], ["updated_at", "2019-02-12 22:41:37.866890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.868509"], ["updated_at", "2019-02-12 22:41:37.868509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.870071"], ["updated_at", "2019-02-12 22:41:37.870071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.871858"], ["updated_at", "2019-02-12 22:41:37.871858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.873730"], ["updated_at", "2019-02-12 22:41:37.873730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.875647"], ["updated_at", "2019-02-12 22:41:37.875647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.877319"], ["updated_at", "2019-02-12 22:41:37.877319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.879082"], ["updated_at", "2019-02-12 22:41:37.879082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.880654"], ["updated_at", "2019-02-12 22:41:37.880654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.882260"], ["updated_at", "2019-02-12 22:41:37.882260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.883962"], ["updated_at", "2019-02-12 22:41:37.883962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.885512"], ["updated_at", "2019-02-12 22:41:37.885512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.887189"], ["updated_at", "2019-02-12 22:41:37.887189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.888722"], ["updated_at", "2019-02-12 22:41:37.888722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.890342"], ["updated_at", "2019-02-12 22:41:37.890342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.891925"], ["updated_at", "2019-02-12 22:41:37.891925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.893568"], ["updated_at", "2019-02-12 22:41:37.893568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.895116"], ["updated_at", "2019-02-12 22:41:37.895116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.896700"], ["updated_at", "2019-02-12 22:41:37.896700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.898373"], ["updated_at", "2019-02-12 22:41:37.898373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.900118"], ["updated_at", "2019-02-12 22:41:37.900118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.901760"], ["updated_at", "2019-02-12 22:41:37.901760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.903448"], ["updated_at", "2019-02-12 22:41:37.903448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.904959"], ["updated_at", "2019-02-12 22:41:37.904959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.906554"], ["updated_at", "2019-02-12 22:41:37.906554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.908245"], ["updated_at", "2019-02-12 22:41:37.908245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.909967"], ["updated_at", "2019-02-12 22:41:37.909967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.911621"], ["updated_at", "2019-02-12 22:41:37.911621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.913297"], ["updated_at", "2019-02-12 22:41:37.913297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.915270"], ["updated_at", "2019-02-12 22:41:37.915270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.916987"], ["updated_at", "2019-02-12 22:41:37.916987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.918541"], ["updated_at", "2019-02-12 22:41:37.918541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.920111"], ["updated_at", "2019-02-12 22:41:37.920111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.921783"], ["updated_at", "2019-02-12 22:41:37.921783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.923500"], ["updated_at", "2019-02-12 22:41:37.923500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.925262"], ["updated_at", "2019-02-12 22:41:37.925262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.926963"], ["updated_at", "2019-02-12 22:41:37.926963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.928612"], ["updated_at", "2019-02-12 22:41:37.928612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.930251"], ["updated_at", "2019-02-12 22:41:37.930251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.931912"], ["updated_at", "2019-02-12 22:41:37.931912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.933994"], ["updated_at", "2019-02-12 22:41:37.933994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.935590"], ["updated_at", "2019-02-12 22:41:37.935590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.937149"], ["updated_at", "2019-02-12 22:41:37.937149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.938740"], ["updated_at", "2019-02-12 22:41:37.938740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.940460"], ["updated_at", "2019-02-12 22:41:37.940460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.942093"], ["updated_at", "2019-02-12 22:41:37.942093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.943699"], ["updated_at", "2019-02-12 22:41:37.943699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.945503"], ["updated_at", "2019-02-12 22:41:37.945503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.947118"], ["updated_at", "2019-02-12 22:41:37.947118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.949097"], ["updated_at", "2019-02-12 22:41:37.949097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.950803"], ["updated_at", "2019-02-12 22:41:37.950803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.952470"], ["updated_at", "2019-02-12 22:41:37.952470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.954092"], ["updated_at", "2019-02-12 22:41:37.954092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.955965"], ["updated_at", "2019-02-12 22:41:37.955965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.957720"], ["updated_at", "2019-02-12 22:41:37.957720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.959384"], ["updated_at", "2019-02-12 22:41:37.959384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.961008"], ["updated_at", "2019-02-12 22:41:37.961008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.962634"], ["updated_at", "2019-02-12 22:41:37.962634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.964250"], ["updated_at", "2019-02-12 22:41:37.964250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.966013"], ["updated_at", "2019-02-12 22:41:37.966013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.968031"], ["updated_at", "2019-02-12 22:41:37.968031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.969721"], ["updated_at", "2019-02-12 22:41:37.969721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.971378"], ["updated_at", "2019-02-12 22:41:37.971378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.976172"], ["updated_at", "2019-02-12 22:41:37.976172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.977789"], ["updated_at", "2019-02-12 22:41:37.977789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.979424"], ["updated_at", "2019-02-12 22:41:37.979424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.981074"], ["updated_at", "2019-02-12 22:41:37.981074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.982671"], ["updated_at", "2019-02-12 22:41:37.982671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.984355"], ["updated_at", "2019-02-12 22:41:37.984355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.985871"], ["updated_at", "2019-02-12 22:41:37.985871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.987431"], ["updated_at", "2019-02-12 22:41:37.987431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.989003"], ["updated_at", "2019-02-12 22:41:37.989003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.990846"], ["updated_at", "2019-02-12 22:41:37.990846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.992675"], ["updated_at", "2019-02-12 22:41:37.992675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.994432"], ["updated_at", "2019-02-12 22:41:37.994432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.996047"], ["updated_at", "2019-02-12 22:41:37.996047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.997659"], ["updated_at", "2019-02-12 22:41:37.997659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:37.999410"], ["updated_at", "2019-02-12 22:41:37.999410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.001170"], ["updated_at", "2019-02-12 22:41:38.001170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.003192"], ["updated_at", "2019-02-12 22:41:38.003192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.004955"], ["updated_at", "2019-02-12 22:41:38.004955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.006509"], ["updated_at", "2019-02-12 22:41:38.006509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.008252"], ["updated_at", "2019-02-12 22:41:38.008252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.009892"], ["updated_at", "2019-02-12 22:41:38.009892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.011463"], ["updated_at", "2019-02-12 22:41:38.011463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.013149"], ["updated_at", "2019-02-12 22:41:38.013149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.015002"], ["updated_at", "2019-02-12 22:41:38.015002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.016835"], ["updated_at", "2019-02-12 22:41:38.016835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.018456"], ["updated_at", "2019-02-12 22:41:38.018456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.019984"], ["updated_at", "2019-02-12 22:41:38.019984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.021489"], ["updated_at", "2019-02-12 22:41:38.021489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.023217"], ["updated_at", "2019-02-12 22:41:38.023217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.025729"], ["updated_at", "2019-02-12 22:41:38.025729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.027763"], ["updated_at", "2019-02-12 22:41:38.027763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.029796"], ["updated_at", "2019-02-12 22:41:38.029796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.031481"], ["updated_at", "2019-02-12 22:41:38.031481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.033210"], ["updated_at", "2019-02-12 22:41:38.033210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.034957"], ["updated_at", "2019-02-12 22:41:38.034957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.036512"], ["updated_at", "2019-02-12 22:41:38.036512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.038164"], ["updated_at", "2019-02-12 22:41:38.038164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.039774"], ["updated_at", "2019-02-12 22:41:38.039774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.041712"], ["updated_at", "2019-02-12 22:41:38.041712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.043256"], ["updated_at", "2019-02-12 22:41:38.043256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.044840"], ["updated_at", "2019-02-12 22:41:38.044840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.046396"], ["updated_at", "2019-02-12 22:41:38.046396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.047966"], ["updated_at", "2019-02-12 22:41:38.047966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.050099"], ["updated_at", "2019-02-12 22:41:38.050099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.051973"], ["updated_at", "2019-02-12 22:41:38.051973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.053852"], ["updated_at", "2019-02-12 22:41:38.053852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.055457"], ["updated_at", "2019-02-12 22:41:38.055457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.057147"], ["updated_at", "2019-02-12 22:41:38.057147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.058770"], ["updated_at", "2019-02-12 22:41:38.058770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.060437"], ["updated_at", "2019-02-12 22:41:38.060437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.062100"], ["updated_at", "2019-02-12 22:41:38.062100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.063688"], ["updated_at", "2019-02-12 22:41:38.063688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.065264"], ["updated_at", "2019-02-12 22:41:38.065264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.067194"], ["updated_at", "2019-02-12 22:41:38.067194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.068792"], ["updated_at", "2019-02-12 22:41:38.068792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.070522"], ["updated_at", "2019-02-12 22:41:38.070522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.072172"], ["updated_at", "2019-02-12 22:41:38.072172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.073988"], ["updated_at", "2019-02-12 22:41:38.073988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.075615"], ["updated_at", "2019-02-12 22:41:38.075615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.077366"], ["updated_at", "2019-02-12 22:41:38.077366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.079025"], ["updated_at", "2019-02-12 22:41:38.079025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.080610"], ["updated_at", "2019-02-12 22:41:38.080610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.082486"], ["updated_at", "2019-02-12 22:41:38.082486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.084574"], ["updated_at", "2019-02-12 22:41:38.084574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.086529"], ["updated_at", "2019-02-12 22:41:38.086529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.088164"], ["updated_at", "2019-02-12 22:41:38.088164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.089830"], ["updated_at", "2019-02-12 22:41:38.089830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.091515"], ["updated_at", "2019-02-12 22:41:38.091515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.093111"], ["updated_at", "2019-02-12 22:41:38.093111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.094920"], ["updated_at", "2019-02-12 22:41:38.094920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.096653"], ["updated_at", "2019-02-12 22:41:38.096653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.098272"], ["updated_at", "2019-02-12 22:41:38.098272"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.100086"], ["updated_at", "2019-02-12 22:41:38.100086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.101738"], ["updated_at", "2019-02-12 22:41:38.101738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.103311"], ["updated_at", "2019-02-12 22:41:38.103311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.104982"], ["updated_at", "2019-02-12 22:41:38.104982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.107203"], ["updated_at", "2019-02-12 22:41:38.107203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.108965"], ["updated_at", "2019-02-12 22:41:38.108965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.110518"], ["updated_at", "2019-02-12 22:41:38.110518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.112067"], ["updated_at", "2019-02-12 22:41:38.112067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.113663"], ["updated_at", "2019-02-12 22:41:38.113663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.115439"], ["updated_at", "2019-02-12 22:41:38.115439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.117209"], ["updated_at", "2019-02-12 22:41:38.117209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.118921"], ["updated_at", "2019-02-12 22:41:38.118921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.120531"], ["updated_at", "2019-02-12 22:41:38.120531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.122101"], ["updated_at", "2019-02-12 22:41:38.122101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.124139"], ["updated_at", "2019-02-12 22:41:38.124139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.125964"], ["updated_at", "2019-02-12 22:41:38.125964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.127724"], ["updated_at", "2019-02-12 22:41:38.127724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.129478"], ["updated_at", "2019-02-12 22:41:38.129478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.131426"], ["updated_at", "2019-02-12 22:41:38.131426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.133270"], ["updated_at", "2019-02-12 22:41:38.133270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.137319"], ["updated_at", "2019-02-12 22:41:38.137319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.138869"], ["updated_at", "2019-02-12 22:41:38.138869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.140553"], ["updated_at", "2019-02-12 22:41:38.140553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.142396"], ["updated_at", "2019-02-12 22:41:38.142396"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.144044"], ["updated_at", "2019-02-12 22:41:38.144044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.145656"], ["updated_at", "2019-02-12 22:41:38.145656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.147273"], ["updated_at", "2019-02-12 22:41:38.147273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.148912"], ["updated_at", "2019-02-12 22:41:38.148912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.150690"], ["updated_at", "2019-02-12 22:41:38.150690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.152457"], ["updated_at", "2019-02-12 22:41:38.152457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.154419"], ["updated_at", "2019-02-12 22:41:38.154419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.156003"], ["updated_at", "2019-02-12 22:41:38.156003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.157640"], ["updated_at", "2019-02-12 22:41:38.157640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.159189"], ["updated_at", "2019-02-12 22:41:38.159189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.160682"], ["updated_at", "2019-02-12 22:41:38.160682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.162219"], ["updated_at", "2019-02-12 22:41:38.162219"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.163770"], ["updated_at", "2019-02-12 22:41:38.163770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.166113"], ["updated_at", "2019-02-12 22:41:38.166113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.167938"], ["updated_at", "2019-02-12 22:41:38.167938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.169955"], ["updated_at", "2019-02-12 22:41:38.169955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.171643"], ["updated_at", "2019-02-12 22:41:38.171643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.173260"], ["updated_at", "2019-02-12 22:41:38.173260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.174951"], ["updated_at", "2019-02-12 22:41:38.174951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.177376"], ["updated_at", "2019-02-12 22:41:38.177376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.181166"], ["updated_at", "2019-02-12 22:41:38.181166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.184195"], ["updated_at", "2019-02-12 22:41:38.184195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.185947"], ["updated_at", "2019-02-12 22:41:38.185947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.187536"], ["updated_at", "2019-02-12 22:41:38.187536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.189356"], ["updated_at", "2019-02-12 22:41:38.189356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.192101"], ["updated_at", "2019-02-12 22:41:38.192101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.193987"], ["updated_at", "2019-02-12 22:41:38.193987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.195559"], ["updated_at", "2019-02-12 22:41:38.195559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.197152"], ["updated_at", "2019-02-12 22:41:38.197152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.198865"], ["updated_at", "2019-02-12 22:41:38.198865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.200716"], ["updated_at", "2019-02-12 22:41:38.200716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.202415"], ["updated_at", "2019-02-12 22:41:38.202415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.204045"], ["updated_at", "2019-02-12 22:41:38.204045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.205989"], ["updated_at", "2019-02-12 22:41:38.205989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.207702"], ["updated_at", "2019-02-12 22:41:38.207702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.209267"], ["updated_at", "2019-02-12 22:41:38.209267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.210900"], ["updated_at", "2019-02-12 22:41:38.210900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.212669"], ["updated_at", "2019-02-12 22:41:38.212669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.214297"], ["updated_at", "2019-02-12 22:41:38.214297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.215947"], ["updated_at", "2019-02-12 22:41:38.215947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.217761"], ["updated_at", "2019-02-12 22:41:38.217761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.219357"], ["updated_at", "2019-02-12 22:41:38.219357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.220918"], ["updated_at", "2019-02-12 22:41:38.220918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.222616"], ["updated_at", "2019-02-12 22:41:38.222616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.224470"], ["updated_at", "2019-02-12 22:41:38.224470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.226092"], ["updated_at", "2019-02-12 22:41:38.226092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.227748"], ["updated_at", "2019-02-12 22:41:38.227748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.229386"], ["updated_at", "2019-02-12 22:41:38.229386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.231124"], ["updated_at", "2019-02-12 22:41:38.231124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.232870"], ["updated_at", "2019-02-12 22:41:38.232870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.234663"], ["updated_at", "2019-02-12 22:41:38.234663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.236335"], ["updated_at", "2019-02-12 22:41:38.236335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.237899"], ["updated_at", "2019-02-12 22:41:38.237899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.239449"], ["updated_at", "2019-02-12 22:41:38.239449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.241113"], ["updated_at", "2019-02-12 22:41:38.241113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.242732"], ["updated_at", "2019-02-12 22:41:38.242732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.244326"], ["updated_at", "2019-02-12 22:41:38.244326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.246035"], ["updated_at", "2019-02-12 22:41:38.246035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.247775"], ["updated_at", "2019-02-12 22:41:38.247775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.249564"], ["updated_at", "2019-02-12 22:41:38.249564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.251259"], ["updated_at", "2019-02-12 22:41:38.251259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.252957"], ["updated_at", "2019-02-12 22:41:38.252957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.254586"], ["updated_at", "2019-02-12 22:41:38.254586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.256239"], ["updated_at", "2019-02-12 22:41:38.256239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.258026"], ["updated_at", "2019-02-12 22:41:38.258026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.259679"], ["updated_at", "2019-02-12 22:41:38.259679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.261485"], ["updated_at", "2019-02-12 22:41:38.261485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.263110"], ["updated_at", "2019-02-12 22:41:38.263110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.264709"], ["updated_at", "2019-02-12 22:41:38.264709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.266474"], ["updated_at", "2019-02-12 22:41:38.266474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.268155"], ["updated_at", "2019-02-12 22:41:38.268155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.269877"], ["updated_at", "2019-02-12 22:41:38.269877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.271607"], ["updated_at", "2019-02-12 22:41:38.271607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.273483"], ["updated_at", "2019-02-12 22:41:38.273483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.275243"], ["updated_at", "2019-02-12 22:41:38.275243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.276954"], ["updated_at", "2019-02-12 22:41:38.276954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.278605"], ["updated_at", "2019-02-12 22:41:38.278605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.280199"], ["updated_at", "2019-02-12 22:41:38.280199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.282574"], ["updated_at", "2019-02-12 22:41:38.282574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.284740"], ["updated_at", "2019-02-12 22:41:38.284740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.286617"], ["updated_at", "2019-02-12 22:41:38.286617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.288602"], ["updated_at", "2019-02-12 22:41:38.288602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.291278"], ["updated_at", "2019-02-12 22:41:38.291278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.295499"], ["updated_at", "2019-02-12 22:41:38.295499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.297132"], ["updated_at", "2019-02-12 22:41:38.297132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.298692"], ["updated_at", "2019-02-12 22:41:38.298692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.300453"], ["updated_at", "2019-02-12 22:41:38.300453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.303143"], ["updated_at", "2019-02-12 22:41:38.303143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.305066"], ["updated_at", "2019-02-12 22:41:38.305066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.306633"], ["updated_at", "2019-02-12 22:41:38.306633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.308356"], ["updated_at", "2019-02-12 22:41:38.308356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.309940"], ["updated_at", "2019-02-12 22:41:38.309940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.311525"], ["updated_at", "2019-02-12 22:41:38.311525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.313102"], ["updated_at", "2019-02-12 22:41:38.313102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 25ms (Views: 14.6ms | ActiveRecord: 0.8ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.359372"], ["updated_at", "2019-02-12 22:41:38.359372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.371084"], ["updated_at", "2019-02-12 22:41:38.371084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.377958"], ["updated_at", "2019-02-12 22:41:38.377958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.383097"], ["updated_at", "2019-02-12 22:41:38.383097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.390473"], ["updated_at", "2019-02-12 22:41:38.390473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:38.392130"], ["updated_at", "2019-02-12 22:41:38.393181"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 9ms (Views: 0.2ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.398621"], ["updated_at", "2019-02-12 22:41:38.398621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.401010"], ["updated_at", "2019-02-12 22:41:38.401010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"New", "givenName"=>"Not"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "last_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "Not"], ["last_name", "New"], ["updated_at", "2019-02-12 22:41:38.407243"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.410757"], ["updated_at", "2019-02-12 22:41:38.410757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.417529"], ["updated_at", "2019-02-12 22:41:38.417529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.421014"], ["updated_at", "2019-02-12 22:41:38.421014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.429063"], ["updated_at", "2019-02-12 22:41:38.429063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.434592"], ["updated_at", "2019-02-12 22:41:38.434592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.436925"], ["updated_at", "2019-02-12 22:41:38.436925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.442808"], ["updated_at", "2019-02-12 22:41:38.442808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.445568"], ["updated_at", "2019-02-12 22:41:38.445568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1122@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:38.449464"], ["updated_at", "2019-02-12 22:41:38.450504"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.453727"], ["updated_at", "2019-02-12 22:41:38.453727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.457245"], ["updated_at", "2019-02-12 22:41:38.457245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.463841"], ["updated_at", "2019-02-12 22:41:38.463841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.466806"], ["updated_at", "2019-02-12 22:41:38.466806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:38.471117"], ["updated_at", "2019-02-12 22:41:38.472139"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.476733"], ["updated_at", "2019-02-12 22:41:38.476733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.479256"], ["updated_at", "2019-02-12 22:41:38.479256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1125@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:38.482358"], ["updated_at", "2019-02-12 22:41:38.483421"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.486729"], ["updated_at", "2019-02-12 22:41:38.486729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.488978"], ["updated_at", "2019-02-12 22:41:38.488978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:38.491447"], ["updated_at", "2019-02-12 22:41:38.492323"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:41:38.496105"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.501094"], ["updated_at", "2019-02-12 22:41:38.501094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.503469"], ["updated_at", "2019-02-12 22:41:38.503469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.504623"], ["updated_at", "2019-02-12 22:41:38.504623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:41:38.506196"], ["updated_at", "2019-02-12 22:41:38.506196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.519313"], ["updated_at", "2019-02-12 22:41:38.519313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.525431"], ["updated_at", "2019-02-12 22:41:38.525431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.527978"], ["updated_at", "2019-02-12 22:41:38.527978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.533274"], ["updated_at", "2019-02-12 22:41:38.533274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.535233"], ["updated_at", "2019-02-12 22:41:38.535233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:41:38.537548"], ["updated_at", "2019-02-12 22:41:38.537548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.543596"], ["updated_at", "2019-02-12 22:41:38.543596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.637042"], ["updated_at", "2019-02-12 22:41:38.637042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:41:38 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 9ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:38.655504"], ["updated_at", "2019-02-12 22:41:38.655504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:41:38 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:38.666313"], ["updated_at", "2019-02-12 22:41:38.666313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.4ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.621750"], ["updated_at", "2019-02-12 22:41:56.621750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:41:56 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 29ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.680312"], ["updated_at", "2019-02-12 22:41:56.680312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:41:56 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.687765"], ["updated_at", "2019-02-12 22:41:56.687765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.695409"], ["updated_at", "2019-02-12 22:41:56.695409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.697890"], ["updated_at", "2019-02-12 22:41:56.697890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.699277"], ["updated_at", "2019-02-12 22:41:56.699277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:41:56.701294"], ["updated_at", "2019-02-12 22:41:56.701294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.708366"], ["updated_at", "2019-02-12 22:41:56.708366"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.710804"], ["updated_at", "2019-02-12 22:41:56.710804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:56.717986"], ["updated_at", "2019-02-12 22:41:56.719078"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.722458"], ["updated_at", "2019-02-12 22:41:56.722458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.726158"], ["updated_at", "2019-02-12 22:41:56.726158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.732026"], ["updated_at", "2019-02-12 22:41:56.732026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.734274"], ["updated_at", "2019-02-12 22:41:56.734274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.740730"], ["updated_at", "2019-02-12 22:41:56.740730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.744390"], ["updated_at", "2019-02-12 22:41:56.744390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:56.749608"], ["updated_at", "2019-02-12 22:41:56.750629"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.755022"], ["updated_at", "2019-02-12 22:41:56.755022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.758107"], ["updated_at", "2019-02-12 22:41:56.758107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "7@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:56.761687"], ["updated_at", "2019-02-12 22:41:56.762661"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.766097"], ["updated_at", "2019-02-12 22:41:56.766097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.768512"], ["updated_at", "2019-02-12 22:41:56.768512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:56.770792"], ["updated_at", "2019-02-12 22:41:56.771711"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:41:56.777174"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.789639"], ["updated_at", "2019-02-12 22:41:56.789639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.799687"], ["updated_at", "2019-02-12 22:41:56.799687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.807394"], ["updated_at", "2019-02-12 22:41:56.807394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.812151"], ["updated_at", "2019-02-12 22:41:56.812151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.814301"], ["updated_at", "2019-02-12 22:41:56.814301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.816203"], ["updated_at", "2019-02-12 22:41:56.816203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:56.821792"], ["updated_at", "2019-02-12 22:41:56.821792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.824557"], ["updated_at", "2019-02-12 22:41:56.824557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.826569"], ["updated_at", "2019-02-12 22:41:56.826569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.828306"], ["updated_at", "2019-02-12 22:41:56.828306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.829976"], ["updated_at", "2019-02-12 22:41:56.829976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.831444"], ["updated_at", "2019-02-12 22:41:56.831444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.833155"], ["updated_at", "2019-02-12 22:41:56.833155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.834964"], ["updated_at", "2019-02-12 22:41:56.834964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.836680"], ["updated_at", "2019-02-12 22:41:56.836680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.839218"], ["updated_at", "2019-02-12 22:41:56.839218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.842206"], ["updated_at", "2019-02-12 22:41:56.842206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.844211"], ["updated_at", "2019-02-12 22:41:56.844211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.846049"], ["updated_at", "2019-02-12 22:41:56.846049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.847844"], ["updated_at", "2019-02-12 22:41:56.847844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.850101"], ["updated_at", "2019-02-12 22:41:56.850101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.851942"], ["updated_at", "2019-02-12 22:41:56.851942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.853675"], ["updated_at", "2019-02-12 22:41:56.853675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.855308"], ["updated_at", "2019-02-12 22:41:56.855308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.858089"], ["updated_at", "2019-02-12 22:41:56.858089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.859982"], ["updated_at", "2019-02-12 22:41:56.859982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.861830"], ["updated_at", "2019-02-12 22:41:56.861830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.863681"], ["updated_at", "2019-02-12 22:41:56.863681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.865422"], ["updated_at", "2019-02-12 22:41:56.865422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.867362"], ["updated_at", "2019-02-12 22:41:56.867362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.869169"], ["updated_at", "2019-02-12 22:41:56.869169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.870919"], ["updated_at", "2019-02-12 22:41:56.870919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.873292"], ["updated_at", "2019-02-12 22:41:56.873292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.875204"], ["updated_at", "2019-02-12 22:41:56.875204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.876992"], ["updated_at", "2019-02-12 22:41:56.876992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.878701"], ["updated_at", "2019-02-12 22:41:56.878701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.880461"], ["updated_at", "2019-02-12 22:41:56.880461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.882373"], ["updated_at", "2019-02-12 22:41:56.882373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.884119"], ["updated_at", "2019-02-12 22:41:56.884119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.885801"], ["updated_at", "2019-02-12 22:41:56.885801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.887411"], ["updated_at", "2019-02-12 22:41:56.887411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.892429"], ["updated_at", "2019-02-12 22:41:56.892429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.894155"], ["updated_at", "2019-02-12 22:41:56.894155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.895767"], ["updated_at", "2019-02-12 22:41:56.895767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.897345"], ["updated_at", "2019-02-12 22:41:56.897345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.898885"], ["updated_at", "2019-02-12 22:41:56.898885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.900858"], ["updated_at", "2019-02-12 22:41:56.900858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.902487"], ["updated_at", "2019-02-12 22:41:56.902487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.904598"], ["updated_at", "2019-02-12 22:41:56.904598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.906387"], ["updated_at", "2019-02-12 22:41:56.906387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.908301"], ["updated_at", "2019-02-12 22:41:56.908301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.910082"], ["updated_at", "2019-02-12 22:41:56.910082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.911732"], ["updated_at", "2019-02-12 22:41:56.911732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.913278"], ["updated_at", "2019-02-12 22:41:56.913278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.914887"], ["updated_at", "2019-02-12 22:41:56.914887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.916935"], ["updated_at", "2019-02-12 22:41:56.916935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.918602"], ["updated_at", "2019-02-12 22:41:56.918602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.920189"], ["updated_at", "2019-02-12 22:41:56.920189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.921793"], ["updated_at", "2019-02-12 22:41:56.921793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.923447"], ["updated_at", "2019-02-12 22:41:56.923447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.925255"], ["updated_at", "2019-02-12 22:41:56.925255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.926914"], ["updated_at", "2019-02-12 22:41:56.926914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.928498"], ["updated_at", "2019-02-12 22:41:56.928498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.929996"], ["updated_at", "2019-02-12 22:41:56.929996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.931687"], ["updated_at", "2019-02-12 22:41:56.931687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.933375"], ["updated_at", "2019-02-12 22:41:56.933375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.935083"], ["updated_at", "2019-02-12 22:41:56.935083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.936729"], ["updated_at", "2019-02-12 22:41:56.936729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.938318"], ["updated_at", "2019-02-12 22:41:56.938318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.940015"], ["updated_at", "2019-02-12 22:41:56.940015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.941888"], ["updated_at", "2019-02-12 22:41:56.941888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.943605"], ["updated_at", "2019-02-12 22:41:56.943605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.945908"], ["updated_at", "2019-02-12 22:41:56.945908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.948062"], ["updated_at", "2019-02-12 22:41:56.948062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.950022"], ["updated_at", "2019-02-12 22:41:56.950022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.951786"], ["updated_at", "2019-02-12 22:41:56.951786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.953466"], ["updated_at", "2019-02-12 22:41:56.953466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.955161"], ["updated_at", "2019-02-12 22:41:56.955161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.956793"], ["updated_at", "2019-02-12 22:41:56.956793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.958705"], ["updated_at", "2019-02-12 22:41:56.958705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.960377"], ["updated_at", "2019-02-12 22:41:56.960377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.962090"], ["updated_at", "2019-02-12 22:41:56.962090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.963804"], ["updated_at", "2019-02-12 22:41:56.963804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.965677"], ["updated_at", "2019-02-12 22:41:56.965677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.967325"], ["updated_at", "2019-02-12 22:41:56.967325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.968885"], ["updated_at", "2019-02-12 22:41:56.968885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.970407"], ["updated_at", "2019-02-12 22:41:56.970407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.972228"], ["updated_at", "2019-02-12 22:41:56.972228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.975695"], ["updated_at", "2019-02-12 22:41:56.975695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.978437"], ["updated_at", "2019-02-12 22:41:56.978437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.980457"], ["updated_at", "2019-02-12 22:41:56.980457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.982613"], ["updated_at", "2019-02-12 22:41:56.982613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.984665"], ["updated_at", "2019-02-12 22:41:56.984665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.986902"], ["updated_at", "2019-02-12 22:41:56.986902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.989570"], ["updated_at", "2019-02-12 22:41:56.989570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.992736"], ["updated_at", "2019-02-12 22:41:56.992736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.994781"], ["updated_at", "2019-02-12 22:41:56.994781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.996394"], ["updated_at", "2019-02-12 22:41:56.996394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.998056"], ["updated_at", "2019-02-12 22:41:56.998056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:56.999998"], ["updated_at", "2019-02-12 22:41:56.999998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.001775"], ["updated_at", "2019-02-12 22:41:57.001775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.004025"], ["updated_at", "2019-02-12 22:41:57.004025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.005819"], ["updated_at", "2019-02-12 22:41:57.005819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.007752"], ["updated_at", "2019-02-12 22:41:57.007752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.009632"], ["updated_at", "2019-02-12 22:41:57.009632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.011283"], ["updated_at", "2019-02-12 22:41:57.011283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.012900"], ["updated_at", "2019-02-12 22:41:57.012900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.014419"], ["updated_at", "2019-02-12 22:41:57.014419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.016145"], ["updated_at", "2019-02-12 22:41:57.016145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.017820"], ["updated_at", "2019-02-12 22:41:57.017820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.019430"], ["updated_at", "2019-02-12 22:41:57.019430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.021132"], ["updated_at", "2019-02-12 22:41:57.021132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.022807"], ["updated_at", "2019-02-12 22:41:57.022807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.024604"], ["updated_at", "2019-02-12 22:41:57.024604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.026629"], ["updated_at", "2019-02-12 22:41:57.026629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.028345"], ["updated_at", "2019-02-12 22:41:57.028345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.029998"], ["updated_at", "2019-02-12 22:41:57.029998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.031848"], ["updated_at", "2019-02-12 22:41:57.031848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.033800"], ["updated_at", "2019-02-12 22:41:57.033800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.036662"], ["updated_at", "2019-02-12 22:41:57.036662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.038687"], ["updated_at", "2019-02-12 22:41:57.038687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.040536"], ["updated_at", "2019-02-12 22:41:57.040536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.042857"], ["updated_at", "2019-02-12 22:41:57.042857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.044802"], ["updated_at", "2019-02-12 22:41:57.044802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.046486"], ["updated_at", "2019-02-12 22:41:57.046486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.048146"], ["updated_at", "2019-02-12 22:41:57.048146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.050037"], ["updated_at", "2019-02-12 22:41:57.050037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.051715"], ["updated_at", "2019-02-12 22:41:57.051715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.053443"], ["updated_at", "2019-02-12 22:41:57.053443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.055303"], ["updated_at", "2019-02-12 22:41:57.055303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.057191"], ["updated_at", "2019-02-12 22:41:57.057191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.059010"], ["updated_at", "2019-02-12 22:41:57.059010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.060658"], ["updated_at", "2019-02-12 22:41:57.060658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.062245"], ["updated_at", "2019-02-12 22:41:57.062245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.064250"], ["updated_at", "2019-02-12 22:41:57.064250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.066182"], ["updated_at", "2019-02-12 22:41:57.066182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.068025"], ["updated_at", "2019-02-12 22:41:57.068025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.069687"], ["updated_at", "2019-02-12 22:41:57.069687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.071354"], ["updated_at", "2019-02-12 22:41:57.071354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.072973"], ["updated_at", "2019-02-12 22:41:57.072973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.078580"], ["updated_at", "2019-02-12 22:41:57.078580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.080399"], ["updated_at", "2019-02-12 22:41:57.080399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.082312"], ["updated_at", "2019-02-12 22:41:57.082312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.084178"], ["updated_at", "2019-02-12 22:41:57.084178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.085872"], ["updated_at", "2019-02-12 22:41:57.085872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.087519"], ["updated_at", "2019-02-12 22:41:57.087519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.089199"], ["updated_at", "2019-02-12 22:41:57.089199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.091241"], ["updated_at", "2019-02-12 22:41:57.091241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.093008"], ["updated_at", "2019-02-12 22:41:57.093008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.094685"], ["updated_at", "2019-02-12 22:41:57.094685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.096267"], ["updated_at", "2019-02-12 22:41:57.096267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.097812"], ["updated_at", "2019-02-12 22:41:57.097812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.099572"], ["updated_at", "2019-02-12 22:41:57.099572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.101501"], ["updated_at", "2019-02-12 22:41:57.101501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.104553"], ["updated_at", "2019-02-12 22:41:57.104553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.106536"], ["updated_at", "2019-02-12 22:41:57.106536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.108691"], ["updated_at", "2019-02-12 22:41:57.108691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.110395"], ["updated_at", "2019-02-12 22:41:57.110395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.111994"], ["updated_at", "2019-02-12 22:41:57.111994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.113695"], ["updated_at", "2019-02-12 22:41:57.113695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.115508"], ["updated_at", "2019-02-12 22:41:57.115508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.117216"], ["updated_at", "2019-02-12 22:41:57.117216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.118818"], ["updated_at", "2019-02-12 22:41:57.118818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.120460"], ["updated_at", "2019-02-12 22:41:57.120460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.122091"], ["updated_at", "2019-02-12 22:41:57.122091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.123876"], ["updated_at", "2019-02-12 22:41:57.123876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.126036"], ["updated_at", "2019-02-12 22:41:57.126036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.127766"], ["updated_at", "2019-02-12 22:41:57.127766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.129396"], ["updated_at", "2019-02-12 22:41:57.129396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.131010"], ["updated_at", "2019-02-12 22:41:57.131010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.132891"], ["updated_at", "2019-02-12 22:41:57.132891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.134583"], ["updated_at", "2019-02-12 22:41:57.134583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.136717"], ["updated_at", "2019-02-12 22:41:57.136717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.138828"], ["updated_at", "2019-02-12 22:41:57.138828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.140856"], ["updated_at", "2019-02-12 22:41:57.140856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.142917"], ["updated_at", "2019-02-12 22:41:57.142917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.144567"], ["updated_at", "2019-02-12 22:41:57.144567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.146233"], ["updated_at", "2019-02-12 22:41:57.146233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.149150"], ["updated_at", "2019-02-12 22:41:57.149150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.152453"], ["updated_at", "2019-02-12 22:41:57.152453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.154434"], ["updated_at", "2019-02-12 22:41:57.154434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.156371"], ["updated_at", "2019-02-12 22:41:57.156371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.158380"], ["updated_at", "2019-02-12 22:41:57.158380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.160487"], ["updated_at", "2019-02-12 22:41:57.160487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.162378"], ["updated_at", "2019-02-12 22:41:57.162378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.164595"], ["updated_at", "2019-02-12 22:41:57.164595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.166817"], ["updated_at", "2019-02-12 22:41:57.166817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.168570"], ["updated_at", "2019-02-12 22:41:57.168570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.170204"], ["updated_at", "2019-02-12 22:41:57.170204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.171986"], ["updated_at", "2019-02-12 22:41:57.171986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.174167"], ["updated_at", "2019-02-12 22:41:57.174167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.178476"], ["updated_at", "2019-02-12 22:41:57.178476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.180384"], ["updated_at", "2019-02-12 22:41:57.180384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.182276"], ["updated_at", "2019-02-12 22:41:57.182276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.184005"], ["updated_at", "2019-02-12 22:41:57.184005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.185717"], ["updated_at", "2019-02-12 22:41:57.185717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.187298"], ["updated_at", "2019-02-12 22:41:57.187298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.190176"], ["updated_at", "2019-02-12 22:41:57.190176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.192754"], ["updated_at", "2019-02-12 22:41:57.192754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.194722"], ["updated_at", "2019-02-12 22:41:57.194722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.196574"], ["updated_at", "2019-02-12 22:41:57.196574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.198465"], ["updated_at", "2019-02-12 22:41:57.198465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.200191"], ["updated_at", "2019-02-12 22:41:57.200191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.201863"], ["updated_at", "2019-02-12 22:41:57.201863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.203542"], ["updated_at", "2019-02-12 22:41:57.203542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.206217"], ["updated_at", "2019-02-12 22:41:57.206217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.210026"], ["updated_at", "2019-02-12 22:41:57.210026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.212019"], ["updated_at", "2019-02-12 22:41:57.212019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.213748"], ["updated_at", "2019-02-12 22:41:57.213748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.215539"], ["updated_at", "2019-02-12 22:41:57.215539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.217687"], ["updated_at", "2019-02-12 22:41:57.217687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.219474"], ["updated_at", "2019-02-12 22:41:57.219474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.221185"], ["updated_at", "2019-02-12 22:41:57.221185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.222856"], ["updated_at", "2019-02-12 22:41:57.222856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.224825"], ["updated_at", "2019-02-12 22:41:57.224825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.226711"], ["updated_at", "2019-02-12 22:41:57.226711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.228401"], ["updated_at", "2019-02-12 22:41:57.228401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.230173"], ["updated_at", "2019-02-12 22:41:57.230173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.231832"], ["updated_at", "2019-02-12 22:41:57.231832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.233842"], ["updated_at", "2019-02-12 22:41:57.233842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.235533"], ["updated_at", "2019-02-12 22:41:57.235533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.237207"], ["updated_at", "2019-02-12 22:41:57.237207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.238892"], ["updated_at", "2019-02-12 22:41:57.238892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.240844"], ["updated_at", "2019-02-12 22:41:57.240844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.242737"], ["updated_at", "2019-02-12 22:41:57.242737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.244613"], ["updated_at", "2019-02-12 22:41:57.244613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.246331"], ["updated_at", "2019-02-12 22:41:57.246331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.247951"], ["updated_at", "2019-02-12 22:41:57.247951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.249826"], ["updated_at", "2019-02-12 22:41:57.249826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.251526"], ["updated_at", "2019-02-12 22:41:57.251526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.253484"], ["updated_at", "2019-02-12 22:41:57.253484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.255538"], ["updated_at", "2019-02-12 22:41:57.255538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.257306"], ["updated_at", "2019-02-12 22:41:57.257306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.259275"], ["updated_at", "2019-02-12 22:41:57.259275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.264054"], ["updated_at", "2019-02-12 22:41:57.264054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.265972"], ["updated_at", "2019-02-12 22:41:57.265972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.267759"], ["updated_at", "2019-02-12 22:41:57.267759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.269413"], ["updated_at", "2019-02-12 22:41:57.269413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.271040"], ["updated_at", "2019-02-12 22:41:57.271040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.272708"], ["updated_at", "2019-02-12 22:41:57.272708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.274835"], ["updated_at", "2019-02-12 22:41:57.274835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.276897"], ["updated_at", "2019-02-12 22:41:57.276897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.278668"], ["updated_at", "2019-02-12 22:41:57.278668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.280404"], ["updated_at", "2019-02-12 22:41:57.280404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.282239"], ["updated_at", "2019-02-12 22:41:57.282239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.283979"], ["updated_at", "2019-02-12 22:41:57.283979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.285596"], ["updated_at", "2019-02-12 22:41:57.285596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.287317"], ["updated_at", "2019-02-12 22:41:57.287317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.288980"], ["updated_at", "2019-02-12 22:41:57.288980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.290902"], ["updated_at", "2019-02-12 22:41:57.290902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.292661"], ["updated_at", "2019-02-12 22:41:57.292661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.294261"], ["updated_at", "2019-02-12 22:41:57.294261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.295816"], ["updated_at", "2019-02-12 22:41:57.295816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.297357"], ["updated_at", "2019-02-12 22:41:57.297357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.299413"], ["updated_at", "2019-02-12 22:41:57.299413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.301137"], ["updated_at", "2019-02-12 22:41:57.301137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.302759"], ["updated_at", "2019-02-12 22:41:57.302759"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.304732"], ["updated_at", "2019-02-12 22:41:57.304732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.306450"], ["updated_at", "2019-02-12 22:41:57.306450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.308456"], ["updated_at", "2019-02-12 22:41:57.308456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.310346"], ["updated_at", "2019-02-12 22:41:57.310346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.312035"], ["updated_at", "2019-02-12 22:41:57.312035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.313626"], ["updated_at", "2019-02-12 22:41:57.313626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.315228"], ["updated_at", "2019-02-12 22:41:57.315228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.316931"], ["updated_at", "2019-02-12 22:41:57.316931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.318598"], ["updated_at", "2019-02-12 22:41:57.318598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.320195"], ["updated_at", "2019-02-12 22:41:57.320195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.321864"], ["updated_at", "2019-02-12 22:41:57.321864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.323742"], ["updated_at", "2019-02-12 22:41:57.323742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.325566"], ["updated_at", "2019-02-12 22:41:57.325566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.327249"], ["updated_at", "2019-02-12 22:41:57.327249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.328956"], ["updated_at", "2019-02-12 22:41:57.328956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.330525"], ["updated_at", "2019-02-12 22:41:57.330525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.332307"], ["updated_at", "2019-02-12 22:41:57.332307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.334152"], ["updated_at", "2019-02-12 22:41:57.334152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.335810"], ["updated_at", "2019-02-12 22:41:57.335810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.337405"], ["updated_at", "2019-02-12 22:41:57.337405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.339001"], ["updated_at", "2019-02-12 22:41:57.339001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.340811"], ["updated_at", "2019-02-12 22:41:57.340811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.342740"], ["updated_at", "2019-02-12 22:41:57.342740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.344507"], ["updated_at", "2019-02-12 22:41:57.344507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.346409"], ["updated_at", "2019-02-12 22:41:57.346409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.348041"], ["updated_at", "2019-02-12 22:41:57.348041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.349824"], ["updated_at", "2019-02-12 22:41:57.349824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.351486"], ["updated_at", "2019-02-12 22:41:57.351486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.353101"], ["updated_at", "2019-02-12 22:41:57.353101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.354741"], ["updated_at", "2019-02-12 22:41:57.354741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.357089"], ["updated_at", "2019-02-12 22:41:57.357089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.359301"], ["updated_at", "2019-02-12 22:41:57.359301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.361091"], ["updated_at", "2019-02-12 22:41:57.361091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.362809"], ["updated_at", "2019-02-12 22:41:57.362809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.364717"], ["updated_at", "2019-02-12 22:41:57.364717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.366443"], ["updated_at", "2019-02-12 22:41:57.366443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.368117"], ["updated_at", "2019-02-12 22:41:57.368117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.369807"], ["updated_at", "2019-02-12 22:41:57.369807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.371430"], ["updated_at", "2019-02-12 22:41:57.371430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.373069"], ["updated_at", "2019-02-12 22:41:57.373069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.374953"], ["updated_at", "2019-02-12 22:41:57.374953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.376771"], ["updated_at", "2019-02-12 22:41:57.376771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.378511"], ["updated_at", "2019-02-12 22:41:57.378511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.380277"], ["updated_at", "2019-02-12 22:41:57.380277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.382122"], ["updated_at", "2019-02-12 22:41:57.382122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.383850"], ["updated_at", "2019-02-12 22:41:57.383850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.385510"], ["updated_at", "2019-02-12 22:41:57.385510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.387188"], ["updated_at", "2019-02-12 22:41:57.387188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.388899"], ["updated_at", "2019-02-12 22:41:57.388899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.390945"], ["updated_at", "2019-02-12 22:41:57.390945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 17ms (Views: 10.5ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:57.413721"], ["updated_at", "2019-02-12 22:41:57.413721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.416319"], ["updated_at", "2019-02-12 22:41:57.416319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.418017"], ["updated_at", "2019-02-12 22:41:57.418017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.419557"], ["updated_at", "2019-02-12 22:41:57.419557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.421126"], ["updated_at", "2019-02-12 22:41:57.421126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.422963"], ["updated_at", "2019-02-12 22:41:57.422963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.425020"], ["updated_at", "2019-02-12 22:41:57.425020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.427085"], ["updated_at", "2019-02-12 22:41:57.427085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.428717"], ["updated_at", "2019-02-12 22:41:57.428717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.430278"], ["updated_at", "2019-02-12 22:41:57.430278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.431803"], ["updated_at", "2019-02-12 22:41:57.431803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:57.438821"], ["updated_at", "2019-02-12 22:41:57.438821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.448588"], ["updated_at", "2019-02-12 22:41:57.448588"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.451219"], ["updated_at", "2019-02-12 22:41:57.451219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.453028"], ["updated_at", "2019-02-12 22:41:57.453028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.454634"], ["updated_at", "2019-02-12 22:41:57.454634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.457348"], ["updated_at", "2019-02-12 22:41:57.457348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.459041"], ["updated_at", "2019-02-12 22:41:57.459041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.460735"], ["updated_at", "2019-02-12 22:41:57.460735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.462733"], ["updated_at", "2019-02-12 22:41:57.462733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.464313"], ["updated_at", "2019-02-12 22:41:57.464313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.466016"], ["updated_at", "2019-02-12 22:41:57.466016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.467646"], ["updated_at", "2019-02-12 22:41:57.467646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.469407"], ["updated_at", "2019-02-12 22:41:57.469407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.471187"], ["updated_at", "2019-02-12 22:41:57.471187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.473384"], ["updated_at", "2019-02-12 22:41:57.473384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.475349"], ["updated_at", "2019-02-12 22:41:57.475349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.477292"], ["updated_at", "2019-02-12 22:41:57.477292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.478996"], ["updated_at", "2019-02-12 22:41:57.478996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.480679"], ["updated_at", "2019-02-12 22:41:57.480679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.482485"], ["updated_at", "2019-02-12 22:41:57.482485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.484232"], ["updated_at", "2019-02-12 22:41:57.484232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.485915"], ["updated_at", "2019-02-12 22:41:57.485915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.487482"], ["updated_at", "2019-02-12 22:41:57.487482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.489086"], ["updated_at", "2019-02-12 22:41:57.489086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.490898"], ["updated_at", "2019-02-12 22:41:57.490898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.492593"], ["updated_at", "2019-02-12 22:41:57.492593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.494244"], ["updated_at", "2019-02-12 22:41:57.494244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.496009"], ["updated_at", "2019-02-12 22:41:57.496009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.497902"], ["updated_at", "2019-02-12 22:41:57.497902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.499633"], ["updated_at", "2019-02-12 22:41:57.499633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.501258"], ["updated_at", "2019-02-12 22:41:57.501258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.502836"], ["updated_at", "2019-02-12 22:41:57.502836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.504392"], ["updated_at", "2019-02-12 22:41:57.504392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.505963"], ["updated_at", "2019-02-12 22:41:57.505963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.508348"], ["updated_at", "2019-02-12 22:41:57.508348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.510161"], ["updated_at", "2019-02-12 22:41:57.510161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.511886"], ["updated_at", "2019-02-12 22:41:57.511886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.513488"], ["updated_at", "2019-02-12 22:41:57.513488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.515101"], ["updated_at", "2019-02-12 22:41:57.515101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.516800"], ["updated_at", "2019-02-12 22:41:57.516800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.518458"], ["updated_at", "2019-02-12 22:41:57.518458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.520162"], ["updated_at", "2019-02-12 22:41:57.520162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.521881"], ["updated_at", "2019-02-12 22:41:57.521881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.523535"], ["updated_at", "2019-02-12 22:41:57.523535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.526161"], ["updated_at", "2019-02-12 22:41:57.526161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.528063"], ["updated_at", "2019-02-12 22:41:57.528063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.529836"], ["updated_at", "2019-02-12 22:41:57.529836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.531682"], ["updated_at", "2019-02-12 22:41:57.531682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.533623"], ["updated_at", "2019-02-12 22:41:57.533623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.535352"], ["updated_at", "2019-02-12 22:41:57.535352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.537002"], ["updated_at", "2019-02-12 22:41:57.537002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.538706"], ["updated_at", "2019-02-12 22:41:57.538706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.540487"], ["updated_at", "2019-02-12 22:41:57.540487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.544843"], ["updated_at", "2019-02-12 22:41:57.544843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.546510"], ["updated_at", "2019-02-12 22:41:57.546510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.548089"], ["updated_at", "2019-02-12 22:41:57.548089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.549904"], ["updated_at", "2019-02-12 22:41:57.549904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.551542"], ["updated_at", "2019-02-12 22:41:57.551542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.553121"], ["updated_at", "2019-02-12 22:41:57.553121"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.554974"], ["updated_at", "2019-02-12 22:41:57.554974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.556672"], ["updated_at", "2019-02-12 22:41:57.556672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.558574"], ["updated_at", "2019-02-12 22:41:57.558574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.560277"], ["updated_at", "2019-02-12 22:41:57.560277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.561824"], ["updated_at", "2019-02-12 22:41:57.561824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.563358"], ["updated_at", "2019-02-12 22:41:57.563358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.564939"], ["updated_at", "2019-02-12 22:41:57.564939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.566804"], ["updated_at", "2019-02-12 22:41:57.566804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.568450"], ["updated_at", "2019-02-12 22:41:57.568450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.570147"], ["updated_at", "2019-02-12 22:41:57.570147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.571939"], ["updated_at", "2019-02-12 22:41:57.571939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.573545"], ["updated_at", "2019-02-12 22:41:57.573545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.575459"], ["updated_at", "2019-02-12 22:41:57.575459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.577269"], ["updated_at", "2019-02-12 22:41:57.577269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.578922"], ["updated_at", "2019-02-12 22:41:57.578922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.580482"], ["updated_at", "2019-02-12 22:41:57.580482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.581988"], ["updated_at", "2019-02-12 22:41:57.581988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.583760"], ["updated_at", "2019-02-12 22:41:57.583760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.585395"], ["updated_at", "2019-02-12 22:41:57.585395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.586988"], ["updated_at", "2019-02-12 22:41:57.586988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.588665"], ["updated_at", "2019-02-12 22:41:57.588665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.590317"], ["updated_at", "2019-02-12 22:41:57.590317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.592205"], ["updated_at", "2019-02-12 22:41:57.592205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.593991"], ["updated_at", "2019-02-12 22:41:57.593991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.595634"], ["updated_at", "2019-02-12 22:41:57.595634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.597204"], ["updated_at", "2019-02-12 22:41:57.597204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.598825"], ["updated_at", "2019-02-12 22:41:57.598825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.600543"], ["updated_at", "2019-02-12 22:41:57.600543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.602196"], ["updated_at", "2019-02-12 22:41:57.602196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.603825"], ["updated_at", "2019-02-12 22:41:57.603825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.605401"], ["updated_at", "2019-02-12 22:41:57.605401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.607160"], ["updated_at", "2019-02-12 22:41:57.607160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.608805"], ["updated_at", "2019-02-12 22:41:57.608805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.610391"], ["updated_at", "2019-02-12 22:41:57.610391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.611975"], ["updated_at", "2019-02-12 22:41:57.611975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.613554"], ["updated_at", "2019-02-12 22:41:57.613554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.615115"], ["updated_at", "2019-02-12 22:41:57.615115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.616830"], ["updated_at", "2019-02-12 22:41:57.616830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.618505"], ["updated_at", "2019-02-12 22:41:57.618505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.620116"], ["updated_at", "2019-02-12 22:41:57.620116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.621773"], ["updated_at", "2019-02-12 22:41:57.621773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.623607"], ["updated_at", "2019-02-12 22:41:57.623607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.625612"], ["updated_at", "2019-02-12 22:41:57.625612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.627389"], ["updated_at", "2019-02-12 22:41:57.627389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.629093"], ["updated_at", "2019-02-12 22:41:57.629093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.630737"], ["updated_at", "2019-02-12 22:41:57.630737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.632509"], ["updated_at", "2019-02-12 22:41:57.632509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.634325"], ["updated_at", "2019-02-12 22:41:57.634325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.636136"], ["updated_at", "2019-02-12 22:41:57.636136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.637874"], ["updated_at", "2019-02-12 22:41:57.637874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.639815"], ["updated_at", "2019-02-12 22:41:57.639815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.641694"], ["updated_at", "2019-02-12 22:41:57.641694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.643484"], ["updated_at", "2019-02-12 22:41:57.643484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.645099"], ["updated_at", "2019-02-12 22:41:57.645099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.646737"], ["updated_at", "2019-02-12 22:41:57.646737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.648408"], ["updated_at", "2019-02-12 22:41:57.648408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.650087"], ["updated_at", "2019-02-12 22:41:57.650087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.651664"], ["updated_at", "2019-02-12 22:41:57.651664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.653222"], ["updated_at", "2019-02-12 22:41:57.653222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.654794"], ["updated_at", "2019-02-12 22:41:57.654794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.656485"], ["updated_at", "2019-02-12 22:41:57.656485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.658442"], ["updated_at", "2019-02-12 22:41:57.658442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.660241"], ["updated_at", "2019-02-12 22:41:57.660241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.661937"], ["updated_at", "2019-02-12 22:41:57.661937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.663616"], ["updated_at", "2019-02-12 22:41:57.663616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.665388"], ["updated_at", "2019-02-12 22:41:57.665388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.667090"], ["updated_at", "2019-02-12 22:41:57.667090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.668710"], ["updated_at", "2019-02-12 22:41:57.668710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.670630"], ["updated_at", "2019-02-12 22:41:57.670630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.672512"], ["updated_at", "2019-02-12 22:41:57.672512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.674250"], ["updated_at", "2019-02-12 22:41:57.674250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.676282"], ["updated_at", "2019-02-12 22:41:57.676282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.679879"], ["updated_at", "2019-02-12 22:41:57.679879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.682399"], ["updated_at", "2019-02-12 22:41:57.682399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.684471"], ["updated_at", "2019-02-12 22:41:57.684471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.686279"], ["updated_at", "2019-02-12 22:41:57.686279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.692041"], ["updated_at", "2019-02-12 22:41:57.692041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.694131"], ["updated_at", "2019-02-12 22:41:57.694131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.695774"], ["updated_at", "2019-02-12 22:41:57.695774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.697269"], ["updated_at", "2019-02-12 22:41:57.697269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.698749"], ["updated_at", "2019-02-12 22:41:57.698749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.700477"], ["updated_at", "2019-02-12 22:41:57.700477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.702092"], ["updated_at", "2019-02-12 22:41:57.702092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.703667"], ["updated_at", "2019-02-12 22:41:57.703667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.705648"], ["updated_at", "2019-02-12 22:41:57.705648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.707814"], ["updated_at", "2019-02-12 22:41:57.707814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.709597"], ["updated_at", "2019-02-12 22:41:57.709597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.711233"], ["updated_at", "2019-02-12 22:41:57.711233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.712809"], ["updated_at", "2019-02-12 22:41:57.712809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.714365"], ["updated_at", "2019-02-12 22:41:57.714365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.716003"], ["updated_at", "2019-02-12 22:41:57.716003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.717890"], ["updated_at", "2019-02-12 22:41:57.717890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.719525"], ["updated_at", "2019-02-12 22:41:57.719525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.721111"], ["updated_at", "2019-02-12 22:41:57.721111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.722690"], ["updated_at", "2019-02-12 22:41:57.722690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.724378"], ["updated_at", "2019-02-12 22:41:57.724378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.726074"], ["updated_at", "2019-02-12 22:41:57.726074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.727656"], ["updated_at", "2019-02-12 22:41:57.727656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.729517"], ["updated_at", "2019-02-12 22:41:57.729517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.731153"], ["updated_at", "2019-02-12 22:41:57.731153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.732884"], ["updated_at", "2019-02-12 22:41:57.732884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.734568"], ["updated_at", "2019-02-12 22:41:57.734568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.736175"], ["updated_at", "2019-02-12 22:41:57.736175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.737833"], ["updated_at", "2019-02-12 22:41:57.737833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.739704"], ["updated_at", "2019-02-12 22:41:57.739704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.741523"], ["updated_at", "2019-02-12 22:41:57.741523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.743278"], ["updated_at", "2019-02-12 22:41:57.743278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.744904"], ["updated_at", "2019-02-12 22:41:57.744904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.746632"], ["updated_at", "2019-02-12 22:41:57.746632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.748350"], ["updated_at", "2019-02-12 22:41:57.748350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.750059"], ["updated_at", "2019-02-12 22:41:57.750059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.751743"], ["updated_at", "2019-02-12 22:41:57.751743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.753393"], ["updated_at", "2019-02-12 22:41:57.753393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.754993"], ["updated_at", "2019-02-12 22:41:57.754993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.756539"], ["updated_at", "2019-02-12 22:41:57.756539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.758223"], ["updated_at", "2019-02-12 22:41:57.758223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.760768"], ["updated_at", "2019-02-12 22:41:57.760768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.762527"], ["updated_at", "2019-02-12 22:41:57.762527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.764284"], ["updated_at", "2019-02-12 22:41:57.764284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.766037"], ["updated_at", "2019-02-12 22:41:57.766037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.767717"], ["updated_at", "2019-02-12 22:41:57.767717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.769296"], ["updated_at", "2019-02-12 22:41:57.769296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.770893"], ["updated_at", "2019-02-12 22:41:57.770893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.772780"], ["updated_at", "2019-02-12 22:41:57.772780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.774789"], ["updated_at", "2019-02-12 22:41:57.774789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.776634"], ["updated_at", "2019-02-12 22:41:57.776634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.778371"], ["updated_at", "2019-02-12 22:41:57.778371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.780061"], ["updated_at", "2019-02-12 22:41:57.780061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.781704"], ["updated_at", "2019-02-12 22:41:57.781704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.783448"], ["updated_at", "2019-02-12 22:41:57.783448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.785113"], ["updated_at", "2019-02-12 22:41:57.785113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.786851"], ["updated_at", "2019-02-12 22:41:57.786851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.788501"], ["updated_at", "2019-02-12 22:41:57.788501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.790125"], ["updated_at", "2019-02-12 22:41:57.790125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.792058"], ["updated_at", "2019-02-12 22:41:57.792058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.793866"], ["updated_at", "2019-02-12 22:41:57.793866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.795477"], ["updated_at", "2019-02-12 22:41:57.795477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.797076"], ["updated_at", "2019-02-12 22:41:57.797076"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.798960"], ["updated_at", "2019-02-12 22:41:57.798960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.800635"], ["updated_at", "2019-02-12 22:41:57.800635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.802255"], ["updated_at", "2019-02-12 22:41:57.802255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.803881"], ["updated_at", "2019-02-12 22:41:57.803881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.805477"], ["updated_at", "2019-02-12 22:41:57.805477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.807096"], ["updated_at", "2019-02-12 22:41:57.807096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.808849"], ["updated_at", "2019-02-12 22:41:57.808849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.810702"], ["updated_at", "2019-02-12 22:41:57.810702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.812354"], ["updated_at", "2019-02-12 22:41:57.812354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.813960"], ["updated_at", "2019-02-12 22:41:57.813960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.815765"], ["updated_at", "2019-02-12 22:41:57.815765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.817514"], ["updated_at", "2019-02-12 22:41:57.817514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.819210"], ["updated_at", "2019-02-12 22:41:57.819210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.821019"], ["updated_at", "2019-02-12 22:41:57.821019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.822770"], ["updated_at", "2019-02-12 22:41:57.822770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.824839"], ["updated_at", "2019-02-12 22:41:57.824839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.829568"], ["updated_at", "2019-02-12 22:41:57.829568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.831540"], ["updated_at", "2019-02-12 22:41:57.831540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.833486"], ["updated_at", "2019-02-12 22:41:57.833486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.835241"], ["updated_at", "2019-02-12 22:41:57.835241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.836956"], ["updated_at", "2019-02-12 22:41:57.836956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.838674"], ["updated_at", "2019-02-12 22:41:57.838674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.840543"], ["updated_at", "2019-02-12 22:41:57.840543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.842433"], ["updated_at", "2019-02-12 22:41:57.842433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.844278"], ["updated_at", "2019-02-12 22:41:57.844278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.846016"], ["updated_at", "2019-02-12 22:41:57.846016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.847676"], ["updated_at", "2019-02-12 22:41:57.847676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.849452"], ["updated_at", "2019-02-12 22:41:57.849452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.851163"], ["updated_at", "2019-02-12 22:41:57.851163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.852840"], ["updated_at", "2019-02-12 22:41:57.852840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.854547"], ["updated_at", "2019-02-12 22:41:57.854547"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.856356"], ["updated_at", "2019-02-12 22:41:57.856356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.858323"], ["updated_at", "2019-02-12 22:41:57.858323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.860075"], ["updated_at", "2019-02-12 22:41:57.860075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.861722"], ["updated_at", "2019-02-12 22:41:57.861722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.863380"], ["updated_at", "2019-02-12 22:41:57.863380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.865103"], ["updated_at", "2019-02-12 22:41:57.865103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.866934"], ["updated_at", "2019-02-12 22:41:57.866934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.868862"], ["updated_at", "2019-02-12 22:41:57.868862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.870639"], ["updated_at", "2019-02-12 22:41:57.870639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.872660"], ["updated_at", "2019-02-12 22:41:57.872660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.874747"], ["updated_at", "2019-02-12 22:41:57.874747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.876873"], ["updated_at", "2019-02-12 22:41:57.876873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.878737"], ["updated_at", "2019-02-12 22:41:57.878737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.880660"], ["updated_at", "2019-02-12 22:41:57.880660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.882605"], ["updated_at", "2019-02-12 22:41:57.882605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.884465"], ["updated_at", "2019-02-12 22:41:57.884465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.886236"], ["updated_at", "2019-02-12 22:41:57.886236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.887947"], ["updated_at", "2019-02-12 22:41:57.887947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.889763"], ["updated_at", "2019-02-12 22:41:57.889763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.891954"], ["updated_at", "2019-02-12 22:41:57.891954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.893926"], ["updated_at", "2019-02-12 22:41:57.893926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.895753"], ["updated_at", "2019-02-12 22:41:57.895753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.898278"], ["updated_at", "2019-02-12 22:41:57.898278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.900980"], ["updated_at", "2019-02-12 22:41:57.900980"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.903952"], ["updated_at", "2019-02-12 22:41:57.903952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.906349"], ["updated_at", "2019-02-12 22:41:57.906349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.909214"], ["updated_at", "2019-02-12 22:41:57.909214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.911510"], ["updated_at", "2019-02-12 22:41:57.911510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.913994"], ["updated_at", "2019-02-12 22:41:57.913994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.916749"], ["updated_at", "2019-02-12 22:41:57.916749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.918960"], ["updated_at", "2019-02-12 22:41:57.918960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.921448"], ["updated_at", "2019-02-12 22:41:57.921448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.923742"], ["updated_at", "2019-02-12 22:41:57.923742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.926269"], ["updated_at", "2019-02-12 22:41:57.926269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.928908"], ["updated_at", "2019-02-12 22:41:57.928908"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.930958"], ["updated_at", "2019-02-12 22:41:57.930958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.933123"], ["updated_at", "2019-02-12 22:41:57.933123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.935265"], ["updated_at", "2019-02-12 22:41:57.935265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.937439"], ["updated_at", "2019-02-12 22:41:57.937439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.939719"], ["updated_at", "2019-02-12 22:41:57.939719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.942169"], ["updated_at", "2019-02-12 22:41:57.942169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.944479"], ["updated_at", "2019-02-12 22:41:57.944479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.946880"], ["updated_at", "2019-02-12 22:41:57.946880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.948918"], ["updated_at", "2019-02-12 22:41:57.948918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.951482"], ["updated_at", "2019-02-12 22:41:57.951482"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.954113"], ["updated_at", "2019-02-12 22:41:57.954113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.956527"], ["updated_at", "2019-02-12 22:41:57.956527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.958944"], ["updated_at", "2019-02-12 22:41:57.958944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.961065"], ["updated_at", "2019-02-12 22:41:57.961065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.963663"], ["updated_at", "2019-02-12 22:41:57.963663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.966073"], ["updated_at", "2019-02-12 22:41:57.966073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.968501"], ["updated_at", "2019-02-12 22:41:57.968501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.970817"], ["updated_at", "2019-02-12 22:41:57.970817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.973463"], ["updated_at", "2019-02-12 22:41:57.973463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.975886"], ["updated_at", "2019-02-12 22:41:57.975886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.978269"], ["updated_at", "2019-02-12 22:41:57.978269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.980521"], ["updated_at", "2019-02-12 22:41:57.980521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.983175"], ["updated_at", "2019-02-12 22:41:57.983175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.985671"], ["updated_at", "2019-02-12 22:41:57.985671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.988042"], ["updated_at", "2019-02-12 22:41:57.988042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.996062"], ["updated_at", "2019-02-12 22:41:57.996062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:57.998158"], ["updated_at", "2019-02-12 22:41:57.998158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.000049"], ["updated_at", "2019-02-12 22:41:58.000049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.001806"], ["updated_at", "2019-02-12 22:41:58.001806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.004572"], ["updated_at", "2019-02-12 22:41:58.004572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.006939"], ["updated_at", "2019-02-12 22:41:58.006939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.009009"], ["updated_at", "2019-02-12 22:41:58.009009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.010765"], ["updated_at", "2019-02-12 22:41:58.010765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.012712"], ["updated_at", "2019-02-12 22:41:58.012712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.014350"], ["updated_at", "2019-02-12 22:41:58.014350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.016278"], ["updated_at", "2019-02-12 22:41:58.016278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.018016"], ["updated_at", "2019-02-12 22:41:58.018016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.019809"], ["updated_at", "2019-02-12 22:41:58.019809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.021480"], ["updated_at", "2019-02-12 22:41:58.021480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.023108"], ["updated_at", "2019-02-12 22:41:58.023108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.025295"], ["updated_at", "2019-02-12 22:41:58.025295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.027052"], ["updated_at", "2019-02-12 22:41:58.027052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.028693"], ["updated_at", "2019-02-12 22:41:58.028693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.030361"], ["updated_at", "2019-02-12 22:41:58.030361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.032081"], ["updated_at", "2019-02-12 22:41:58.032081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.033801"], ["updated_at", "2019-02-12 22:41:58.033801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.035421"], ["updated_at", "2019-02-12 22:41:58.035421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.036990"], ["updated_at", "2019-02-12 22:41:58.036990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.038592"], ["updated_at", "2019-02-12 22:41:58.038592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.040187"], ["updated_at", "2019-02-12 22:41:58.040187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.042296"], ["updated_at", "2019-02-12 22:41:58.042296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.044127"], ["updated_at", "2019-02-12 22:41:58.044127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.045779"], ["updated_at", "2019-02-12 22:41:58.045779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.047380"], ["updated_at", "2019-02-12 22:41:58.047380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.049263"], ["updated_at", "2019-02-12 22:41:58.049263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.051097"], ["updated_at", "2019-02-12 22:41:58.051097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.052821"], ["updated_at", "2019-02-12 22:41:58.052821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.054654"], ["updated_at", "2019-02-12 22:41:58.054654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.056281"], ["updated_at", "2019-02-12 22:41:58.056281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.058128"], ["updated_at", "2019-02-12 22:41:58.058128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.059847"], ["updated_at", "2019-02-12 22:41:58.059847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.061462"], ["updated_at", "2019-02-12 22:41:58.061462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.063044"], ["updated_at", "2019-02-12 22:41:58.063044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.064799"], ["updated_at", "2019-02-12 22:41:58.064799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.066565"], ["updated_at", "2019-02-12 22:41:58.066565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.068221"], ["updated_at", "2019-02-12 22:41:58.068221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.069809"], ["updated_at", "2019-02-12 22:41:58.069809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.071388"], ["updated_at", "2019-02-12 22:41:58.071388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.072998"], ["updated_at", "2019-02-12 22:41:58.072998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.075613"], ["updated_at", "2019-02-12 22:41:58.075613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.077722"], ["updated_at", "2019-02-12 22:41:58.077722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.079471"], ["updated_at", "2019-02-12 22:41:58.079471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.081138"], ["updated_at", "2019-02-12 22:41:58.081138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.082958"], ["updated_at", "2019-02-12 22:41:58.082958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.084674"], ["updated_at", "2019-02-12 22:41:58.084674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.086359"], ["updated_at", "2019-02-12 22:41:58.086359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.088059"], ["updated_at", "2019-02-12 22:41:58.088059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.089850"], ["updated_at", "2019-02-12 22:41:58.089850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.091727"], ["updated_at", "2019-02-12 22:41:58.091727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.093540"], ["updated_at", "2019-02-12 22:41:58.093540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.095210"], ["updated_at", "2019-02-12 22:41:58.095210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.096872"], ["updated_at", "2019-02-12 22:41:58.096872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.098600"], ["updated_at", "2019-02-12 22:41:58.098600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.100424"], ["updated_at", "2019-02-12 22:41:58.100424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.102148"], ["updated_at", "2019-02-12 22:41:58.102148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.104172"], ["updated_at", "2019-02-12 22:41:58.104172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.106780"], ["updated_at", "2019-02-12 22:41:58.106780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.108875"], ["updated_at", "2019-02-12 22:41:58.108875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.110711"], ["updated_at", "2019-02-12 22:41:58.110711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.112587"], ["updated_at", "2019-02-12 22:41:58.112587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.114332"], ["updated_at", "2019-02-12 22:41:58.114332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.116143"], ["updated_at", "2019-02-12 22:41:58.116143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.117948"], ["updated_at", "2019-02-12 22:41:58.117948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.119884"], ["updated_at", "2019-02-12 22:41:58.119884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.121663"], ["updated_at", "2019-02-12 22:41:58.121663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.123782"], ["updated_at", "2019-02-12 22:41:58.123782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.125820"], ["updated_at", "2019-02-12 22:41:58.125820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.127643"], ["updated_at", "2019-02-12 22:41:58.127643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.129358"], ["updated_at", "2019-02-12 22:41:58.129358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.131010"], ["updated_at", "2019-02-12 22:41:58.131010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.133242"], ["updated_at", "2019-02-12 22:41:58.133242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.135223"], ["updated_at", "2019-02-12 22:41:58.135223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.137066"], ["updated_at", "2019-02-12 22:41:58.137066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.138823"], ["updated_at", "2019-02-12 22:41:58.138823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.140555"], ["updated_at", "2019-02-12 22:41:58.140555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.142639"], ["updated_at", "2019-02-12 22:41:58.142639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.144495"], ["updated_at", "2019-02-12 22:41:58.144495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.146710"], ["updated_at", "2019-02-12 22:41:58.146710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.148912"], ["updated_at", "2019-02-12 22:41:58.148912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.150877"], ["updated_at", "2019-02-12 22:41:58.150877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.152730"], ["updated_at", "2019-02-12 22:41:58.152730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.156846"], ["updated_at", "2019-02-12 22:41:58.156846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.159284"], ["updated_at", "2019-02-12 22:41:58.159284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.161158"], ["updated_at", "2019-02-12 22:41:58.161158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.162845"], ["updated_at", "2019-02-12 22:41:58.162845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.164478"], ["updated_at", "2019-02-12 22:41:58.164478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.166376"], ["updated_at", "2019-02-12 22:41:58.166376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.168051"], ["updated_at", "2019-02-12 22:41:58.168051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.170392"], ["updated_at", "2019-02-12 22:41:58.170392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.172438"], ["updated_at", "2019-02-12 22:41:58.172438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.174589"], ["updated_at", "2019-02-12 22:41:58.174589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.178681"], ["updated_at", "2019-02-12 22:41:58.178681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.180975"], ["updated_at", "2019-02-12 22:41:58.180975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.183754"], ["updated_at", "2019-02-12 22:41:58.183754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.185733"], ["updated_at", "2019-02-12 22:41:58.185733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.187508"], ["updated_at", "2019-02-12 22:41:58.187508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.189361"], ["updated_at", "2019-02-12 22:41:58.189361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.192756"], ["updated_at", "2019-02-12 22:41:58.192756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.194723"], ["updated_at", "2019-02-12 22:41:58.194723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.196321"], ["updated_at", "2019-02-12 22:41:58.196321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.197837"], ["updated_at", "2019-02-12 22:41:58.197837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.199452"], ["updated_at", "2019-02-12 22:41:58.199452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.201103"], ["updated_at", "2019-02-12 22:41:58.201103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.202673"], ["updated_at", "2019-02-12 22:41:58.202673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.204421"], ["updated_at", "2019-02-12 22:41:58.204421"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.206382"], ["updated_at", "2019-02-12 22:41:58.206382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.208314"], ["updated_at", "2019-02-12 22:41:58.208314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.210035"], ["updated_at", "2019-02-12 22:41:58.210035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:58.219273"], ["updated_at", "2019-02-12 22:41:58.219273"]] [1m (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.221627"], ["updated_at", "2019-02-12 22:41:58.221627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.223278"], ["updated_at", "2019-02-12 22:41:58.223278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.225105"], ["updated_at", "2019-02-12 22:41:58.225105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.226681"], ["updated_at", "2019-02-12 22:41:58.226681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.228893"], ["updated_at", "2019-02-12 22:41:58.228893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.230548"], ["updated_at", "2019-02-12 22:41:58.230548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.232301"], ["updated_at", "2019-02-12 22:41:58.232301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.234018"], ["updated_at", "2019-02-12 22:41:58.234018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.235627"], ["updated_at", "2019-02-12 22:41:58.235627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.237197"], ["updated_at", "2019-02-12 22:41:58.237197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.238846"], ["updated_at", "2019-02-12 22:41:58.238846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.240464"], ["updated_at", "2019-02-12 22:41:58.240464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.242230"], ["updated_at", "2019-02-12 22:41:58.242230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.243854"], ["updated_at", "2019-02-12 22:41:58.243854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.245413"], ["updated_at", "2019-02-12 22:41:58.245413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.246945"], ["updated_at", "2019-02-12 22:41:58.246945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.248746"], ["updated_at", "2019-02-12 22:41:58.248746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.250501"], ["updated_at", "2019-02-12 22:41:58.250501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.252187"], ["updated_at", "2019-02-12 22:41:58.252187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.254472"], ["updated_at", "2019-02-12 22:41:58.254472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.256405"], ["updated_at", "2019-02-12 22:41:58.256405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.259995"], ["updated_at", "2019-02-12 22:41:58.259995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.261988"], ["updated_at", "2019-02-12 22:41:58.261988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.263704"], ["updated_at", "2019-02-12 22:41:58.263704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.265399"], ["updated_at", "2019-02-12 22:41:58.265399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.267059"], ["updated_at", "2019-02-12 22:41:58.267059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.268807"], ["updated_at", "2019-02-12 22:41:58.268807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.270498"], ["updated_at", "2019-02-12 22:41:58.270498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.272130"], ["updated_at", "2019-02-12 22:41:58.272130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.274393"], ["updated_at", "2019-02-12 22:41:58.274393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.276337"], ["updated_at", "2019-02-12 22:41:58.276337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.278020"], ["updated_at", "2019-02-12 22:41:58.278020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.279648"], ["updated_at", "2019-02-12 22:41:58.279648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.281258"], ["updated_at", "2019-02-12 22:41:58.281258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.283906"], ["updated_at", "2019-02-12 22:41:58.283906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.285933"], ["updated_at", "2019-02-12 22:41:58.285933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.287737"], ["updated_at", "2019-02-12 22:41:58.287737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.289465"], ["updated_at", "2019-02-12 22:41:58.289465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.291340"], ["updated_at", "2019-02-12 22:41:58.291340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.293111"], ["updated_at", "2019-02-12 22:41:58.293111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.294810"], ["updated_at", "2019-02-12 22:41:58.294810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.296523"], ["updated_at", "2019-02-12 22:41:58.296523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.298521"], ["updated_at", "2019-02-12 22:41:58.298521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.300350"], ["updated_at", "2019-02-12 22:41:58.300350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.302047"], ["updated_at", "2019-02-12 22:41:58.302047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.304253"], ["updated_at", "2019-02-12 22:41:58.304253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.306328"], ["updated_at", "2019-02-12 22:41:58.306328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.308305"], ["updated_at", "2019-02-12 22:41:58.308305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.310361"], ["updated_at", "2019-02-12 22:41:58.310361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.314326"], ["updated_at", "2019-02-12 22:41:58.314326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.316203"], ["updated_at", "2019-02-12 22:41:58.316203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.317883"], ["updated_at", "2019-02-12 22:41:58.317883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.319497"], ["updated_at", "2019-02-12 22:41:58.319497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.321365"], ["updated_at", "2019-02-12 22:41:58.321365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.323077"], ["updated_at", "2019-02-12 22:41:58.323077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.324885"], ["updated_at", "2019-02-12 22:41:58.324885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.326598"], ["updated_at", "2019-02-12 22:41:58.326598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.328176"], ["updated_at", "2019-02-12 22:41:58.328176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.330288"], ["updated_at", "2019-02-12 22:41:58.330288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.332397"], ["updated_at", "2019-02-12 22:41:58.332397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.334224"], ["updated_at", "2019-02-12 22:41:58.334224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.335891"], ["updated_at", "2019-02-12 22:41:58.335891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.337511"], ["updated_at", "2019-02-12 22:41:58.337511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.339152"], ["updated_at", "2019-02-12 22:41:58.339152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.340751"], ["updated_at", "2019-02-12 22:41:58.340751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.342493"], ["updated_at", "2019-02-12 22:41:58.342493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.344293"], ["updated_at", "2019-02-12 22:41:58.344293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.345922"], ["updated_at", "2019-02-12 22:41:58.345922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.347538"], ["updated_at", "2019-02-12 22:41:58.347538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.349194"], ["updated_at", "2019-02-12 22:41:58.349194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.350798"], ["updated_at", "2019-02-12 22:41:58.350798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.352351"], ["updated_at", "2019-02-12 22:41:58.352351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.353924"], ["updated_at", "2019-02-12 22:41:58.353924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.355648"], ["updated_at", "2019-02-12 22:41:58.355648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.357296"], ["updated_at", "2019-02-12 22:41:58.357296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.359036"], ["updated_at", "2019-02-12 22:41:58.359036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.360640"], ["updated_at", "2019-02-12 22:41:58.360640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.362209"], ["updated_at", "2019-02-12 22:41:58.362209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.363702"], ["updated_at", "2019-02-12 22:41:58.363702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.365311"], ["updated_at", "2019-02-12 22:41:58.365311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.367154"], ["updated_at", "2019-02-12 22:41:58.367154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.368818"], ["updated_at", "2019-02-12 22:41:58.368818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.370428"], ["updated_at", "2019-02-12 22:41:58.370428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.372050"], ["updated_at", "2019-02-12 22:41:58.372050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.373826"], ["updated_at", "2019-02-12 22:41:58.373826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.375651"], ["updated_at", "2019-02-12 22:41:58.375651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.377354"], ["updated_at", "2019-02-12 22:41:58.377354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.379091"], ["updated_at", "2019-02-12 22:41:58.379091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.380729"], ["updated_at", "2019-02-12 22:41:58.380729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.382505"], ["updated_at", "2019-02-12 22:41:58.382505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.384177"], ["updated_at", "2019-02-12 22:41:58.384177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.385778"], ["updated_at", "2019-02-12 22:41:58.385778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.387407"], ["updated_at", "2019-02-12 22:41:58.387407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.389107"], ["updated_at", "2019-02-12 22:41:58.389107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.391052"], ["updated_at", "2019-02-12 22:41:58.391052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.392887"], ["updated_at", "2019-02-12 22:41:58.392887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.394735"], ["updated_at", "2019-02-12 22:41:58.394735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.396417"], ["updated_at", "2019-02-12 22:41:58.396417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.398105"], ["updated_at", "2019-02-12 22:41:58.398105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.399825"], ["updated_at", "2019-02-12 22:41:58.399825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.401521"], ["updated_at", "2019-02-12 22:41:58.401521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.403241"], ["updated_at", "2019-02-12 22:41:58.403241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.404898"], ["updated_at", "2019-02-12 22:41:58.404898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.406515"], ["updated_at", "2019-02-12 22:41:58.406515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.408299"], ["updated_at", "2019-02-12 22:41:58.408299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.410055"], ["updated_at", "2019-02-12 22:41:58.410055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.411696"], ["updated_at", "2019-02-12 22:41:58.411696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.413397"], ["updated_at", "2019-02-12 22:41:58.413397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.415053"], ["updated_at", "2019-02-12 22:41:58.415053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.416759"], ["updated_at", "2019-02-12 22:41:58.416759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.418387"], ["updated_at", "2019-02-12 22:41:58.418387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.420003"], ["updated_at", "2019-02-12 22:41:58.420003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.421613"], ["updated_at", "2019-02-12 22:41:58.421613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.423264"], ["updated_at", "2019-02-12 22:41:58.423264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.425663"], ["updated_at", "2019-02-12 22:41:58.425663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.427527"], ["updated_at", "2019-02-12 22:41:58.427527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.429210"], ["updated_at", "2019-02-12 22:41:58.429210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.430868"], ["updated_at", "2019-02-12 22:41:58.430868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.432935"], ["updated_at", "2019-02-12 22:41:58.432935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.435414"], ["updated_at", "2019-02-12 22:41:58.435414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.437528"], ["updated_at", "2019-02-12 22:41:58.437528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.439366"], ["updated_at", "2019-02-12 22:41:58.439366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.441276"], ["updated_at", "2019-02-12 22:41:58.441276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.443126"], ["updated_at", "2019-02-12 22:41:58.443126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.444859"], ["updated_at", "2019-02-12 22:41:58.444859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.446524"], ["updated_at", "2019-02-12 22:41:58.446524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.448375"], ["updated_at", "2019-02-12 22:41:58.448375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.452725"], ["updated_at", "2019-02-12 22:41:58.452725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.454461"], ["updated_at", "2019-02-12 22:41:58.454461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.456157"], ["updated_at", "2019-02-12 22:41:58.456157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.458789"], ["updated_at", "2019-02-12 22:41:58.458789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.460930"], ["updated_at", "2019-02-12 22:41:58.460930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.462743"], ["updated_at", "2019-02-12 22:41:58.462743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.464451"], ["updated_at", "2019-02-12 22:41:58.464451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.466233"], ["updated_at", "2019-02-12 22:41:58.466233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.467960"], ["updated_at", "2019-02-12 22:41:58.467960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.469566"], ["updated_at", "2019-02-12 22:41:58.469566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.471641"], ["updated_at", "2019-02-12 22:41:58.471641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.474243"], ["updated_at", "2019-02-12 22:41:58.474243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.476504"], ["updated_at", "2019-02-12 22:41:58.476504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.478540"], ["updated_at", "2019-02-12 22:41:58.478540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.480353"], ["updated_at", "2019-02-12 22:41:58.480353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.482450"], ["updated_at", "2019-02-12 22:41:58.482450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.484490"], ["updated_at", "2019-02-12 22:41:58.484490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.486222"], ["updated_at", "2019-02-12 22:41:58.486222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.487931"], ["updated_at", "2019-02-12 22:41:58.487931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.489648"], ["updated_at", "2019-02-12 22:41:58.489648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.491412"], ["updated_at", "2019-02-12 22:41:58.491412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.493153"], ["updated_at", "2019-02-12 22:41:58.493153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.494851"], ["updated_at", "2019-02-12 22:41:58.494851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.496483"], ["updated_at", "2019-02-12 22:41:58.496483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.498049"], ["updated_at", "2019-02-12 22:41:58.498049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.499917"], ["updated_at", "2019-02-12 22:41:58.499917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.501582"], ["updated_at", "2019-02-12 22:41:58.501582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.503164"], ["updated_at", "2019-02-12 22:41:58.503164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.504750"], ["updated_at", "2019-02-12 22:41:58.504750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.506602"], ["updated_at", "2019-02-12 22:41:58.506602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.508542"], ["updated_at", "2019-02-12 22:41:58.508542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.510283"], ["updated_at", "2019-02-12 22:41:58.510283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.511955"], ["updated_at", "2019-02-12 22:41:58.511955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.513552"], ["updated_at", "2019-02-12 22:41:58.513552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.515261"], ["updated_at", "2019-02-12 22:41:58.515261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.517047"], ["updated_at", "2019-02-12 22:41:58.517047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.518796"], ["updated_at", "2019-02-12 22:41:58.518796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.520420"], ["updated_at", "2019-02-12 22:41:58.520420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.522038"], ["updated_at", "2019-02-12 22:41:58.522038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.523627"], ["updated_at", "2019-02-12 22:41:58.523627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.525438"], ["updated_at", "2019-02-12 22:41:58.525438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.527338"], ["updated_at", "2019-02-12 22:41:58.527338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.529114"], ["updated_at", "2019-02-12 22:41:58.529114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.530791"], ["updated_at", "2019-02-12 22:41:58.530791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.532536"], ["updated_at", "2019-02-12 22:41:58.532536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.534211"], ["updated_at", "2019-02-12 22:41:58.534211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.535897"], ["updated_at", "2019-02-12 22:41:58.535897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.537483"], ["updated_at", "2019-02-12 22:41:58.537483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.539054"], ["updated_at", "2019-02-12 22:41:58.539054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.540814"], ["updated_at", "2019-02-12 22:41:58.540814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.542721"], ["updated_at", "2019-02-12 22:41:58.542721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.544433"], ["updated_at", "2019-02-12 22:41:58.544433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.546034"], ["updated_at", "2019-02-12 22:41:58.546034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.547601"], ["updated_at", "2019-02-12 22:41:58.547601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.549364"], ["updated_at", "2019-02-12 22:41:58.549364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.551041"], ["updated_at", "2019-02-12 22:41:58.551041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.552765"], ["updated_at", "2019-02-12 22:41:58.552765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.554458"], ["updated_at", "2019-02-12 22:41:58.554458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.556093"], ["updated_at", "2019-02-12 22:41:58.556093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.558081"], ["updated_at", "2019-02-12 22:41:58.558081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.559866"], ["updated_at", "2019-02-12 22:41:58.559866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.561534"], ["updated_at", "2019-02-12 22:41:58.561534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.563196"], ["updated_at", "2019-02-12 22:41:58.563196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.564957"], ["updated_at", "2019-02-12 22:41:58.564957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.566759"], ["updated_at", "2019-02-12 22:41:58.566759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.568423"], ["updated_at", "2019-02-12 22:41:58.568423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.570062"], ["updated_at", "2019-02-12 22:41:58.570062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.571701"], ["updated_at", "2019-02-12 22:41:58.571701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.573319"], ["updated_at", "2019-02-12 22:41:58.573319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.575132"], ["updated_at", "2019-02-12 22:41:58.575132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.577235"], ["updated_at", "2019-02-12 22:41:58.577235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.579037"], ["updated_at", "2019-02-12 22:41:58.579037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.580713"], ["updated_at", "2019-02-12 22:41:58.580713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.582457"], ["updated_at", "2019-02-12 22:41:58.582457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.587110"], ["updated_at", "2019-02-12 22:41:58.587110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.588971"], ["updated_at", "2019-02-12 22:41:58.588971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.590886"], ["updated_at", "2019-02-12 22:41:58.590886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.592959"], ["updated_at", "2019-02-12 22:41:58.592959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.594719"], ["updated_at", "2019-02-12 22:41:58.594719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.596372"], ["updated_at", "2019-02-12 22:41:58.596372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.597985"], ["updated_at", "2019-02-12 22:41:58.597985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.599863"], ["updated_at", "2019-02-12 22:41:58.599863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.601520"], ["updated_at", "2019-02-12 22:41:58.601520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.603138"], ["updated_at", "2019-02-12 22:41:58.603138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.604768"], ["updated_at", "2019-02-12 22:41:58.604768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.606394"], ["updated_at", "2019-02-12 22:41:58.606394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.608242"], ["updated_at", "2019-02-12 22:41:58.608242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.609926"], ["updated_at", "2019-02-12 22:41:58.609926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.611587"], ["updated_at", "2019-02-12 22:41:58.611587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.613185"], ["updated_at", "2019-02-12 22:41:58.613185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.614753"], ["updated_at", "2019-02-12 22:41:58.614753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.616506"], ["updated_at", "2019-02-12 22:41:58.616506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.618178"], ["updated_at", "2019-02-12 22:41:58.618178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.619772"], ["updated_at", "2019-02-12 22:41:58.619772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.621372"], ["updated_at", "2019-02-12 22:41:58.621372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.623106"], ["updated_at", "2019-02-12 22:41:58.623106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.625207"], ["updated_at", "2019-02-12 22:41:58.625207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.627073"], ["updated_at", "2019-02-12 22:41:58.627073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.628754"], ["updated_at", "2019-02-12 22:41:58.628754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.630424"], ["updated_at", "2019-02-12 22:41:58.630424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.632188"], ["updated_at", "2019-02-12 22:41:58.632188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.634115"], ["updated_at", "2019-02-12 22:41:58.634115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.635863"], ["updated_at", "2019-02-12 22:41:58.635863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.637490"], ["updated_at", "2019-02-12 22:41:58.637490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.639129"], ["updated_at", "2019-02-12 22:41:58.639129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.640699"], ["updated_at", "2019-02-12 22:41:58.640699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.642627"], ["updated_at", "2019-02-12 22:41:58.642627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.644308"], ["updated_at", "2019-02-12 22:41:58.644308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.646074"], ["updated_at", "2019-02-12 22:41:58.646074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.647708"], ["updated_at", "2019-02-12 22:41:58.647708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.649420"], ["updated_at", "2019-02-12 22:41:58.649420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.651338"], ["updated_at", "2019-02-12 22:41:58.651338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.653009"], ["updated_at", "2019-02-12 22:41:58.653009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.654619"], ["updated_at", "2019-02-12 22:41:58.654619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.656250"], ["updated_at", "2019-02-12 22:41:58.656250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.658326"], ["updated_at", "2019-02-12 22:41:58.658326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.660078"], ["updated_at", "2019-02-12 22:41:58.660078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.661709"], ["updated_at", "2019-02-12 22:41:58.661709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.663276"], ["updated_at", "2019-02-12 22:41:58.663276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.664836"], ["updated_at", "2019-02-12 22:41:58.664836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.666568"], ["updated_at", "2019-02-12 22:41:58.666568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.668216"], ["updated_at", "2019-02-12 22:41:58.668216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.670058"], ["updated_at", "2019-02-12 22:41:58.670058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.671702"], ["updated_at", "2019-02-12 22:41:58.671702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.673313"], ["updated_at", "2019-02-12 22:41:58.673313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.675438"], ["updated_at", "2019-02-12 22:41:58.675438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.679157"], ["updated_at", "2019-02-12 22:41:58.679157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.681389"], ["updated_at", "2019-02-12 22:41:58.681389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.683347"], ["updated_at", "2019-02-12 22:41:58.683347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.685076"], ["updated_at", "2019-02-12 22:41:58.685076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.686745"], ["updated_at", "2019-02-12 22:41:58.686745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.688369"], ["updated_at", "2019-02-12 22:41:58.688369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.691282"], ["updated_at", "2019-02-12 22:41:58.691282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.693350"], ["updated_at", "2019-02-12 22:41:58.693350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.694968"], ["updated_at", "2019-02-12 22:41:58.694968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.696504"], ["updated_at", "2019-02-12 22:41:58.696504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.698053"], ["updated_at", "2019-02-12 22:41:58.698053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.699784"], ["updated_at", "2019-02-12 22:41:58.699784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.701472"], ["updated_at", "2019-02-12 22:41:58.701472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.703267"], ["updated_at", "2019-02-12 22:41:58.703267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.705066"], ["updated_at", "2019-02-12 22:41:58.705066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.706943"], ["updated_at", "2019-02-12 22:41:58.706943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.709111"], ["updated_at", "2019-02-12 22:41:58.709111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.710922"], ["updated_at", "2019-02-12 22:41:58.710922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.712609"], ["updated_at", "2019-02-12 22:41:58.712609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.717102"], ["updated_at", "2019-02-12 22:41:58.717102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.718870"], ["updated_at", "2019-02-12 22:41:58.718870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.720596"], ["updated_at", "2019-02-12 22:41:58.720596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.722279"], ["updated_at", "2019-02-12 22:41:58.722279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.723938"], ["updated_at", "2019-02-12 22:41:58.723938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.725777"], ["updated_at", "2019-02-12 22:41:58.725777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.727922"], ["updated_at", "2019-02-12 22:41:58.727922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.729728"], ["updated_at", "2019-02-12 22:41:58.729728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.731453"], ["updated_at", "2019-02-12 22:41:58.731453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.733317"], ["updated_at", "2019-02-12 22:41:58.733317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.734972"], ["updated_at", "2019-02-12 22:41:58.734972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.736571"], ["updated_at", "2019-02-12 22:41:58.736571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.738254"], ["updated_at", "2019-02-12 22:41:58.738254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.740058"], ["updated_at", "2019-02-12 22:41:58.740058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.741987"], ["updated_at", "2019-02-12 22:41:58.741987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.743730"], ["updated_at", "2019-02-12 22:41:58.743730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.745323"], ["updated_at", "2019-02-12 22:41:58.745323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.746908"], ["updated_at", "2019-02-12 22:41:58.746908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.748488"], ["updated_at", "2019-02-12 22:41:58.748488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.750541"], ["updated_at", "2019-02-12 22:41:58.750541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.752310"], ["updated_at", "2019-02-12 22:41:58.752310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.753975"], ["updated_at", "2019-02-12 22:41:58.753975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.755914"], ["updated_at", "2019-02-12 22:41:58.755914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.757756"], ["updated_at", "2019-02-12 22:41:58.757756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.759505"], ["updated_at", "2019-02-12 22:41:58.759505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.761281"], ["updated_at", "2019-02-12 22:41:58.761281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.763577"], ["updated_at", "2019-02-12 22:41:58.763577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.765609"], ["updated_at", "2019-02-12 22:41:58.765609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.767430"], ["updated_at", "2019-02-12 22:41:58.767430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.769121"], ["updated_at", "2019-02-12 22:41:58.769121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.770946"], ["updated_at", "2019-02-12 22:41:58.770946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.772665"], ["updated_at", "2019-02-12 22:41:58.772665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.774588"], ["updated_at", "2019-02-12 22:41:58.774588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.776386"], ["updated_at", "2019-02-12 22:41:58.776386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.778047"], ["updated_at", "2019-02-12 22:41:58.778047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.779650"], ["updated_at", "2019-02-12 22:41:58.779650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.781224"], ["updated_at", "2019-02-12 22:41:58.781224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.783475"], ["updated_at", "2019-02-12 22:41:58.783475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.785412"], ["updated_at", "2019-02-12 22:41:58.785412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.787183"], ["updated_at", "2019-02-12 22:41:58.787183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.788904"], ["updated_at", "2019-02-12 22:41:58.788904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.790686"], ["updated_at", "2019-02-12 22:41:58.790686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.792957"], ["updated_at", "2019-02-12 22:41:58.792957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.794738"], ["updated_at", "2019-02-12 22:41:58.794738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.796599"], ["updated_at", "2019-02-12 22:41:58.796599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.798526"], ["updated_at", "2019-02-12 22:41:58.798526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.800289"], ["updated_at", "2019-02-12 22:41:58.800289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.801996"], ["updated_at", "2019-02-12 22:41:58.801996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.803652"], ["updated_at", "2019-02-12 22:41:58.803652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.805288"], ["updated_at", "2019-02-12 22:41:58.805288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.806933"], ["updated_at", "2019-02-12 22:41:58.806933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.808872"], ["updated_at", "2019-02-12 22:41:58.808872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.810634"], ["updated_at", "2019-02-12 22:41:58.810634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.812284"], ["updated_at", "2019-02-12 22:41:58.812284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.813907"], ["updated_at", "2019-02-12 22:41:58.813907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.815669"], ["updated_at", "2019-02-12 22:41:58.815669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.817433"], ["updated_at", "2019-02-12 22:41:58.817433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.819119"], ["updated_at", "2019-02-12 22:41:58.819119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.820887"], ["updated_at", "2019-02-12 22:41:58.820887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.822623"], ["updated_at", "2019-02-12 22:41:58.822623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.824515"], ["updated_at", "2019-02-12 22:41:58.824515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.826350"], ["updated_at", "2019-02-12 22:41:58.826350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.828245"], ["updated_at", "2019-02-12 22:41:58.828245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.830128"], ["updated_at", "2019-02-12 22:41:58.830128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.832151"], ["updated_at", "2019-02-12 22:41:58.832151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.833927"], ["updated_at", "2019-02-12 22:41:58.833927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.837835"], ["updated_at", "2019-02-12 22:41:58.837835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.839618"], ["updated_at", "2019-02-12 22:41:58.839618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.841441"], ["updated_at", "2019-02-12 22:41:58.841441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.843440"], ["updated_at", "2019-02-12 22:41:58.843440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.845152"], ["updated_at", "2019-02-12 22:41:58.845152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.846956"], ["updated_at", "2019-02-12 22:41:58.846956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.848865"], ["updated_at", "2019-02-12 22:41:58.848865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.850861"], ["updated_at", "2019-02-12 22:41:58.850861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.852671"], ["updated_at", "2019-02-12 22:41:58.852671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.854530"], ["updated_at", "2019-02-12 22:41:58.854530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.856267"], ["updated_at", "2019-02-12 22:41:58.856267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.858059"], ["updated_at", "2019-02-12 22:41:58.858059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.859782"], ["updated_at", "2019-02-12 22:41:58.859782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.861458"], ["updated_at", "2019-02-12 22:41:58.861458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.863126"], ["updated_at", "2019-02-12 22:41:58.863126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.864726"], ["updated_at", "2019-02-12 22:41:58.864726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.866648"], ["updated_at", "2019-02-12 22:41:58.866648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.868393"], ["updated_at", "2019-02-12 22:41:58.868393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.870096"], ["updated_at", "2019-02-12 22:41:58.870096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.871861"], ["updated_at", "2019-02-12 22:41:58.871861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.873645"], ["updated_at", "2019-02-12 22:41:58.873645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.875434"], ["updated_at", "2019-02-12 22:41:58.875434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.877418"], ["updated_at", "2019-02-12 22:41:58.877418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.879171"], ["updated_at", "2019-02-12 22:41:58.879171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.880824"], ["updated_at", "2019-02-12 22:41:58.880824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.882530"], ["updated_at", "2019-02-12 22:41:58.882530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.884197"], ["updated_at", "2019-02-12 22:41:58.884197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.885807"], ["updated_at", "2019-02-12 22:41:58.885807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.887371"], ["updated_at", "2019-02-12 22:41:58.887371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.889176"], ["updated_at", "2019-02-12 22:41:58.889176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.891170"], ["updated_at", "2019-02-12 22:41:58.891170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.893002"], ["updated_at", "2019-02-12 22:41:58.893002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.894677"], ["updated_at", "2019-02-12 22:41:58.894677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.896261"], ["updated_at", "2019-02-12 22:41:58.896261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.897834"], ["updated_at", "2019-02-12 22:41:58.897834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.899527"], ["updated_at", "2019-02-12 22:41:58.899527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.901389"], ["updated_at", "2019-02-12 22:41:58.901389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.903081"], ["updated_at", "2019-02-12 22:41:58.903081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.904715"], ["updated_at", "2019-02-12 22:41:58.904715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.906364"], ["updated_at", "2019-02-12 22:41:58.906364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.908485"], ["updated_at", "2019-02-12 22:41:58.908485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.910290"], ["updated_at", "2019-02-12 22:41:58.910290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.911914"], ["updated_at", "2019-02-12 22:41:58.911914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.913705"], ["updated_at", "2019-02-12 22:41:58.913705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.915395"], ["updated_at", "2019-02-12 22:41:58.915395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.917148"], ["updated_at", "2019-02-12 22:41:58.917148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.918778"], ["updated_at", "2019-02-12 22:41:58.918778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.920389"], ["updated_at", "2019-02-12 22:41:58.920389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.921981"], ["updated_at", "2019-02-12 22:41:58.921981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.923660"], ["updated_at", "2019-02-12 22:41:58.923660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.925653"], ["updated_at", "2019-02-12 22:41:58.925653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.927372"], ["updated_at", "2019-02-12 22:41:58.927372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.929032"], ["updated_at", "2019-02-12 22:41:58.929032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.930676"], ["updated_at", "2019-02-12 22:41:58.930676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.932468"], ["updated_at", "2019-02-12 22:41:58.932468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.934177"], ["updated_at", "2019-02-12 22:41:58.934177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.935870"], ["updated_at", "2019-02-12 22:41:58.935870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.937538"], ["updated_at", "2019-02-12 22:41:58.937538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.939193"], ["updated_at", "2019-02-12 22:41:58.939193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.940878"], ["updated_at", "2019-02-12 22:41:58.940878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.942739"], ["updated_at", "2019-02-12 22:41:58.942739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.944506"], ["updated_at", "2019-02-12 22:41:58.944506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 29ms (Views: 14.9ms | ActiveRecord: 3.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:58.980946"], ["updated_at", "2019-02-12 22:41:58.980946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:58.986748"], ["updated_at", "2019-02-12 22:41:58.986748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.989526"], ["updated_at", "2019-02-12 22:41:58.989526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:58.992053"], ["updated_at", "2019-02-12 22:41:58.992053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.005177"], ["updated_at", "2019-02-12 22:41:59.005177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.007974"], ["updated_at", "2019-02-12 22:41:59.007974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1121@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:59.015982"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.019458"], ["updated_at", "2019-02-12 22:41:59.019458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.021912"], ["updated_at", "2019-02-12 22:41:59.021912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1122@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:59.026548"], ["updated_at", "2019-02-12 22:41:59.027730"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:59.030711"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.8ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.034644"], ["updated_at", "2019-02-12 22:41:59.034644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.036901"], ["updated_at", "2019-02-12 22:41:59.036901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:59.042653"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.046313"], ["updated_at", "2019-02-12 22:41:59.046313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.048921"], ["updated_at", "2019-02-12 22:41:59.048921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:59.049790"], ["updated_at", "2019-02-12 22:41:59.050682"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:41:59.055715"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:41:59.058500"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.062654"], ["updated_at", "2019-02-12 22:41:59.062654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.065074"], ["updated_at", "2019-02-12 22:41:59.065074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.066352"], ["updated_at", "2019-02-12 22:41:59.066352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:41:59.068001"], ["updated_at", "2019-02-12 22:41:59.068001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.073352"], ["updated_at", "2019-02-12 22:41:59.073352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.076048"], ["updated_at", "2019-02-12 22:41:59.076048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.081131"], ["updated_at", "2019-02-12 22:41:59.081131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.083855"], ["updated_at", "2019-02-12 22:41:59.083855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.099510"], ["updated_at", "2019-02-12 22:41:59.099510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.106568"], ["updated_at", "2019-02-12 22:41:59.106568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.111980"], ["updated_at", "2019-02-12 22:41:59.111980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.118295"], ["updated_at", "2019-02-12 22:41:59.118295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:41:59.119068"], ["updated_at", "2019-02-12 22:41:59.119855"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.125352"], ["updated_at", "2019-02-12 22:41:59.125352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.133137"], ["updated_at", "2019-02-12 22:41:59.133137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.138370"], ["updated_at", "2019-02-12 22:41:59.138370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.141917"], ["updated_at", "2019-02-12 22:41:59.141917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"New", "givenName"=>"Not"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "last_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "Not"], ["last_name", "New"], ["updated_at", "2019-02-12 22:41:59.146508"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.150533"], ["updated_at", "2019-02-12 22:41:59.150533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.159058"], ["updated_at", "2019-02-12 22:41:59.159058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.162800"], ["updated_at", "2019-02-12 22:41:59.162800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.190139"], ["updated_at", "2019-02-12 22:41:59.190139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.196830"], ["updated_at", "2019-02-12 22:41:59.196830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.203191"], ["updated_at", "2019-02-12 22:41:59.203191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.204667"], ["updated_at", "2019-02-12 22:41:59.204667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:41:59.207164"], ["updated_at", "2019-02-12 22:41:59.207164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:41:59.212922"], ["updated_at", "2019-02-12 22:41:59.212922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:41:59.215762"], ["updated_at", "2019-02-12 22:41:59.215762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:10.997209"], ["updated_at", "2019-02-12 22:42:10.997209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:11.034060"], ["updated_at", "2019-02-12 22:42:11.034060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.054262"], ["updated_at", "2019-02-12 22:42:11.054262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.056448"], ["updated_at", "2019-02-12 22:42:11.056448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.058483"], ["updated_at", "2019-02-12 22:42:11.058483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.060260"], ["updated_at", "2019-02-12 22:42:11.060260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.061944"], ["updated_at", "2019-02-12 22:42:11.061944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.063592"], ["updated_at", "2019-02-12 22:42:11.063592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.065452"], ["updated_at", "2019-02-12 22:42:11.065452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.068706"], ["updated_at", "2019-02-12 22:42:11.068706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.070474"], ["updated_at", "2019-02-12 22:42:11.070474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.071967"], ["updated_at", "2019-02-12 22:42:11.071967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.073416"], ["updated_at", "2019-02-12 22:42:11.073416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.076579"], ["updated_at", "2019-02-12 22:42:11.076579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.078486"], ["updated_at", "2019-02-12 22:42:11.078486"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.080354"], ["updated_at", "2019-02-12 22:42:11.080354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.082194"], ["updated_at", "2019-02-12 22:42:11.082194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.083934"], ["updated_at", "2019-02-12 22:42:11.083934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.085530"], ["updated_at", "2019-02-12 22:42:11.085530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.087087"], ["updated_at", "2019-02-12 22:42:11.087087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.088597"], ["updated_at", "2019-02-12 22:42:11.088597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.090222"], ["updated_at", "2019-02-12 22:42:11.090222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.092335"], ["updated_at", "2019-02-12 22:42:11.092335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.094113"], ["updated_at", "2019-02-12 22:42:11.094113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.095750"], ["updated_at", "2019-02-12 22:42:11.095750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.097333"], ["updated_at", "2019-02-12 22:42:11.097333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.099381"], ["updated_at", "2019-02-12 22:42:11.099381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.101047"], ["updated_at", "2019-02-12 22:42:11.101047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.102798"], ["updated_at", "2019-02-12 22:42:11.102798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.104705"], ["updated_at", "2019-02-12 22:42:11.104705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.106326"], ["updated_at", "2019-02-12 22:42:11.106326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.108155"], ["updated_at", "2019-02-12 22:42:11.108155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.109875"], ["updated_at", "2019-02-12 22:42:11.109875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.111519"], ["updated_at", "2019-02-12 22:42:11.111519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.113132"], ["updated_at", "2019-02-12 22:42:11.113132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.115297"], ["updated_at", "2019-02-12 22:42:11.115297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.117602"], ["updated_at", "2019-02-12 22:42:11.117602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.119384"], ["updated_at", "2019-02-12 22:42:11.119384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.121019"], ["updated_at", "2019-02-12 22:42:11.121019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.122581"], ["updated_at", "2019-02-12 22:42:11.122581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.124117"], ["updated_at", "2019-02-12 22:42:11.124117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.126185"], ["updated_at", "2019-02-12 22:42:11.126185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.128141"], ["updated_at", "2019-02-12 22:42:11.128141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.130216"], ["updated_at", "2019-02-12 22:42:11.130216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.132085"], ["updated_at", "2019-02-12 22:42:11.132085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.133786"], ["updated_at", "2019-02-12 22:42:11.133786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.135404"], ["updated_at", "2019-02-12 22:42:11.135404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.136993"], ["updated_at", "2019-02-12 22:42:11.136993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.138637"], ["updated_at", "2019-02-12 22:42:11.138637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.140317"], ["updated_at", "2019-02-12 22:42:11.140317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.142248"], ["updated_at", "2019-02-12 22:42:11.142248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.143933"], ["updated_at", "2019-02-12 22:42:11.143933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.145660"], ["updated_at", "2019-02-12 22:42:11.145660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.147388"], ["updated_at", "2019-02-12 22:42:11.147388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.154062"], ["updated_at", "2019-02-12 22:42:11.154062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.155866"], ["updated_at", "2019-02-12 22:42:11.155866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.157508"], ["updated_at", "2019-02-12 22:42:11.157508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.159356"], ["updated_at", "2019-02-12 22:42:11.159356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.160935"], ["updated_at", "2019-02-12 22:42:11.160935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.162570"], ["updated_at", "2019-02-12 22:42:11.162570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.164084"], ["updated_at", "2019-02-12 22:42:11.164084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.165904"], ["updated_at", "2019-02-12 22:42:11.165904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.167573"], ["updated_at", "2019-02-12 22:42:11.167573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.169093"], ["updated_at", "2019-02-12 22:42:11.169093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.170614"], ["updated_at", "2019-02-12 22:42:11.170614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.172118"], ["updated_at", "2019-02-12 22:42:11.172118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.173734"], ["updated_at", "2019-02-12 22:42:11.173734"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.177828"], ["updated_at", "2019-02-12 22:42:11.177828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.180468"], ["updated_at", "2019-02-12 22:42:11.180468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.182432"], ["updated_at", "2019-02-12 22:42:11.182432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.184273"], ["updated_at", "2019-02-12 22:42:11.184273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.185917"], ["updated_at", "2019-02-12 22:42:11.185917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.187450"], ["updated_at", "2019-02-12 22:42:11.187450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.189025"], ["updated_at", "2019-02-12 22:42:11.189025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.190583"], ["updated_at", "2019-02-12 22:42:11.190583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.193965"], ["updated_at", "2019-02-12 22:42:11.193965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.196029"], ["updated_at", "2019-02-12 22:42:11.196029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.198211"], ["updated_at", "2019-02-12 22:42:11.198211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.200151"], ["updated_at", "2019-02-12 22:42:11.200151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.201755"], ["updated_at", "2019-02-12 22:42:11.201755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.203389"], ["updated_at", "2019-02-12 22:42:11.203389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.204913"], ["updated_at", "2019-02-12 22:42:11.204913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.206459"], ["updated_at", "2019-02-12 22:42:11.206459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.208428"], ["updated_at", "2019-02-12 22:42:11.208428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.210110"], ["updated_at", "2019-02-12 22:42:11.210110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.211713"], ["updated_at", "2019-02-12 22:42:11.211713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.213301"], ["updated_at", "2019-02-12 22:42:11.213301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.215058"], ["updated_at", "2019-02-12 22:42:11.215058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.216736"], ["updated_at", "2019-02-12 22:42:11.216736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.218209"], ["updated_at", "2019-02-12 22:42:11.218209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.220362"], ["updated_at", "2019-02-12 22:42:11.220362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.222088"], ["updated_at", "2019-02-12 22:42:11.222088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.223893"], ["updated_at", "2019-02-12 22:42:11.223893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.225731"], ["updated_at", "2019-02-12 22:42:11.225731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.227291"], ["updated_at", "2019-02-12 22:42:11.227291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.228841"], ["updated_at", "2019-02-12 22:42:11.228841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.230420"], ["updated_at", "2019-02-12 22:42:11.230420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.232476"], ["updated_at", "2019-02-12 22:42:11.232476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.234165"], ["updated_at", "2019-02-12 22:42:11.234165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.235708"], ["updated_at", "2019-02-12 22:42:11.235708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.237272"], ["updated_at", "2019-02-12 22:42:11.237272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.238771"], ["updated_at", "2019-02-12 22:42:11.238771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.240275"], ["updated_at", "2019-02-12 22:42:11.240275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.242057"], ["updated_at", "2019-02-12 22:42:11.242057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.243822"], ["updated_at", "2019-02-12 22:42:11.243822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.245381"], ["updated_at", "2019-02-12 22:42:11.245381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.246973"], ["updated_at", "2019-02-12 22:42:11.246973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.248816"], ["updated_at", "2019-02-12 22:42:11.248816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.250480"], ["updated_at", "2019-02-12 22:42:11.250480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.252037"], ["updated_at", "2019-02-12 22:42:11.252037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.253526"], ["updated_at", "2019-02-12 22:42:11.253526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.255160"], ["updated_at", "2019-02-12 22:42:11.255160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.256678"], ["updated_at", "2019-02-12 22:42:11.256678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.258183"], ["updated_at", "2019-02-12 22:42:11.258183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.259737"], ["updated_at", "2019-02-12 22:42:11.259737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.261286"], ["updated_at", "2019-02-12 22:42:11.261286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.262799"], ["updated_at", "2019-02-12 22:42:11.262799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.264274"], ["updated_at", "2019-02-12 22:42:11.264274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.265899"], ["updated_at", "2019-02-12 22:42:11.265899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.267505"], ["updated_at", "2019-02-12 22:42:11.267505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.268988"], ["updated_at", "2019-02-12 22:42:11.268988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.270435"], ["updated_at", "2019-02-12 22:42:11.270435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.271857"], ["updated_at", "2019-02-12 22:42:11.271857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.273302"], ["updated_at", "2019-02-12 22:42:11.273302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.275071"], ["updated_at", "2019-02-12 22:42:11.275071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.276718"], ["updated_at", "2019-02-12 22:42:11.276718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.278606"], ["updated_at", "2019-02-12 22:42:11.278606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.280339"], ["updated_at", "2019-02-12 22:42:11.280339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.281956"], ["updated_at", "2019-02-12 22:42:11.281956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.283658"], ["updated_at", "2019-02-12 22:42:11.283658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.285241"], ["updated_at", "2019-02-12 22:42:11.285241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.286832"], ["updated_at", "2019-02-12 22:42:11.286832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.288396"], ["updated_at", "2019-02-12 22:42:11.288396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.290190"], ["updated_at", "2019-02-12 22:42:11.290190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.291802"], ["updated_at", "2019-02-12 22:42:11.291802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.293406"], ["updated_at", "2019-02-12 22:42:11.293406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.295076"], ["updated_at", "2019-02-12 22:42:11.295076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.296653"], ["updated_at", "2019-02-12 22:42:11.296653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.298206"], ["updated_at", "2019-02-12 22:42:11.298206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.299931"], ["updated_at", "2019-02-12 22:42:11.299931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.301598"], ["updated_at", "2019-02-12 22:42:11.301598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.303310"], ["updated_at", "2019-02-12 22:42:11.303310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.305011"], ["updated_at", "2019-02-12 22:42:11.305011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.306618"], ["updated_at", "2019-02-12 22:42:11.306618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.308408"], ["updated_at", "2019-02-12 22:42:11.308408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.310125"], ["updated_at", "2019-02-12 22:42:11.310125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.311760"], ["updated_at", "2019-02-12 22:42:11.311760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.313521"], ["updated_at", "2019-02-12 22:42:11.313521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.315318"], ["updated_at", "2019-02-12 22:42:11.315318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.317017"], ["updated_at", "2019-02-12 22:42:11.317017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.318579"], ["updated_at", "2019-02-12 22:42:11.318579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.320131"], ["updated_at", "2019-02-12 22:42:11.320131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.321659"], ["updated_at", "2019-02-12 22:42:11.321659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.323183"], ["updated_at", "2019-02-12 22:42:11.323183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.325037"], ["updated_at", "2019-02-12 22:42:11.325037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.326730"], ["updated_at", "2019-02-12 22:42:11.326730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.328412"], ["updated_at", "2019-02-12 22:42:11.328412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.329982"], ["updated_at", "2019-02-12 22:42:11.329982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.331517"], ["updated_at", "2019-02-12 22:42:11.331517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.333245"], ["updated_at", "2019-02-12 22:42:11.333245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.338129"], ["updated_at", "2019-02-12 22:42:11.338129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.339727"], ["updated_at", "2019-02-12 22:42:11.339727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.341306"], ["updated_at", "2019-02-12 22:42:11.341306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.343024"], ["updated_at", "2019-02-12 22:42:11.343024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.344567"], ["updated_at", "2019-02-12 22:42:11.344567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.346121"], ["updated_at", "2019-02-12 22:42:11.346121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.347734"], ["updated_at", "2019-02-12 22:42:11.347734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.349389"], ["updated_at", "2019-02-12 22:42:11.349389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.350922"], ["updated_at", "2019-02-12 22:42:11.350922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.352393"], ["updated_at", "2019-02-12 22:42:11.352393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.353927"], ["updated_at", "2019-02-12 22:42:11.353927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.355653"], ["updated_at", "2019-02-12 22:42:11.355653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.357230"], ["updated_at", "2019-02-12 22:42:11.357230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.358970"], ["updated_at", "2019-02-12 22:42:11.358970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.360645"], ["updated_at", "2019-02-12 22:42:11.360645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.362233"], ["updated_at", "2019-02-12 22:42:11.362233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.363760"], ["updated_at", "2019-02-12 22:42:11.363760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.365326"], ["updated_at", "2019-02-12 22:42:11.365326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.366940"], ["updated_at", "2019-02-12 22:42:11.366940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.368496"], ["updated_at", "2019-02-12 22:42:11.368496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.370137"], ["updated_at", "2019-02-12 22:42:11.370137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.371790"], ["updated_at", "2019-02-12 22:42:11.371790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.373299"], ["updated_at", "2019-02-12 22:42:11.373299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.374820"], ["updated_at", "2019-02-12 22:42:11.374820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.376460"], ["updated_at", "2019-02-12 22:42:11.376460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.378031"], ["updated_at", "2019-02-12 22:42:11.378031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.379515"], ["updated_at", "2019-02-12 22:42:11.379515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.381069"], ["updated_at", "2019-02-12 22:42:11.381069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.383201"], ["updated_at", "2019-02-12 22:42:11.383201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.384875"], ["updated_at", "2019-02-12 22:42:11.384875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.386414"], ["updated_at", "2019-02-12 22:42:11.386414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.387884"], ["updated_at", "2019-02-12 22:42:11.387884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.389367"], ["updated_at", "2019-02-12 22:42:11.389367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.390812"], ["updated_at", "2019-02-12 22:42:11.390812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.392498"], ["updated_at", "2019-02-12 22:42:11.392498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.394328"], ["updated_at", "2019-02-12 22:42:11.394328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.396027"], ["updated_at", "2019-02-12 22:42:11.396027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.397581"], ["updated_at", "2019-02-12 22:42:11.397581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.399201"], ["updated_at", "2019-02-12 22:42:11.399201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.400787"], ["updated_at", "2019-02-12 22:42:11.400787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.402259"], ["updated_at", "2019-02-12 22:42:11.402259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.403734"], ["updated_at", "2019-02-12 22:42:11.403734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.405380"], ["updated_at", "2019-02-12 22:42:11.405380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.406930"], ["updated_at", "2019-02-12 22:42:11.406930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.408496"], ["updated_at", "2019-02-12 22:42:11.408496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.410081"], ["updated_at", "2019-02-12 22:42:11.410081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.411649"], ["updated_at", "2019-02-12 22:42:11.411649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.413294"], ["updated_at", "2019-02-12 22:42:11.413294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.414945"], ["updated_at", "2019-02-12 22:42:11.414945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.416636"], ["updated_at", "2019-02-12 22:42:11.416636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.418300"], ["updated_at", "2019-02-12 22:42:11.418300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.419846"], ["updated_at", "2019-02-12 22:42:11.419846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.421361"], ["updated_at", "2019-02-12 22:42:11.421361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.422901"], ["updated_at", "2019-02-12 22:42:11.422901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.424408"], ["updated_at", "2019-02-12 22:42:11.424408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.426225"], ["updated_at", "2019-02-12 22:42:11.426225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.427892"], ["updated_at", "2019-02-12 22:42:11.427892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.429698"], ["updated_at", "2019-02-12 22:42:11.429698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.431326"], ["updated_at", "2019-02-12 22:42:11.431326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.433053"], ["updated_at", "2019-02-12 22:42:11.433053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.434621"], ["updated_at", "2019-02-12 22:42:11.434621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.436150"], ["updated_at", "2019-02-12 22:42:11.436150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.437614"], ["updated_at", "2019-02-12 22:42:11.437614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.439121"], ["updated_at", "2019-02-12 22:42:11.439121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.440724"], ["updated_at", "2019-02-12 22:42:11.440724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.442492"], ["updated_at", "2019-02-12 22:42:11.442492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.444078"], ["updated_at", "2019-02-12 22:42:11.444078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.445627"], ["updated_at", "2019-02-12 22:42:11.445627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.447135"], ["updated_at", "2019-02-12 22:42:11.447135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.448878"], ["updated_at", "2019-02-12 22:42:11.448878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.450584"], ["updated_at", "2019-02-12 22:42:11.450584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.452230"], ["updated_at", "2019-02-12 22:42:11.452230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.453814"], ["updated_at", "2019-02-12 22:42:11.453814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.455342"], ["updated_at", "2019-02-12 22:42:11.455342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.456871"], ["updated_at", "2019-02-12 22:42:11.456871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.458528"], ["updated_at", "2019-02-12 22:42:11.458528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.460165"], ["updated_at", "2019-02-12 22:42:11.460165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.461773"], ["updated_at", "2019-02-12 22:42:11.461773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.463483"], ["updated_at", "2019-02-12 22:42:11.463483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.465181"], ["updated_at", "2019-02-12 22:42:11.465181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.466816"], ["updated_at", "2019-02-12 22:42:11.466816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.468344"], ["updated_at", "2019-02-12 22:42:11.468344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.469859"], ["updated_at", "2019-02-12 22:42:11.469859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.471348"], ["updated_at", "2019-02-12 22:42:11.471348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.472821"], ["updated_at", "2019-02-12 22:42:11.472821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.474410"], ["updated_at", "2019-02-12 22:42:11.474410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.476408"], ["updated_at", "2019-02-12 22:42:11.476408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.478210"], ["updated_at", "2019-02-12 22:42:11.478210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.479942"], ["updated_at", "2019-02-12 22:42:11.479942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.481757"], ["updated_at", "2019-02-12 22:42:11.481757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.483525"], ["updated_at", "2019-02-12 22:42:11.483525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.485439"], ["updated_at", "2019-02-12 22:42:11.485439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.487291"], ["updated_at", "2019-02-12 22:42:11.487291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.488986"], ["updated_at", "2019-02-12 22:42:11.488986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.490620"], ["updated_at", "2019-02-12 22:42:11.490620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.492363"], ["updated_at", "2019-02-12 22:42:11.492363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.494095"], ["updated_at", "2019-02-12 22:42:11.494095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.495782"], ["updated_at", "2019-02-12 22:42:11.495782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.497420"], ["updated_at", "2019-02-12 22:42:11.497420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.499568"], ["updated_at", "2019-02-12 22:42:11.499568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.504507"], ["updated_at", "2019-02-12 22:42:11.504507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.506250"], ["updated_at", "2019-02-12 22:42:11.506250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.507802"], ["updated_at", "2019-02-12 22:42:11.507802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.509666"], ["updated_at", "2019-02-12 22:42:11.509666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.511351"], ["updated_at", "2019-02-12 22:42:11.511351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.513051"], ["updated_at", "2019-02-12 22:42:11.513051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.514657"], ["updated_at", "2019-02-12 22:42:11.514657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.516650"], ["updated_at", "2019-02-12 22:42:11.516650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.518337"], ["updated_at", "2019-02-12 22:42:11.518337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.520183"], ["updated_at", "2019-02-12 22:42:11.520183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.521954"], ["updated_at", "2019-02-12 22:42:11.521954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.523583"], ["updated_at", "2019-02-12 22:42:11.523583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.525226"], ["updated_at", "2019-02-12 22:42:11.525226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.526857"], ["updated_at", "2019-02-12 22:42:11.526857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.528444"], ["updated_at", "2019-02-12 22:42:11.528444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.530005"], ["updated_at", "2019-02-12 22:42:11.530005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.531694"], ["updated_at", "2019-02-12 22:42:11.531694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.533749"], ["updated_at", "2019-02-12 22:42:11.533749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.535453"], ["updated_at", "2019-02-12 22:42:11.535453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.537295"], ["updated_at", "2019-02-12 22:42:11.537295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.538925"], ["updated_at", "2019-02-12 22:42:11.538925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.540608"], ["updated_at", "2019-02-12 22:42:11.540608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.542208"], ["updated_at", "2019-02-12 22:42:11.542208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.543737"], ["updated_at", "2019-02-12 22:42:11.543737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.545649"], ["updated_at", "2019-02-12 22:42:11.545649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.547256"], ["updated_at", "2019-02-12 22:42:11.547256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.548965"], ["updated_at", "2019-02-12 22:42:11.548965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.550668"], ["updated_at", "2019-02-12 22:42:11.550668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.552224"], ["updated_at", "2019-02-12 22:42:11.552224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.553751"], ["updated_at", "2019-02-12 22:42:11.553751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.555232"], ["updated_at", "2019-02-12 22:42:11.555232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.556885"], ["updated_at", "2019-02-12 22:42:11.556885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.558607"], ["updated_at", "2019-02-12 22:42:11.558607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.560258"], ["updated_at", "2019-02-12 22:42:11.560258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.561820"], ["updated_at", "2019-02-12 22:42:11.561820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.563495"], ["updated_at", "2019-02-12 22:42:11.563495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.565133"], ["updated_at", "2019-02-12 22:42:11.565133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.567036"], ["updated_at", "2019-02-12 22:42:11.567036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.569651"], ["updated_at", "2019-02-12 22:42:11.569651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.571454"], ["updated_at", "2019-02-12 22:42:11.571454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.573055"], ["updated_at", "2019-02-12 22:42:11.573055"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.574758"], ["updated_at", "2019-02-12 22:42:11.574758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.576393"], ["updated_at", "2019-02-12 22:42:11.576393"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.577953"], ["updated_at", "2019-02-12 22:42:11.577953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.579734"], ["updated_at", "2019-02-12 22:42:11.579734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.581463"], ["updated_at", "2019-02-12 22:42:11.581463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.583173"], ["updated_at", "2019-02-12 22:42:11.583173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.584702"], ["updated_at", "2019-02-12 22:42:11.584702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.586179"], ["updated_at", "2019-02-12 22:42:11.586179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.587773"], ["updated_at", "2019-02-12 22:42:11.587773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.589394"], ["updated_at", "2019-02-12 22:42:11.589394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.591183"], ["updated_at", "2019-02-12 22:42:11.591183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.592906"], ["updated_at", "2019-02-12 22:42:11.592906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.594501"], ["updated_at", "2019-02-12 22:42:11.594501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.596049"], ["updated_at", "2019-02-12 22:42:11.596049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.597632"], ["updated_at", "2019-02-12 22:42:11.597632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.599351"], ["updated_at", "2019-02-12 22:42:11.599351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.600922"], ["updated_at", "2019-02-12 22:42:11.600922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.602470"], ["updated_at", "2019-02-12 22:42:11.602470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.604022"], ["updated_at", "2019-02-12 22:42:11.604022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.605504"], ["updated_at", "2019-02-12 22:42:11.605504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.606970"], ["updated_at", "2019-02-12 22:42:11.606970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.608600"], ["updated_at", "2019-02-12 22:42:11.608600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.610223"], ["updated_at", "2019-02-12 22:42:11.610223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.611771"], ["updated_at", "2019-02-12 22:42:11.611771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.613300"], ["updated_at", "2019-02-12 22:42:11.613300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.615233"], ["updated_at", "2019-02-12 22:42:11.615233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.617012"], ["updated_at", "2019-02-12 22:42:11.617012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.618595"], ["updated_at", "2019-02-12 22:42:11.618595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.620126"], ["updated_at", "2019-02-12 22:42:11.620126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.621695"], ["updated_at", "2019-02-12 22:42:11.621695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.623206"], ["updated_at", "2019-02-12 22:42:11.623206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.624866"], ["updated_at", "2019-02-12 22:42:11.624866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.626621"], ["updated_at", "2019-02-12 22:42:11.626621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.628232"], ["updated_at", "2019-02-12 22:42:11.628232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.629812"], ["updated_at", "2019-02-12 22:42:11.629812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.631500"], ["updated_at", "2019-02-12 22:42:11.631500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.633480"], ["updated_at", "2019-02-12 22:42:11.633480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.635237"], ["updated_at", "2019-02-12 22:42:11.635237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.636882"], ["updated_at", "2019-02-12 22:42:11.636882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.638629"], ["updated_at", "2019-02-12 22:42:11.638629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.640179"], ["updated_at", "2019-02-12 22:42:11.640179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.641701"], ["updated_at", "2019-02-12 22:42:11.641701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.643345"], ["updated_at", "2019-02-12 22:42:11.643345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.644957"], ["updated_at", "2019-02-12 22:42:11.644957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.647213"], ["updated_at", "2019-02-12 22:42:11.647213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.649126"], ["updated_at", "2019-02-12 22:42:11.649126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.650888"], ["updated_at", "2019-02-12 22:42:11.650888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.652491"], ["updated_at", "2019-02-12 22:42:11.652491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.654033"], ["updated_at", "2019-02-12 22:42:11.654033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.655565"], ["updated_at", "2019-02-12 22:42:11.655565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.657122"], ["updated_at", "2019-02-12 22:42:11.657122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.658937"], ["updated_at", "2019-02-12 22:42:11.658937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.660662"], ["updated_at", "2019-02-12 22:42:11.660662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.662373"], ["updated_at", "2019-02-12 22:42:11.662373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.664017"], ["updated_at", "2019-02-12 22:42:11.664017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.668191"], ["updated_at", "2019-02-12 22:42:11.668191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.669841"], ["updated_at", "2019-02-12 22:42:11.669841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.671406"], ["updated_at", "2019-02-12 22:42:11.671406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.673178"], ["updated_at", "2019-02-12 22:42:11.673178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.674876"], ["updated_at", "2019-02-12 22:42:11.674876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.676765"], ["updated_at", "2019-02-12 22:42:11.676765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.680278"], ["updated_at", "2019-02-12 22:42:11.680278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.682554"], ["updated_at", "2019-02-12 22:42:11.682554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.684460"], ["updated_at", "2019-02-12 22:42:11.684460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.686142"], ["updated_at", "2019-02-12 22:42:11.686142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.687732"], ["updated_at", "2019-02-12 22:42:11.687732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.689257"], ["updated_at", "2019-02-12 22:42:11.689257"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.691148"], ["updated_at", "2019-02-12 22:42:11.691148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.693644"], ["updated_at", "2019-02-12 22:42:11.693644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.695673"], ["updated_at", "2019-02-12 22:42:11.695673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.697489"], ["updated_at", "2019-02-12 22:42:11.697489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.699332"], ["updated_at", "2019-02-12 22:42:11.699332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.701041"], ["updated_at", "2019-02-12 22:42:11.701041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.702607"], ["updated_at", "2019-02-12 22:42:11.702607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.704153"], ["updated_at", "2019-02-12 22:42:11.704153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.705657"], ["updated_at", "2019-02-12 22:42:11.705657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.707566"], ["updated_at", "2019-02-12 22:42:11.707566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.709610"], ["updated_at", "2019-02-12 22:42:11.709610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.711302"], ["updated_at", "2019-02-12 22:42:11.711302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.712957"], ["updated_at", "2019-02-12 22:42:11.712957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.714539"], ["updated_at", "2019-02-12 22:42:11.714539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.716433"], ["updated_at", "2019-02-12 22:42:11.716433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.718052"], ["updated_at", "2019-02-12 22:42:11.718052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.719788"], ["updated_at", "2019-02-12 22:42:11.719788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.721360"], ["updated_at", "2019-02-12 22:42:11.721360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.722922"], ["updated_at", "2019-02-12 22:42:11.722922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.724435"], ["updated_at", "2019-02-12 22:42:11.724435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.726035"], ["updated_at", "2019-02-12 22:42:11.726035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.727633"], ["updated_at", "2019-02-12 22:42:11.727633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.729192"], ["updated_at", "2019-02-12 22:42:11.729192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.730896"], ["updated_at", "2019-02-12 22:42:11.730896"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.732718"], ["updated_at", "2019-02-12 22:42:11.732718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.734346"], ["updated_at", "2019-02-12 22:42:11.734346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.735896"], ["updated_at", "2019-02-12 22:42:11.735896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.737367"], ["updated_at", "2019-02-12 22:42:11.737367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.738858"], ["updated_at", "2019-02-12 22:42:11.738858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.740415"], ["updated_at", "2019-02-12 22:42:11.740415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.742130"], ["updated_at", "2019-02-12 22:42:11.742130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.743765"], ["updated_at", "2019-02-12 22:42:11.743765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.745377"], ["updated_at", "2019-02-12 22:42:11.745377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.746903"], ["updated_at", "2019-02-12 22:42:11.746903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:11.756453"], ["updated_at", "2019-02-12 22:42:11.756453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.758858"], ["updated_at", "2019-02-12 22:42:11.758858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.760531"], ["updated_at", "2019-02-12 22:42:11.760531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:11.766679"], ["updated_at", "2019-02-12 22:42:11.766679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:11.772875"], ["updated_at", "2019-02-12 22:42:11.772875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.775271"], ["updated_at", "2019-02-12 22:42:11.775271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.777213"], ["updated_at", "2019-02-12 22:42:11.777213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.779051"], ["updated_at", "2019-02-12 22:42:11.779051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.780952"], ["updated_at", "2019-02-12 22:42:11.780952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.782718"], ["updated_at", "2019-02-12 22:42:11.782718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.784299"], ["updated_at", "2019-02-12 22:42:11.784299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.785816"], ["updated_at", "2019-02-12 22:42:11.785816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.787322"], ["updated_at", "2019-02-12 22:42:11.787322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.788895"], ["updated_at", "2019-02-12 22:42:11.788895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.790917"], ["updated_at", "2019-02-12 22:42:11.790917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.792882"], ["updated_at", "2019-02-12 22:42:11.792882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.794479"], ["updated_at", "2019-02-12 22:42:11.794479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.797258"], ["updated_at", "2019-02-12 22:42:11.797258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.799482"], ["updated_at", "2019-02-12 22:42:11.799482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.801376"], ["updated_at", "2019-02-12 22:42:11.801376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.803096"], ["updated_at", "2019-02-12 22:42:11.803096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.804718"], ["updated_at", "2019-02-12 22:42:11.804718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.806274"], ["updated_at", "2019-02-12 22:42:11.806274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.808187"], ["updated_at", "2019-02-12 22:42:11.808187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.810044"], ["updated_at", "2019-02-12 22:42:11.810044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.811754"], ["updated_at", "2019-02-12 22:42:11.811754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.813425"], ["updated_at", "2019-02-12 22:42:11.813425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.815124"], ["updated_at", "2019-02-12 22:42:11.815124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.816800"], ["updated_at", "2019-02-12 22:42:11.816800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.818370"], ["updated_at", "2019-02-12 22:42:11.818370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.819886"], ["updated_at", "2019-02-12 22:42:11.819886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.821417"], ["updated_at", "2019-02-12 22:42:11.821417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.823087"], ["updated_at", "2019-02-12 22:42:11.823087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.824968"], ["updated_at", "2019-02-12 22:42:11.824968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.826714"], ["updated_at", "2019-02-12 22:42:11.826714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.828368"], ["updated_at", "2019-02-12 22:42:11.828368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.829984"], ["updated_at", "2019-02-12 22:42:11.829984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.834255"], ["updated_at", "2019-02-12 22:42:11.834255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.836192"], ["updated_at", "2019-02-12 22:42:11.836192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.837777"], ["updated_at", "2019-02-12 22:42:11.837777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.839375"], ["updated_at", "2019-02-12 22:42:11.839375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.840877"], ["updated_at", "2019-02-12 22:42:11.840877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.842500"], ["updated_at", "2019-02-12 22:42:11.842500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.844032"], ["updated_at", "2019-02-12 22:42:11.844032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.845572"], ["updated_at", "2019-02-12 22:42:11.845572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.847180"], ["updated_at", "2019-02-12 22:42:11.847180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.848915"], ["updated_at", "2019-02-12 22:42:11.848915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.850563"], ["updated_at", "2019-02-12 22:42:11.850563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.852054"], ["updated_at", "2019-02-12 22:42:11.852054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.853558"], ["updated_at", "2019-02-12 22:42:11.853558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.855017"], ["updated_at", "2019-02-12 22:42:11.855017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.856480"], ["updated_at", "2019-02-12 22:42:11.856480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.858200"], ["updated_at", "2019-02-12 22:42:11.858200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.859826"], ["updated_at", "2019-02-12 22:42:11.859826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.861400"], ["updated_at", "2019-02-12 22:42:11.861400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.862929"], ["updated_at", "2019-02-12 22:42:11.862929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.864451"], ["updated_at", "2019-02-12 22:42:11.864451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.866486"], ["updated_at", "2019-02-12 22:42:11.866486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.868363"], ["updated_at", "2019-02-12 22:42:11.868363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.870326"], ["updated_at", "2019-02-12 22:42:11.870326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.871952"], ["updated_at", "2019-02-12 22:42:11.871952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.873512"], ["updated_at", "2019-02-12 22:42:11.873512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.875187"], ["updated_at", "2019-02-12 22:42:11.875187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.876857"], ["updated_at", "2019-02-12 22:42:11.876857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.878461"], ["updated_at", "2019-02-12 22:42:11.878461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.880031"], ["updated_at", "2019-02-12 22:42:11.880031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.881742"], ["updated_at", "2019-02-12 22:42:11.881742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.883377"], ["updated_at", "2019-02-12 22:42:11.883377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.884911"], ["updated_at", "2019-02-12 22:42:11.884911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.886477"], ["updated_at", "2019-02-12 22:42:11.886477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.888189"], ["updated_at", "2019-02-12 22:42:11.888189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.889767"], ["updated_at", "2019-02-12 22:42:11.889767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.891422"], ["updated_at", "2019-02-12 22:42:11.891422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.893162"], ["updated_at", "2019-02-12 22:42:11.893162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.894758"], ["updated_at", "2019-02-12 22:42:11.894758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.896325"], ["updated_at", "2019-02-12 22:42:11.896325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.897846"], ["updated_at", "2019-02-12 22:42:11.897846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.899658"], ["updated_at", "2019-02-12 22:42:11.899658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.901246"], ["updated_at", "2019-02-12 22:42:11.901246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.902733"], ["updated_at", "2019-02-12 22:42:11.902733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.904277"], ["updated_at", "2019-02-12 22:42:11.904277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.905799"], ["updated_at", "2019-02-12 22:42:11.905799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.907489"], ["updated_at", "2019-02-12 22:42:11.907489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.909300"], ["updated_at", "2019-02-12 22:42:11.909300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.910836"], ["updated_at", "2019-02-12 22:42:11.910836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.912374"], ["updated_at", "2019-02-12 22:42:11.912374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.913931"], ["updated_at", "2019-02-12 22:42:11.913931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.915514"], ["updated_at", "2019-02-12 22:42:11.915514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.917346"], ["updated_at", "2019-02-12 22:42:11.917346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.918836"], ["updated_at", "2019-02-12 22:42:11.918836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.920515"], ["updated_at", "2019-02-12 22:42:11.920515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.922113"], ["updated_at", "2019-02-12 22:42:11.922113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.923619"], ["updated_at", "2019-02-12 22:42:11.923619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.925302"], ["updated_at", "2019-02-12 22:42:11.925302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.926980"], ["updated_at", "2019-02-12 22:42:11.926980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.928863"], ["updated_at", "2019-02-12 22:42:11.928863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.930515"], ["updated_at", "2019-02-12 22:42:11.930515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.932296"], ["updated_at", "2019-02-12 22:42:11.932296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.933975"], ["updated_at", "2019-02-12 22:42:11.933975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.935522"], ["updated_at", "2019-02-12 22:42:11.935522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.937054"], ["updated_at", "2019-02-12 22:42:11.937054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.938577"], ["updated_at", "2019-02-12 22:42:11.938577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.940343"], ["updated_at", "2019-02-12 22:42:11.940343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.942009"], ["updated_at", "2019-02-12 22:42:11.942009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.943587"], ["updated_at", "2019-02-12 22:42:11.943587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.945172"], ["updated_at", "2019-02-12 22:42:11.945172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.946752"], ["updated_at", "2019-02-12 22:42:11.946752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.948399"], ["updated_at", "2019-02-12 22:42:11.948399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.950059"], ["updated_at", "2019-02-12 22:42:11.950059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.951788"], ["updated_at", "2019-02-12 22:42:11.951788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.953407"], ["updated_at", "2019-02-12 22:42:11.953407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.954941"], ["updated_at", "2019-02-12 22:42:11.954941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.956439"], ["updated_at", "2019-02-12 22:42:11.956439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.957970"], ["updated_at", "2019-02-12 22:42:11.957970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.959639"], ["updated_at", "2019-02-12 22:42:11.959639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.961377"], ["updated_at", "2019-02-12 22:42:11.961377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.963148"], ["updated_at", "2019-02-12 22:42:11.963148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.964762"], ["updated_at", "2019-02-12 22:42:11.964762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.966633"], ["updated_at", "2019-02-12 22:42:11.966633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.968392"], ["updated_at", "2019-02-12 22:42:11.968392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.970022"], ["updated_at", "2019-02-12 22:42:11.970022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.971674"], ["updated_at", "2019-02-12 22:42:11.971674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.973263"], ["updated_at", "2019-02-12 22:42:11.973263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.975039"], ["updated_at", "2019-02-12 22:42:11.975039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.979148"], ["updated_at", "2019-02-12 22:42:11.979148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.980766"], ["updated_at", "2019-02-12 22:42:11.980766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.982504"], ["updated_at", "2019-02-12 22:42:11.982504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.984179"], ["updated_at", "2019-02-12 22:42:11.984179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.985780"], ["updated_at", "2019-02-12 22:42:11.985780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.987331"], ["updated_at", "2019-02-12 22:42:11.987331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.988838"], ["updated_at", "2019-02-12 22:42:11.988838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.990374"], ["updated_at", "2019-02-12 22:42:11.990374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.992208"], ["updated_at", "2019-02-12 22:42:11.992208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.993914"], ["updated_at", "2019-02-12 22:42:11.993914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.995531"], ["updated_at", "2019-02-12 22:42:11.995531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.997204"], ["updated_at", "2019-02-12 22:42:11.997204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:11.999066"], ["updated_at", "2019-02-12 22:42:11.999066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.000831"], ["updated_at", "2019-02-12 22:42:12.000831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.002460"], ["updated_at", "2019-02-12 22:42:12.002460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.004390"], ["updated_at", "2019-02-12 22:42:12.004390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.006163"], ["updated_at", "2019-02-12 22:42:12.006163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.007914"], ["updated_at", "2019-02-12 22:42:12.007914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.009692"], ["updated_at", "2019-02-12 22:42:12.009692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.011389"], ["updated_at", "2019-02-12 22:42:12.011389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.013002"], ["updated_at", "2019-02-12 22:42:12.013002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.014603"], ["updated_at", "2019-02-12 22:42:12.014603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.016521"], ["updated_at", "2019-02-12 22:42:12.016521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.018173"], ["updated_at", "2019-02-12 22:42:12.018173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.019739"], ["updated_at", "2019-02-12 22:42:12.019739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.021412"], ["updated_at", "2019-02-12 22:42:12.021412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.023004"], ["updated_at", "2019-02-12 22:42:12.023004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.024555"], ["updated_at", "2019-02-12 22:42:12.024555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.026772"], ["updated_at", "2019-02-12 22:42:12.026772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.029095"], ["updated_at", "2019-02-12 22:42:12.029095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.031052"], ["updated_at", "2019-02-12 22:42:12.031052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.033079"], ["updated_at", "2019-02-12 22:42:12.033079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.034846"], ["updated_at", "2019-02-12 22:42:12.034846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.036465"], ["updated_at", "2019-02-12 22:42:12.036465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.038096"], ["updated_at", "2019-02-12 22:42:12.038096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.039615"], ["updated_at", "2019-02-12 22:42:12.039615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.041109"], ["updated_at", "2019-02-12 22:42:12.041109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.042808"], ["updated_at", "2019-02-12 22:42:12.042808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.044743"], ["updated_at", "2019-02-12 22:42:12.044743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.046462"], ["updated_at", "2019-02-12 22:42:12.046462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.048267"], ["updated_at", "2019-02-12 22:42:12.048267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.050092"], ["updated_at", "2019-02-12 22:42:12.050092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.051780"], ["updated_at", "2019-02-12 22:42:12.051780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.053440"], ["updated_at", "2019-02-12 22:42:12.053440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.055090"], ["updated_at", "2019-02-12 22:42:12.055090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.056719"], ["updated_at", "2019-02-12 22:42:12.056719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.058441"], ["updated_at", "2019-02-12 22:42:12.058441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.060178"], ["updated_at", "2019-02-12 22:42:12.060178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.061782"], ["updated_at", "2019-02-12 22:42:12.061782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.063335"], ["updated_at", "2019-02-12 22:42:12.063335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.064854"], ["updated_at", "2019-02-12 22:42:12.064854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.066684"], ["updated_at", "2019-02-12 22:42:12.066684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.068328"], ["updated_at", "2019-02-12 22:42:12.068328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.070686"], ["updated_at", "2019-02-12 22:42:12.070686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.072546"], ["updated_at", "2019-02-12 22:42:12.072546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.074297"], ["updated_at", "2019-02-12 22:42:12.074297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.076076"], ["updated_at", "2019-02-12 22:42:12.076076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.077881"], ["updated_at", "2019-02-12 22:42:12.077881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.079725"], ["updated_at", "2019-02-12 22:42:12.079725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.081548"], ["updated_at", "2019-02-12 22:42:12.081548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.083358"], ["updated_at", "2019-02-12 22:42:12.083358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.085031"], ["updated_at", "2019-02-12 22:42:12.085031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.086657"], ["updated_at", "2019-02-12 22:42:12.086657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.088277"], ["updated_at", "2019-02-12 22:42:12.088277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.089966"], ["updated_at", "2019-02-12 22:42:12.089966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.091694"], ["updated_at", "2019-02-12 22:42:12.091694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.093476"], ["updated_at", "2019-02-12 22:42:12.093476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.095245"], ["updated_at", "2019-02-12 22:42:12.095245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.096897"], ["updated_at", "2019-02-12 22:42:12.096897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.098771"], ["updated_at", "2019-02-12 22:42:12.098771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.100436"], ["updated_at", "2019-02-12 22:42:12.100436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.102028"], ["updated_at", "2019-02-12 22:42:12.102028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.103658"], ["updated_at", "2019-02-12 22:42:12.103658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.105343"], ["updated_at", "2019-02-12 22:42:12.105343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.106974"], ["updated_at", "2019-02-12 22:42:12.106974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.108746"], ["updated_at", "2019-02-12 22:42:12.108746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.110396"], ["updated_at", "2019-02-12 22:42:12.110396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.111997"], ["updated_at", "2019-02-12 22:42:12.111997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.114168"], ["updated_at", "2019-02-12 22:42:12.114168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.116136"], ["updated_at", "2019-02-12 22:42:12.116136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.117904"], ["updated_at", "2019-02-12 22:42:12.117904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.119575"], ["updated_at", "2019-02-12 22:42:12.119575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.124231"], ["updated_at", "2019-02-12 22:42:12.124231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.126265"], ["updated_at", "2019-02-12 22:42:12.126265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.127976"], ["updated_at", "2019-02-12 22:42:12.127976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.129680"], ["updated_at", "2019-02-12 22:42:12.129680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.131362"], ["updated_at", "2019-02-12 22:42:12.131362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.133221"], ["updated_at", "2019-02-12 22:42:12.133221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.134936"], ["updated_at", "2019-02-12 22:42:12.134936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.136619"], ["updated_at", "2019-02-12 22:42:12.136619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.138305"], ["updated_at", "2019-02-12 22:42:12.138305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.139970"], ["updated_at", "2019-02-12 22:42:12.139970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.141718"], ["updated_at", "2019-02-12 22:42:12.141718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.143443"], ["updated_at", "2019-02-12 22:42:12.143443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.145086"], ["updated_at", "2019-02-12 22:42:12.145086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.146923"], ["updated_at", "2019-02-12 22:42:12.146923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.149241"], ["updated_at", "2019-02-12 22:42:12.149241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.151262"], ["updated_at", "2019-02-12 22:42:12.151262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.153109"], ["updated_at", "2019-02-12 22:42:12.153109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.154887"], ["updated_at", "2019-02-12 22:42:12.154887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.156565"], ["updated_at", "2019-02-12 22:42:12.156565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.158915"], ["updated_at", "2019-02-12 22:42:12.158915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.160807"], ["updated_at", "2019-02-12 22:42:12.160807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.162554"], ["updated_at", "2019-02-12 22:42:12.162554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.164272"], ["updated_at", "2019-02-12 22:42:12.164272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.166088"], ["updated_at", "2019-02-12 22:42:12.166088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.167790"], ["updated_at", "2019-02-12 22:42:12.167790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.169404"], ["updated_at", "2019-02-12 22:42:12.169404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.171441"], ["updated_at", "2019-02-12 22:42:12.171441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.173502"], ["updated_at", "2019-02-12 22:42:12.173502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.176250"], ["updated_at", "2019-02-12 22:42:12.176250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.180255"], ["updated_at", "2019-02-12 22:42:12.180255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.182513"], ["updated_at", "2019-02-12 22:42:12.182513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.184541"], ["updated_at", "2019-02-12 22:42:12.184541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.186330"], ["updated_at", "2019-02-12 22:42:12.186330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.188050"], ["updated_at", "2019-02-12 22:42:12.188050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.189708"], ["updated_at", "2019-02-12 22:42:12.189708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.191876"], ["updated_at", "2019-02-12 22:42:12.191876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.194758"], ["updated_at", "2019-02-12 22:42:12.194758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.196924"], ["updated_at", "2019-02-12 22:42:12.196924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.199053"], ["updated_at", "2019-02-12 22:42:12.199053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.201728"], ["updated_at", "2019-02-12 22:42:12.201728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.204191"], ["updated_at", "2019-02-12 22:42:12.204191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.206424"], ["updated_at", "2019-02-12 22:42:12.206424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.209381"], ["updated_at", "2019-02-12 22:42:12.209381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.211601"], ["updated_at", "2019-02-12 22:42:12.211601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.214272"], ["updated_at", "2019-02-12 22:42:12.214272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.217051"], ["updated_at", "2019-02-12 22:42:12.217051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.219737"], ["updated_at", "2019-02-12 22:42:12.219737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.222601"], ["updated_at", "2019-02-12 22:42:12.222601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.225025"], ["updated_at", "2019-02-12 22:42:12.225025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.227525"], ["updated_at", "2019-02-12 22:42:12.227525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.229982"], ["updated_at", "2019-02-12 22:42:12.229982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.232449"], ["updated_at", "2019-02-12 22:42:12.232449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.234920"], ["updated_at", "2019-02-12 22:42:12.234920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.236982"], ["updated_at", "2019-02-12 22:42:12.236982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.239038"], ["updated_at", "2019-02-12 22:42:12.239038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.241292"], ["updated_at", "2019-02-12 22:42:12.241292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.243457"], ["updated_at", "2019-02-12 22:42:12.243457"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.245663"], ["updated_at", "2019-02-12 22:42:12.245663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.247964"], ["updated_at", "2019-02-12 22:42:12.247964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.250284"], ["updated_at", "2019-02-12 22:42:12.250284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.252415"], ["updated_at", "2019-02-12 22:42:12.252415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.254518"], ["updated_at", "2019-02-12 22:42:12.254518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.256561"], ["updated_at", "2019-02-12 22:42:12.256561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.258825"], ["updated_at", "2019-02-12 22:42:12.258825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.261287"], ["updated_at", "2019-02-12 22:42:12.261287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.263467"], ["updated_at", "2019-02-12 22:42:12.263467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.265785"], ["updated_at", "2019-02-12 22:42:12.265785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.268108"], ["updated_at", "2019-02-12 22:42:12.268108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.270329"], ["updated_at", "2019-02-12 22:42:12.270329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.272412"], ["updated_at", "2019-02-12 22:42:12.272412"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.274678"], ["updated_at", "2019-02-12 22:42:12.274678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.277263"], ["updated_at", "2019-02-12 22:42:12.277263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.279562"], ["updated_at", "2019-02-12 22:42:12.279562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.281952"], ["updated_at", "2019-02-12 22:42:12.281952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.284228"], ["updated_at", "2019-02-12 22:42:12.284228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.286360"], ["updated_at", "2019-02-12 22:42:12.286360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.288572"], ["updated_at", "2019-02-12 22:42:12.288572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.290839"], ["updated_at", "2019-02-12 22:42:12.290839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.293815"], ["updated_at", "2019-02-12 22:42:12.293815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.301280"], ["updated_at", "2019-02-12 22:42:12.301280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.303115"], ["updated_at", "2019-02-12 22:42:12.303115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.304807"], ["updated_at", "2019-02-12 22:42:12.304807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.306361"], ["updated_at", "2019-02-12 22:42:12.306361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.308441"], ["updated_at", "2019-02-12 22:42:12.308441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.310204"], ["updated_at", "2019-02-12 22:42:12.310204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.311984"], ["updated_at", "2019-02-12 22:42:12.311984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.313636"], ["updated_at", "2019-02-12 22:42:12.313636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.315425"], ["updated_at", "2019-02-12 22:42:12.315425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.317159"], ["updated_at", "2019-02-12 22:42:12.317159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.318755"], ["updated_at", "2019-02-12 22:42:12.318755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.320322"], ["updated_at", "2019-02-12 22:42:12.320322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.321881"], ["updated_at", "2019-02-12 22:42:12.321881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.323534"], ["updated_at", "2019-02-12 22:42:12.323534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.325175"], ["updated_at", "2019-02-12 22:42:12.325175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.326818"], ["updated_at", "2019-02-12 22:42:12.326818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.328461"], ["updated_at", "2019-02-12 22:42:12.328461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.330274"], ["updated_at", "2019-02-12 22:42:12.330274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.331996"], ["updated_at", "2019-02-12 22:42:12.331996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.333805"], ["updated_at", "2019-02-12 22:42:12.333805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.335465"], ["updated_at", "2019-02-12 22:42:12.335465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.337041"], ["updated_at", "2019-02-12 22:42:12.337041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.338604"], ["updated_at", "2019-02-12 22:42:12.338604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.340231"], ["updated_at", "2019-02-12 22:42:12.340231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.341943"], ["updated_at", "2019-02-12 22:42:12.341943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.343567"], ["updated_at", "2019-02-12 22:42:12.343567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.345148"], ["updated_at", "2019-02-12 22:42:12.345148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.346845"], ["updated_at", "2019-02-12 22:42:12.346845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.348652"], ["updated_at", "2019-02-12 22:42:12.348652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.350485"], ["updated_at", "2019-02-12 22:42:12.350485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.352137"], ["updated_at", "2019-02-12 22:42:12.352137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.353820"], ["updated_at", "2019-02-12 22:42:12.353820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.355480"], ["updated_at", "2019-02-12 22:42:12.355480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.357192"], ["updated_at", "2019-02-12 22:42:12.357192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.358952"], ["updated_at", "2019-02-12 22:42:12.358952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.360584"], ["updated_at", "2019-02-12 22:42:12.360584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.362205"], ["updated_at", "2019-02-12 22:42:12.362205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.363761"], ["updated_at", "2019-02-12 22:42:12.363761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.365370"], ["updated_at", "2019-02-12 22:42:12.365370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.367069"], ["updated_at", "2019-02-12 22:42:12.367069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.368740"], ["updated_at", "2019-02-12 22:42:12.368740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.370377"], ["updated_at", "2019-02-12 22:42:12.370377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.371932"], ["updated_at", "2019-02-12 22:42:12.371932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.373443"], ["updated_at", "2019-02-12 22:42:12.373443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.375017"], ["updated_at", "2019-02-12 22:42:12.375017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.376634"], ["updated_at", "2019-02-12 22:42:12.376634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.378209"], ["updated_at", "2019-02-12 22:42:12.378209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.379783"], ["updated_at", "2019-02-12 22:42:12.379783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.381472"], ["updated_at", "2019-02-12 22:42:12.381472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.383175"], ["updated_at", "2019-02-12 22:42:12.383175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.384798"], ["updated_at", "2019-02-12 22:42:12.384798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.386324"], ["updated_at", "2019-02-12 22:42:12.386324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.387857"], ["updated_at", "2019-02-12 22:42:12.387857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.389393"], ["updated_at", "2019-02-12 22:42:12.389393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.391153"], ["updated_at", "2019-02-12 22:42:12.391153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.393305"], ["updated_at", "2019-02-12 22:42:12.393305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.395056"], ["updated_at", "2019-02-12 22:42:12.395056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.396733"], ["updated_at", "2019-02-12 22:42:12.396733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.398513"], ["updated_at", "2019-02-12 22:42:12.398513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.400237"], ["updated_at", "2019-02-12 22:42:12.400237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.401885"], ["updated_at", "2019-02-12 22:42:12.401885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.403561"], ["updated_at", "2019-02-12 22:42:12.403561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.405155"], ["updated_at", "2019-02-12 22:42:12.405155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.406783"], ["updated_at", "2019-02-12 22:42:12.406783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.408381"], ["updated_at", "2019-02-12 22:42:12.408381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.410316"], ["updated_at", "2019-02-12 22:42:12.410316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.412021"], ["updated_at", "2019-02-12 22:42:12.412021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.413705"], ["updated_at", "2019-02-12 22:42:12.413705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.415868"], ["updated_at", "2019-02-12 22:42:12.415868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.417697"], ["updated_at", "2019-02-12 22:42:12.417697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.419387"], ["updated_at", "2019-02-12 22:42:12.419387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.421011"], ["updated_at", "2019-02-12 22:42:12.421011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.422638"], ["updated_at", "2019-02-12 22:42:12.422638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.424194"], ["updated_at", "2019-02-12 22:42:12.424194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.426270"], ["updated_at", "2019-02-12 22:42:12.426270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.428150"], ["updated_at", "2019-02-12 22:42:12.428150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.429903"], ["updated_at", "2019-02-12 22:42:12.429903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.431603"], ["updated_at", "2019-02-12 22:42:12.431603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.433510"], ["updated_at", "2019-02-12 22:42:12.433510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.435217"], ["updated_at", "2019-02-12 22:42:12.435217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.436869"], ["updated_at", "2019-02-12 22:42:12.436869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.438610"], ["updated_at", "2019-02-12 22:42:12.438610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.440334"], ["updated_at", "2019-02-12 22:42:12.440334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.442107"], ["updated_at", "2019-02-12 22:42:12.442107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.443850"], ["updated_at", "2019-02-12 22:42:12.443850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.445504"], ["updated_at", "2019-02-12 22:42:12.445504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.447171"], ["updated_at", "2019-02-12 22:42:12.447171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.448983"], ["updated_at", "2019-02-12 22:42:12.448983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.450925"], ["updated_at", "2019-02-12 22:42:12.450925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.452701"], ["updated_at", "2019-02-12 22:42:12.452701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.454427"], ["updated_at", "2019-02-12 22:42:12.454427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.456105"], ["updated_at", "2019-02-12 22:42:12.456105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.457807"], ["updated_at", "2019-02-12 22:42:12.457807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.459583"], ["updated_at", "2019-02-12 22:42:12.459583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.463779"], ["updated_at", "2019-02-12 22:42:12.463779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.465751"], ["updated_at", "2019-02-12 22:42:12.465751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.467476"], ["updated_at", "2019-02-12 22:42:12.467476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.469081"], ["updated_at", "2019-02-12 22:42:12.469081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.470618"], ["updated_at", "2019-02-12 22:42:12.470618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.472229"], ["updated_at", "2019-02-12 22:42:12.472229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.474123"], ["updated_at", "2019-02-12 22:42:12.474123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.475922"], ["updated_at", "2019-02-12 22:42:12.475922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.477730"], ["updated_at", "2019-02-12 22:42:12.477730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.479430"], ["updated_at", "2019-02-12 22:42:12.479430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.481062"], ["updated_at", "2019-02-12 22:42:12.481062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.482836"], ["updated_at", "2019-02-12 22:42:12.482836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.484768"], ["updated_at", "2019-02-12 22:42:12.484768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.486568"], ["updated_at", "2019-02-12 22:42:12.486568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.488182"], ["updated_at", "2019-02-12 22:42:12.488182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.489783"], ["updated_at", "2019-02-12 22:42:12.489783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.491460"], ["updated_at", "2019-02-12 22:42:12.491460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.493216"], ["updated_at", "2019-02-12 22:42:12.493216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.494879"], ["updated_at", "2019-02-12 22:42:12.494879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.496611"], ["updated_at", "2019-02-12 22:42:12.496611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.498289"], ["updated_at", "2019-02-12 22:42:12.498289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.500071"], ["updated_at", "2019-02-12 22:42:12.500071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.501721"], ["updated_at", "2019-02-12 22:42:12.501721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.503400"], ["updated_at", "2019-02-12 22:42:12.503400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.505038"], ["updated_at", "2019-02-12 22:42:12.505038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.506620"], ["updated_at", "2019-02-12 22:42:12.506620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 25ms (Views: 14.4ms | ActiveRecord: 0.7ms)  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:12.539607"], ["updated_at", "2019-02-12 22:42:12.539607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.542113"], ["updated_at", "2019-02-12 22:42:12.542113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.544095"], ["updated_at", "2019-02-12 22:42:12.544095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:12.550119"], ["updated_at", "2019-02-12 22:42:12.550119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.552416"], ["updated_at", "2019-02-12 22:42:12.552416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.554127"], ["updated_at", "2019-02-12 22:42:12.554127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.555816"], ["updated_at", "2019-02-12 22:42:12.555816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.557355"], ["updated_at", "2019-02-12 22:42:12.557355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.559263"], ["updated_at", "2019-02-12 22:42:12.559263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.561062"], ["updated_at", "2019-02-12 22:42:12.561062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.562781"], ["updated_at", "2019-02-12 22:42:12.562781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.564648"], ["updated_at", "2019-02-12 22:42:12.564648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.566737"], ["updated_at", "2019-02-12 22:42:12.566737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.568404"], ["updated_at", "2019-02-12 22:42:12.568404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:12.577966"], ["updated_at", "2019-02-12 22:42:12.577966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:12.584120"], ["updated_at", "2019-02-12 22:42:12.584120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:12.590784"], ["updated_at", "2019-02-12 22:42:12.590784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.593073"], ["updated_at", "2019-02-12 22:42:12.593073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.594746"], ["updated_at", "2019-02-12 22:42:12.594746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.596224"], ["updated_at", "2019-02-12 22:42:12.596224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.597682"], ["updated_at", "2019-02-12 22:42:12.597682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.599374"], ["updated_at", "2019-02-12 22:42:12.599374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.601375"], ["updated_at", "2019-02-12 22:42:12.601375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.603061"], ["updated_at", "2019-02-12 22:42:12.603061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.604612"], ["updated_at", "2019-02-12 22:42:12.604612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.606135"], ["updated_at", "2019-02-12 22:42:12.606135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.607616"], ["updated_at", "2019-02-12 22:42:12.607616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.609515"], ["updated_at", "2019-02-12 22:42:12.609515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.611102"], ["updated_at", "2019-02-12 22:42:12.611102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.613439"], ["updated_at", "2019-02-12 22:42:12.613439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.615482"], ["updated_at", "2019-02-12 22:42:12.615482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.617296"], ["updated_at", "2019-02-12 22:42:12.617296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.618951"], ["updated_at", "2019-02-12 22:42:12.618951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.620533"], ["updated_at", "2019-02-12 22:42:12.620533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.622095"], ["updated_at", "2019-02-12 22:42:12.622095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.623798"], ["updated_at", "2019-02-12 22:42:12.623798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.626775"], ["updated_at", "2019-02-12 22:42:12.626775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.628668"], ["updated_at", "2019-02-12 22:42:12.628668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.630410"], ["updated_at", "2019-02-12 22:42:12.630410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.632243"], ["updated_at", "2019-02-12 22:42:12.632243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.633899"], ["updated_at", "2019-02-12 22:42:12.633899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.635608"], ["updated_at", "2019-02-12 22:42:12.635608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.637330"], ["updated_at", "2019-02-12 22:42:12.637330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.638876"], ["updated_at", "2019-02-12 22:42:12.638876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.640504"], ["updated_at", "2019-02-12 22:42:12.640504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.642370"], ["updated_at", "2019-02-12 22:42:12.642370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.644083"], ["updated_at", "2019-02-12 22:42:12.644083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.645732"], ["updated_at", "2019-02-12 22:42:12.645732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.647439"], ["updated_at", "2019-02-12 22:42:12.647439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.649199"], ["updated_at", "2019-02-12 22:42:12.649199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.650809"], ["updated_at", "2019-02-12 22:42:12.650809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.652342"], ["updated_at", "2019-02-12 22:42:12.652342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.653836"], ["updated_at", "2019-02-12 22:42:12.653836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.655319"], ["updated_at", "2019-02-12 22:42:12.655319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.656765"], ["updated_at", "2019-02-12 22:42:12.656765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.658402"], ["updated_at", "2019-02-12 22:42:12.658402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.660023"], ["updated_at", "2019-02-12 22:42:12.660023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.661524"], ["updated_at", "2019-02-12 22:42:12.661524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.663004"], ["updated_at", "2019-02-12 22:42:12.663004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.664459"], ["updated_at", "2019-02-12 22:42:12.664459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.666136"], ["updated_at", "2019-02-12 22:42:12.666136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.667694"], ["updated_at", "2019-02-12 22:42:12.667694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.669180"], ["updated_at", "2019-02-12 22:42:12.669180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.670772"], ["updated_at", "2019-02-12 22:42:12.670772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.672398"], ["updated_at", "2019-02-12 22:42:12.672398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.673876"], ["updated_at", "2019-02-12 22:42:12.673876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.675551"], ["updated_at", "2019-02-12 22:42:12.675551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.677356"], ["updated_at", "2019-02-12 22:42:12.677356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.680743"], ["updated_at", "2019-02-12 22:42:12.680743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.683169"], ["updated_at", "2019-02-12 22:42:12.683169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.684930"], ["updated_at", "2019-02-12 22:42:12.684930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.686860"], ["updated_at", "2019-02-12 22:42:12.686860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.688655"], ["updated_at", "2019-02-12 22:42:12.688655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.690241"], ["updated_at", "2019-02-12 22:42:12.690241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.692860"], ["updated_at", "2019-02-12 22:42:12.692860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.694808"], ["updated_at", "2019-02-12 22:42:12.694808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.696547"], ["updated_at", "2019-02-12 22:42:12.696547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.698250"], ["updated_at", "2019-02-12 22:42:12.698250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.700007"], ["updated_at", "2019-02-12 22:42:12.700007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.701599"], ["updated_at", "2019-02-12 22:42:12.701599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.703372"], ["updated_at", "2019-02-12 22:42:12.703372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.705137"], ["updated_at", "2019-02-12 22:42:12.705137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.706966"], ["updated_at", "2019-02-12 22:42:12.706966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.709144"], ["updated_at", "2019-02-12 22:42:12.709144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.710873"], ["updated_at", "2019-02-12 22:42:12.710873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.712510"], ["updated_at", "2019-02-12 22:42:12.712510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.714129"], ["updated_at", "2019-02-12 22:42:12.714129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.715865"], ["updated_at", "2019-02-12 22:42:12.715865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.717927"], ["updated_at", "2019-02-12 22:42:12.717927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.719632"], ["updated_at", "2019-02-12 22:42:12.719632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.721246"], ["updated_at", "2019-02-12 22:42:12.721246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.722851"], ["updated_at", "2019-02-12 22:42:12.722851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.724462"], ["updated_at", "2019-02-12 22:42:12.724462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.726297"], ["updated_at", "2019-02-12 22:42:12.726297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.728017"], ["updated_at", "2019-02-12 22:42:12.728017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.729934"], ["updated_at", "2019-02-12 22:42:12.729934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.731616"], ["updated_at", "2019-02-12 22:42:12.731616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.735698"], ["updated_at", "2019-02-12 22:42:12.735698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.737634"], ["updated_at", "2019-02-12 22:42:12.737634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.739263"], ["updated_at", "2019-02-12 22:42:12.739263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.741018"], ["updated_at", "2019-02-12 22:42:12.741018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.742731"], ["updated_at", "2019-02-12 22:42:12.742731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.744323"], ["updated_at", "2019-02-12 22:42:12.744323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.745914"], ["updated_at", "2019-02-12 22:42:12.745914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.747445"], ["updated_at", "2019-02-12 22:42:12.747445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.749105"], ["updated_at", "2019-02-12 22:42:12.749105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.750738"], ["updated_at", "2019-02-12 22:42:12.750738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.752323"], ["updated_at", "2019-02-12 22:42:12.752323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.753872"], ["updated_at", "2019-02-12 22:42:12.753872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.755399"], ["updated_at", "2019-02-12 22:42:12.755399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.756888"], ["updated_at", "2019-02-12 22:42:12.756888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.758504"], ["updated_at", "2019-02-12 22:42:12.758504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.760087"], ["updated_at", "2019-02-12 22:42:12.760087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.761650"], ["updated_at", "2019-02-12 22:42:12.761650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.763223"], ["updated_at", "2019-02-12 22:42:12.763223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.765054"], ["updated_at", "2019-02-12 22:42:12.765054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.766754"], ["updated_at", "2019-02-12 22:42:12.766754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.768628"], ["updated_at", "2019-02-12 22:42:12.768628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.770331"], ["updated_at", "2019-02-12 22:42:12.770331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.771935"], ["updated_at", "2019-02-12 22:42:12.771935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.773511"], ["updated_at", "2019-02-12 22:42:12.773511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.775190"], ["updated_at", "2019-02-12 22:42:12.775190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.776849"], ["updated_at", "2019-02-12 22:42:12.776849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.778464"], ["updated_at", "2019-02-12 22:42:12.778464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.780039"], ["updated_at", "2019-02-12 22:42:12.780039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.781605"], ["updated_at", "2019-02-12 22:42:12.781605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.783392"], ["updated_at", "2019-02-12 22:42:12.783392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.785030"], ["updated_at", "2019-02-12 22:42:12.785030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.786651"], ["updated_at", "2019-02-12 22:42:12.786651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.788280"], ["updated_at", "2019-02-12 22:42:12.788280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.789805"], ["updated_at", "2019-02-12 22:42:12.789805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.791451"], ["updated_at", "2019-02-12 22:42:12.791451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.793066"], ["updated_at", "2019-02-12 22:42:12.793066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.794700"], ["updated_at", "2019-02-12 22:42:12.794700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.796272"], ["updated_at", "2019-02-12 22:42:12.796272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.797820"], ["updated_at", "2019-02-12 22:42:12.797820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.799906"], ["updated_at", "2019-02-12 22:42:12.799906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.801648"], ["updated_at", "2019-02-12 22:42:12.801648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.803301"], ["updated_at", "2019-02-12 22:42:12.803301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.804822"], ["updated_at", "2019-02-12 22:42:12.804822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.806336"], ["updated_at", "2019-02-12 22:42:12.806336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.807979"], ["updated_at", "2019-02-12 22:42:12.807979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.809607"], ["updated_at", "2019-02-12 22:42:12.809607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.811262"], ["updated_at", "2019-02-12 22:42:12.811262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.812822"], ["updated_at", "2019-02-12 22:42:12.812822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.814351"], ["updated_at", "2019-02-12 22:42:12.814351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.816262"], ["updated_at", "2019-02-12 22:42:12.816262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.817861"], ["updated_at", "2019-02-12 22:42:12.817861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.819369"], ["updated_at", "2019-02-12 22:42:12.819369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.820866"], ["updated_at", "2019-02-12 22:42:12.820866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.822544"], ["updated_at", "2019-02-12 22:42:12.822544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.824146"], ["updated_at", "2019-02-12 22:42:12.824146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.825977"], ["updated_at", "2019-02-12 22:42:12.825977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.827593"], ["updated_at", "2019-02-12 22:42:12.827593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.829228"], ["updated_at", "2019-02-12 22:42:12.829228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.830788"], ["updated_at", "2019-02-12 22:42:12.830788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.832557"], ["updated_at", "2019-02-12 22:42:12.832557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.834468"], ["updated_at", "2019-02-12 22:42:12.834468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.836051"], ["updated_at", "2019-02-12 22:42:12.836051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.837586"], ["updated_at", "2019-02-12 22:42:12.837586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.839104"], ["updated_at", "2019-02-12 22:42:12.839104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.840603"], ["updated_at", "2019-02-12 22:42:12.840603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.842501"], ["updated_at", "2019-02-12 22:42:12.842501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.844156"], ["updated_at", "2019-02-12 22:42:12.844156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.845928"], ["updated_at", "2019-02-12 22:42:12.845928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.847564"], ["updated_at", "2019-02-12 22:42:12.847564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.849424"], ["updated_at", "2019-02-12 22:42:12.849424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.851052"], ["updated_at", "2019-02-12 22:42:12.851052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.852625"], ["updated_at", "2019-02-12 22:42:12.852625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.854151"], ["updated_at", "2019-02-12 22:42:12.854151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.855680"], ["updated_at", "2019-02-12 22:42:12.855680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.857357"], ["updated_at", "2019-02-12 22:42:12.857357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.859154"], ["updated_at", "2019-02-12 22:42:12.859154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.860800"], ["updated_at", "2019-02-12 22:42:12.860800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.862508"], ["updated_at", "2019-02-12 22:42:12.862508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.864062"], ["updated_at", "2019-02-12 22:42:12.864062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.865966"], ["updated_at", "2019-02-12 22:42:12.865966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.867980"], ["updated_at", "2019-02-12 22:42:12.867980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.869802"], ["updated_at", "2019-02-12 22:42:12.869802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.871614"], ["updated_at", "2019-02-12 22:42:12.871614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.873313"], ["updated_at", "2019-02-12 22:42:12.873313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.878123"], ["updated_at", "2019-02-12 22:42:12.878123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.880085"], ["updated_at", "2019-02-12 22:42:12.880085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.881974"], ["updated_at", "2019-02-12 22:42:12.881974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.883681"], ["updated_at", "2019-02-12 22:42:12.883681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.885277"], ["updated_at", "2019-02-12 22:42:12.885277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.886805"], ["updated_at", "2019-02-12 22:42:12.886805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.888288"], ["updated_at", "2019-02-12 22:42:12.888288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.889788"], ["updated_at", "2019-02-12 22:42:12.889788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.891638"], ["updated_at", "2019-02-12 22:42:12.891638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.893325"], ["updated_at", "2019-02-12 22:42:12.893325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.894947"], ["updated_at", "2019-02-12 22:42:12.894947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.896615"], ["updated_at", "2019-02-12 22:42:12.896615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.898444"], ["updated_at", "2019-02-12 22:42:12.898444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.900126"], ["updated_at", "2019-02-12 22:42:12.900126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.901721"], ["updated_at", "2019-02-12 22:42:12.901721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.903371"], ["updated_at", "2019-02-12 22:42:12.903371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.904921"], ["updated_at", "2019-02-12 22:42:12.904921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.906448"], ["updated_at", "2019-02-12 22:42:12.906448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.908299"], ["updated_at", "2019-02-12 22:42:12.908299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.910093"], ["updated_at", "2019-02-12 22:42:12.910093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.911743"], ["updated_at", "2019-02-12 22:42:12.911743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.913418"], ["updated_at", "2019-02-12 22:42:12.913418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.915406"], ["updated_at", "2019-02-12 22:42:12.915406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.917176"], ["updated_at", "2019-02-12 22:42:12.917176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.918753"], ["updated_at", "2019-02-12 22:42:12.918753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.920363"], ["updated_at", "2019-02-12 22:42:12.920363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.921922"], ["updated_at", "2019-02-12 22:42:12.921922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.923510"], ["updated_at", "2019-02-12 22:42:12.923510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.925255"], ["updated_at", "2019-02-12 22:42:12.925255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.927112"], ["updated_at", "2019-02-12 22:42:12.927112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.928745"], ["updated_at", "2019-02-12 22:42:12.928745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.930331"], ["updated_at", "2019-02-12 22:42:12.930331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.932125"], ["updated_at", "2019-02-12 22:42:12.932125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.933917"], ["updated_at", "2019-02-12 22:42:12.933917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.935527"], ["updated_at", "2019-02-12 22:42:12.935527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.937140"], ["updated_at", "2019-02-12 22:42:12.937140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.938823"], ["updated_at", "2019-02-12 22:42:12.938823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.940381"], ["updated_at", "2019-02-12 22:42:12.940381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.942260"], ["updated_at", "2019-02-12 22:42:12.942260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.943918"], ["updated_at", "2019-02-12 22:42:12.943918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.945504"], ["updated_at", "2019-02-12 22:42:12.945504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.947063"], ["updated_at", "2019-02-12 22:42:12.947063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.949079"], ["updated_at", "2019-02-12 22:42:12.949079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.950841"], ["updated_at", "2019-02-12 22:42:12.950841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.952416"], ["updated_at", "2019-02-12 22:42:12.952416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.953973"], ["updated_at", "2019-02-12 22:42:12.953973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.955517"], ["updated_at", "2019-02-12 22:42:12.955517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.957001"], ["updated_at", "2019-02-12 22:42:12.957001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.958701"], ["updated_at", "2019-02-12 22:42:12.958701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.960310"], ["updated_at", "2019-02-12 22:42:12.960310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.962237"], ["updated_at", "2019-02-12 22:42:12.962237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.963869"], ["updated_at", "2019-02-12 22:42:12.963869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.965802"], ["updated_at", "2019-02-12 22:42:12.965802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.967491"], ["updated_at", "2019-02-12 22:42:12.967491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.969047"], ["updated_at", "2019-02-12 22:42:12.969047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.970589"], ["updated_at", "2019-02-12 22:42:12.970589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.972124"], ["updated_at", "2019-02-12 22:42:12.972124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.973997"], ["updated_at", "2019-02-12 22:42:12.973997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.975694"], ["updated_at", "2019-02-12 22:42:12.975694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.977248"], ["updated_at", "2019-02-12 22:42:12.977248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.978796"], ["updated_at", "2019-02-12 22:42:12.978796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.980341"], ["updated_at", "2019-02-12 22:42:12.980341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.982217"], ["updated_at", "2019-02-12 22:42:12.982217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.984023"], ["updated_at", "2019-02-12 22:42:12.984023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.985705"], ["updated_at", "2019-02-12 22:42:12.985705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.987336"], ["updated_at", "2019-02-12 22:42:12.987336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.988903"], ["updated_at", "2019-02-12 22:42:12.988903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.990431"], ["updated_at", "2019-02-12 22:42:12.990431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.992307"], ["updated_at", "2019-02-12 22:42:12.992307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.994098"], ["updated_at", "2019-02-12 22:42:12.994098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.995876"], ["updated_at", "2019-02-12 22:42:12.995876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:12.998127"], ["updated_at", "2019-02-12 22:42:12.998127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.000273"], ["updated_at", "2019-02-12 22:42:13.000273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.002023"], ["updated_at", "2019-02-12 22:42:13.002023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.004072"], ["updated_at", "2019-02-12 22:42:13.004072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.006013"], ["updated_at", "2019-02-12 22:42:13.006013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.008141"], ["updated_at", "2019-02-12 22:42:13.008141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.009971"], ["updated_at", "2019-02-12 22:42:13.009971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.011705"], ["updated_at", "2019-02-12 22:42:13.011705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.013406"], ["updated_at", "2019-02-12 22:42:13.013406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.018713"], ["updated_at", "2019-02-12 22:42:13.018713"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.021359"], ["updated_at", "2019-02-12 22:42:13.021359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.023244"], ["updated_at", "2019-02-12 22:42:13.023244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.025142"], ["updated_at", "2019-02-12 22:42:13.025142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.026899"], ["updated_at", "2019-02-12 22:42:13.026899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.028675"], ["updated_at", "2019-02-12 22:42:13.028675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.030482"], ["updated_at", "2019-02-12 22:42:13.030482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.032479"], ["updated_at", "2019-02-12 22:42:13.032479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.034195"], ["updated_at", "2019-02-12 22:42:13.034195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.035767"], ["updated_at", "2019-02-12 22:42:13.035767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.037300"], ["updated_at", "2019-02-12 22:42:13.037300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.038822"], ["updated_at", "2019-02-12 22:42:13.038822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.040539"], ["updated_at", "2019-02-12 22:42:13.040539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.042447"], ["updated_at", "2019-02-12 22:42:13.042447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.044143"], ["updated_at", "2019-02-12 22:42:13.044143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.045753"], ["updated_at", "2019-02-12 22:42:13.045753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.047382"], ["updated_at", "2019-02-12 22:42:13.047382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.049178"], ["updated_at", "2019-02-12 22:42:13.049178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.050996"], ["updated_at", "2019-02-12 22:42:13.050996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.052594"], ["updated_at", "2019-02-12 22:42:13.052594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.054247"], ["updated_at", "2019-02-12 22:42:13.054247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.055805"], ["updated_at", "2019-02-12 22:42:13.055805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.057303"], ["updated_at", "2019-02-12 22:42:13.057303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.059010"], ["updated_at", "2019-02-12 22:42:13.059010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.060668"], ["updated_at", "2019-02-12 22:42:13.060668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.062220"], ["updated_at", "2019-02-12 22:42:13.062220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.063807"], ["updated_at", "2019-02-12 22:42:13.063807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.066060"], ["updated_at", "2019-02-12 22:42:13.066060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.067962"], ["updated_at", "2019-02-12 22:42:13.067962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.069594"], ["updated_at", "2019-02-12 22:42:13.069594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.071290"], ["updated_at", "2019-02-12 22:42:13.071290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.072901"], ["updated_at", "2019-02-12 22:42:13.072901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.074490"], ["updated_at", "2019-02-12 22:42:13.074490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.076790"], ["updated_at", "2019-02-12 22:42:13.076790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.079382"], ["updated_at", "2019-02-12 22:42:13.079382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.081436"], ["updated_at", "2019-02-12 22:42:13.081436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.083314"], ["updated_at", "2019-02-12 22:42:13.083314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.084982"], ["updated_at", "2019-02-12 22:42:13.084982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.086643"], ["updated_at", "2019-02-12 22:42:13.086643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.088401"], ["updated_at", "2019-02-12 22:42:13.088401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.090087"], ["updated_at", "2019-02-12 22:42:13.090087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.091941"], ["updated_at", "2019-02-12 22:42:13.091941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.093647"], ["updated_at", "2019-02-12 22:42:13.093647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.095306"], ["updated_at", "2019-02-12 22:42:13.095306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.097006"], ["updated_at", "2019-02-12 22:42:13.097006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.098810"], ["updated_at", "2019-02-12 22:42:13.098810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.100631"], ["updated_at", "2019-02-12 22:42:13.100631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.102272"], ["updated_at", "2019-02-12 22:42:13.102272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.103981"], ["updated_at", "2019-02-12 22:42:13.103981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.105583"], ["updated_at", "2019-02-12 22:42:13.105583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.107134"], ["updated_at", "2019-02-12 22:42:13.107134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.108911"], ["updated_at", "2019-02-12 22:42:13.108911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.110579"], ["updated_at", "2019-02-12 22:42:13.110579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.112289"], ["updated_at", "2019-02-12 22:42:13.112289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.113982"], ["updated_at", "2019-02-12 22:42:13.113982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.115856"], ["updated_at", "2019-02-12 22:42:13.115856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 18ms (Views: 10.9ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.145408"], ["updated_at", "2019-02-12 22:42:13.145408"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.148864"], ["updated_at", "2019-02-12 22:42:13.148864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1113@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:13.152427"], ["updated_at", "2019-02-12 22:42:13.153421"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:13.155233"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.159608"], ["updated_at", "2019-02-12 22:42:13.159608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.162202"], ["updated_at", "2019-02-12 22:42:13.162202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1114@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:13.173509"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.180229"], ["updated_at", "2019-02-12 22:42:13.180229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.183629"], ["updated_at", "2019-02-12 22:42:13.183629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1115@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:13.189184"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.193684"], ["updated_at", "2019-02-12 22:42:13.193684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.195963"], ["updated_at", "2019-02-12 22:42:13.195963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.197165"], ["updated_at", "2019-02-12 22:42:13.197165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:42:13.198995"], ["updated_at", "2019-02-12 22:42:13.198995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.204713"], ["updated_at", "2019-02-12 22:42:13.204713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.207611"], ["updated_at", "2019-02-12 22:42:13.207611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1118@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:13.208612"], ["updated_at", "2019-02-12 22:42:13.209645"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1118@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:42:13.215359"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:13.217447"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.220944"], ["updated_at", "2019-02-12 22:42:13.220944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.223294"], ["updated_at", "2019-02-12 22:42:13.223294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1119@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.237383"], ["updated_at", "2019-02-12 22:42:13.237383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.239923"], ["updated_at", "2019-02-12 22:42:13.239923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.261891"], ["updated_at", "2019-02-12 22:42:13.261891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.269333"], ["updated_at", "2019-02-12 22:42:13.269333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.272574"], ["updated_at", "2019-02-12 22:42:13.272574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.279925"], ["updated_at", "2019-02-12 22:42:13.279925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:13.280806"], ["updated_at", "2019-02-12 22:42:13.281905"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.286718"], ["updated_at", "2019-02-12 22:42:13.286718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.300763"], ["updated_at", "2019-02-12 22:42:13.300763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.307167"], ["updated_at", "2019-02-12 22:42:13.307167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.311640"], ["updated_at", "2019-02-12 22:42:13.311640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.319275"], ["updated_at", "2019-02-12 22:42:13.319275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.323845"], ["updated_at", "2019-02-12 22:42:13.323845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.326376"], ["updated_at", "2019-02-12 22:42:13.326376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"New", "givenName"=>"Not"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "last_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "Not"], ["last_name", "New"], ["updated_at", "2019-02-12 22:42:13.330484"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.344565"], ["updated_at", "2019-02-12 22:42:13.344565"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.347952"], ["updated_at", "2019-02-12 22:42:13.347952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.354218"], ["updated_at", "2019-02-12 22:42:13.354218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.356842"], ["updated_at", "2019-02-12 22:42:13.356842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1122@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:13.359353"], ["updated_at", "2019-02-12 22:42:13.360311"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1122@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:42:13.364748"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.369890"], ["updated_at", "2019-02-12 22:42:13.369890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.372717"], ["updated_at", "2019-02-12 22:42:13.372717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.379746"], ["updated_at", "2019-02-12 22:42:13.379746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.382574"], ["updated_at", "2019-02-12 22:42:13.382574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1124@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:13.385837"], ["updated_at", "2019-02-12 22:42:13.386807"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.390514"], ["updated_at", "2019-02-12 22:42:13.390514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.393683"], ["updated_at", "2019-02-12 22:42:13.393683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.395138"], ["updated_at", "2019-02-12 22:42:13.395138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:42:13.397064"], ["updated_at", "2019-02-12 22:42:13.397064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.403436"], ["updated_at", "2019-02-12 22:42:13.403436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.405876"], ["updated_at", "2019-02-12 22:42:13.405876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:13.410835"], ["updated_at", "2019-02-12 22:42:13.411854"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.418249"], ["updated_at", "2019-02-12 22:42:13.418249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.420727"], ["updated_at", "2019-02-12 22:42:13.420727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:13.423984"], ["updated_at", "2019-02-12 22:42:13.425932"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.437546"], ["updated_at", "2019-02-12 22:42:13.437546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.444095"], ["updated_at", "2019-02-12 22:42:13.444095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.450695"], ["updated_at", "2019-02-12 22:42:13.450695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.454062"], ["updated_at", "2019-02-12 22:42:13.454062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.460521"], ["updated_at", "2019-02-12 22:42:13.460521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.462120"], ["updated_at", "2019-02-12 22:42:13.462120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:42:13.463934"], ["updated_at", "2019-02-12 22:42:13.463934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.544706"], ["updated_at", "2019-02-12 22:42:13.544706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:42:13 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:13.561742"], ["updated_at", "2019-02-12 22:42:13.561742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:42:13 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:13.569645"], ["updated_at", "2019-02-12 22:42:13.569645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 9ms (Views: 3.3ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.4ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.837554"], ["updated_at", "2019-02-12 22:42:53.837554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:42:53 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.888012"], ["updated_at", "2019-02-12 22:42:53.888012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 29ms (Views: 0.2ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.894853"], ["updated_at", "2019-02-12 22:42:53.894853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:42:53 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 7ms (Views: 0.1ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.908985"], ["updated_at", "2019-02-12 22:42:53.908985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.911974"], ["updated_at", "2019-02-12 22:42:53.911974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:53.912854"], ["updated_at", "2019-02-12 22:42:53.913789"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:42:53.919450"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:53.921362"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.6ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.925740"], ["updated_at", "2019-02-12 22:42:53.925740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.928230"], ["updated_at", "2019-02-12 22:42:53.928230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.935461"], ["updated_at", "2019-02-12 22:42:53.935461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.937943"], ["updated_at", "2019-02-12 22:42:53.937943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.939280"], ["updated_at", "2019-02-12 22:42:53.939280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:42:53.941112"], ["updated_at", "2019-02-12 22:42:53.941112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.946735"], ["updated_at", "2019-02-12 22:42:53.946735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.949678"], ["updated_at", "2019-02-12 22:42:53.949678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.963123"], ["updated_at", "2019-02-12 22:42:53.963123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.965662"], ["updated_at", "2019-02-12 22:42:53.965662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:53.971942"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.975185"], ["updated_at", "2019-02-12 22:42:53.975185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.978213"], ["updated_at", "2019-02-12 22:42:53.978213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "7@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:53.981393"], ["updated_at", "2019-02-12 22:42:53.982550"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:53.984238"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:53.988366"], ["updated_at", "2019-02-12 22:42:53.988366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:53.990721"], ["updated_at", "2019-02-12 22:42:53.990721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "8@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:42:53.996076"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.018417"], ["updated_at", "2019-02-12 22:42:54.018417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.027343"], ["updated_at", "2019-02-12 22:42:54.027343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.030439"], ["updated_at", "2019-02-12 22:42:54.030439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.036912"], ["updated_at", "2019-02-12 22:42:54.036912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:54.037718"], ["updated_at", "2019-02-12 22:42:54.038643"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.043626"], ["updated_at", "2019-02-12 22:42:54.043626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.056802"], ["updated_at", "2019-02-12 22:42:54.056802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.059835"], ["updated_at", "2019-02-12 22:42:54.059835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Not New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "Not New"], ["updated_at", "2019-02-12 22:42:54.064450"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.069529"], ["updated_at", "2019-02-12 22:42:54.069529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.078004"], ["updated_at", "2019-02-12 22:42:54.078004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.082821"], ["updated_at", "2019-02-12 22:42:54.082821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.088989"], ["updated_at", "2019-02-12 22:42:54.088989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.102027"], ["updated_at", "2019-02-12 22:42:54.102027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.104061"], ["updated_at", "2019-02-12 22:42:54.104061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:42:54.106309"], ["updated_at", "2019-02-12 22:42:54.106309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.112015"], ["updated_at", "2019-02-12 22:42:54.112015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.118153"], ["updated_at", "2019-02-12 22:42:54.118153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.124537"], ["updated_at", "2019-02-12 22:42:54.124537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.127128"], ["updated_at", "2019-02-12 22:42:54.127128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.144327"], ["updated_at", "2019-02-12 22:42:54.144327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.147003"], ["updated_at", "2019-02-12 22:42:54.147003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.149059"], ["updated_at", "2019-02-12 22:42:54.149059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.157880"], ["updated_at", "2019-02-12 22:42:54.157880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.160730"], ["updated_at", "2019-02-12 22:42:54.160730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.162403"], ["updated_at", "2019-02-12 22:42:54.162403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.168948"], ["updated_at", "2019-02-12 22:42:54.168948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.174981"], ["updated_at", "2019-02-12 22:42:54.174981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.179054"], ["updated_at", "2019-02-12 22:42:54.179054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.182309"], ["updated_at", "2019-02-12 22:42:54.182309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.184197"], ["updated_at", "2019-02-12 22:42:54.184197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.185859"], ["updated_at", "2019-02-12 22:42:54.185859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.187523"], ["updated_at", "2019-02-12 22:42:54.187523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.189297"], ["updated_at", "2019-02-12 22:42:54.189297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.190942"], ["updated_at", "2019-02-12 22:42:54.190942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.193394"], ["updated_at", "2019-02-12 22:42:54.193394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.195528"], ["updated_at", "2019-02-12 22:42:54.195528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.197041"], ["updated_at", "2019-02-12 22:42:54.197041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.203692"], ["updated_at", "2019-02-12 22:42:54.203692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:54.210356"], ["updated_at", "2019-02-12 22:42:54.210356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.213141"], ["updated_at", "2019-02-12 22:42:54.213141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.215439"], ["updated_at", "2019-02-12 22:42:54.215439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.217290"], ["updated_at", "2019-02-12 22:42:54.217290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.220337"], ["updated_at", "2019-02-12 22:42:54.220337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.222278"], ["updated_at", "2019-02-12 22:42:54.222278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.223850"], ["updated_at", "2019-02-12 22:42:54.223850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.225661"], ["updated_at", "2019-02-12 22:42:54.225661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.227507"], ["updated_at", "2019-02-12 22:42:54.227507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.229135"], ["updated_at", "2019-02-12 22:42:54.229135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.231033"], ["updated_at", "2019-02-12 22:42:54.231033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.232655"], ["updated_at", "2019-02-12 22:42:54.232655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.234298"], ["updated_at", "2019-02-12 22:42:54.234298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.236015"], ["updated_at", "2019-02-12 22:42:54.236015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.237623"], ["updated_at", "2019-02-12 22:42:54.237623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.239182"], ["updated_at", "2019-02-12 22:42:54.239182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.240770"], ["updated_at", "2019-02-12 22:42:54.240770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.242316"], ["updated_at", "2019-02-12 22:42:54.242316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.244664"], ["updated_at", "2019-02-12 22:42:54.244664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.246342"], ["updated_at", "2019-02-12 22:42:54.246342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.248120"], ["updated_at", "2019-02-12 22:42:54.248120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.249788"], ["updated_at", "2019-02-12 22:42:54.249788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.251749"], ["updated_at", "2019-02-12 22:42:54.251749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.254461"], ["updated_at", "2019-02-12 22:42:54.254461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.256134"], ["updated_at", "2019-02-12 22:42:54.256134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.257610"], ["updated_at", "2019-02-12 22:42:54.257610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.259838"], ["updated_at", "2019-02-12 22:42:54.259838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.261584"], ["updated_at", "2019-02-12 22:42:54.261584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.263106"], ["updated_at", "2019-02-12 22:42:54.263106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.264695"], ["updated_at", "2019-02-12 22:42:54.264695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.266521"], ["updated_at", "2019-02-12 22:42:54.266521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.268057"], ["updated_at", "2019-02-12 22:42:54.268057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.269584"], ["updated_at", "2019-02-12 22:42:54.269584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.271484"], ["updated_at", "2019-02-12 22:42:54.271484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.273136"], ["updated_at", "2019-02-12 22:42:54.273136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.275844"], ["updated_at", "2019-02-12 22:42:54.275844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.278540"], ["updated_at", "2019-02-12 22:42:54.278540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.280428"], ["updated_at", "2019-02-12 22:42:54.280428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.282342"], ["updated_at", "2019-02-12 22:42:54.282342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.284214"], ["updated_at", "2019-02-12 22:42:54.284214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.285887"], ["updated_at", "2019-02-12 22:42:54.285887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.287797"], ["updated_at", "2019-02-12 22:42:54.287797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.289510"], ["updated_at", "2019-02-12 22:42:54.289510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.291178"], ["updated_at", "2019-02-12 22:42:54.291178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.292742"], ["updated_at", "2019-02-12 22:42:54.292742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.294648"], ["updated_at", "2019-02-12 22:42:54.294648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.296234"], ["updated_at", "2019-02-12 22:42:54.296234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.297749"], ["updated_at", "2019-02-12 22:42:54.297749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.299472"], ["updated_at", "2019-02-12 22:42:54.299472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.301063"], ["updated_at", "2019-02-12 22:42:54.301063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.302628"], ["updated_at", "2019-02-12 22:42:54.302628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.304445"], ["updated_at", "2019-02-12 22:42:54.304445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.306429"], ["updated_at", "2019-02-12 22:42:54.306429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.308276"], ["updated_at", "2019-02-12 22:42:54.308276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.310000"], ["updated_at", "2019-02-12 22:42:54.310000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.311615"], ["updated_at", "2019-02-12 22:42:54.311615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.313217"], ["updated_at", "2019-02-12 22:42:54.313217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.315035"], ["updated_at", "2019-02-12 22:42:54.315035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.316861"], ["updated_at", "2019-02-12 22:42:54.316861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.318663"], ["updated_at", "2019-02-12 22:42:54.318663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.320319"], ["updated_at", "2019-02-12 22:42:54.320319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.322108"], ["updated_at", "2019-02-12 22:42:54.322108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.323678"], ["updated_at", "2019-02-12 22:42:54.323678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.325314"], ["updated_at", "2019-02-12 22:42:54.325314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.327053"], ["updated_at", "2019-02-12 22:42:54.327053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.328915"], ["updated_at", "2019-02-12 22:42:54.328915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.330674"], ["updated_at", "2019-02-12 22:42:54.330674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.332577"], ["updated_at", "2019-02-12 22:42:54.332577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.334382"], ["updated_at", "2019-02-12 22:42:54.334382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.336092"], ["updated_at", "2019-02-12 22:42:54.336092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.340585"], ["updated_at", "2019-02-12 22:42:54.340585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.342359"], ["updated_at", "2019-02-12 22:42:54.342359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.344069"], ["updated_at", "2019-02-12 22:42:54.344069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.345765"], ["updated_at", "2019-02-12 22:42:54.345765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.347390"], ["updated_at", "2019-02-12 22:42:54.347390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.349068"], ["updated_at", "2019-02-12 22:42:54.349068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.350751"], ["updated_at", "2019-02-12 22:42:54.350751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.352522"], ["updated_at", "2019-02-12 22:42:54.352522"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.354587"], ["updated_at", "2019-02-12 22:42:54.354587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.356375"], ["updated_at", "2019-02-12 22:42:54.356375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.358042"], ["updated_at", "2019-02-12 22:42:54.358042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.359874"], ["updated_at", "2019-02-12 22:42:54.359874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.361609"], ["updated_at", "2019-02-12 22:42:54.361609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.363398"], ["updated_at", "2019-02-12 22:42:54.363398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.365173"], ["updated_at", "2019-02-12 22:42:54.365173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.366873"], ["updated_at", "2019-02-12 22:42:54.366873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.368554"], ["updated_at", "2019-02-12 22:42:54.368554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.370185"], ["updated_at", "2019-02-12 22:42:54.370185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.371868"], ["updated_at", "2019-02-12 22:42:54.371868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.373411"], ["updated_at", "2019-02-12 22:42:54.373411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.375130"], ["updated_at", "2019-02-12 22:42:54.375130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.376862"], ["updated_at", "2019-02-12 22:42:54.376862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.378487"], ["updated_at", "2019-02-12 22:42:54.378487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.380131"], ["updated_at", "2019-02-12 22:42:54.380131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.381761"], ["updated_at", "2019-02-12 22:42:54.381761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.383444"], ["updated_at", "2019-02-12 22:42:54.383444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.385060"], ["updated_at", "2019-02-12 22:42:54.385060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.386899"], ["updated_at", "2019-02-12 22:42:54.386899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.388577"], ["updated_at", "2019-02-12 22:42:54.388577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.390152"], ["updated_at", "2019-02-12 22:42:54.390152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.391657"], ["updated_at", "2019-02-12 22:42:54.391657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.393298"], ["updated_at", "2019-02-12 22:42:54.393298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.394962"], ["updated_at", "2019-02-12 22:42:54.394962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.396644"], ["updated_at", "2019-02-12 22:42:54.396644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.398533"], ["updated_at", "2019-02-12 22:42:54.398533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.400304"], ["updated_at", "2019-02-12 22:42:54.400304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.401979"], ["updated_at", "2019-02-12 22:42:54.401979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.404160"], ["updated_at", "2019-02-12 22:42:54.404160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.405971"], ["updated_at", "2019-02-12 22:42:54.405971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.407579"], ["updated_at", "2019-02-12 22:42:54.407579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.409291"], ["updated_at", "2019-02-12 22:42:54.409291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.411093"], ["updated_at", "2019-02-12 22:42:54.411093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.412705"], ["updated_at", "2019-02-12 22:42:54.412705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.414439"], ["updated_at", "2019-02-12 22:42:54.414439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.416127"], ["updated_at", "2019-02-12 22:42:54.416127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.417981"], ["updated_at", "2019-02-12 22:42:54.417981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.419664"], ["updated_at", "2019-02-12 22:42:54.419664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.421345"], ["updated_at", "2019-02-12 22:42:54.421345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.422954"], ["updated_at", "2019-02-12 22:42:54.422954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.424501"], ["updated_at", "2019-02-12 22:42:54.424501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.426338"], ["updated_at", "2019-02-12 22:42:54.426338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.428753"], ["updated_at", "2019-02-12 22:42:54.428753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.430534"], ["updated_at", "2019-02-12 22:42:54.430534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.432387"], ["updated_at", "2019-02-12 22:42:54.432387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.434281"], ["updated_at", "2019-02-12 22:42:54.434281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.436117"], ["updated_at", "2019-02-12 22:42:54.436117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.437788"], ["updated_at", "2019-02-12 22:42:54.437788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.439367"], ["updated_at", "2019-02-12 22:42:54.439367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.441093"], ["updated_at", "2019-02-12 22:42:54.441093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.442693"], ["updated_at", "2019-02-12 22:42:54.442693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.444307"], ["updated_at", "2019-02-12 22:42:54.444307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.445879"], ["updated_at", "2019-02-12 22:42:54.445879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.447406"], ["updated_at", "2019-02-12 22:42:54.447406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.449025"], ["updated_at", "2019-02-12 22:42:54.449025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.450594"], ["updated_at", "2019-02-12 22:42:54.450594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.452160"], ["updated_at", "2019-02-12 22:42:54.452160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.453741"], ["updated_at", "2019-02-12 22:42:54.453741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.455385"], ["updated_at", "2019-02-12 22:42:54.455385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.457030"], ["updated_at", "2019-02-12 22:42:54.457030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.458585"], ["updated_at", "2019-02-12 22:42:54.458585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.460312"], ["updated_at", "2019-02-12 22:42:54.460312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.461945"], ["updated_at", "2019-02-12 22:42:54.461945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.463524"], ["updated_at", "2019-02-12 22:42:54.463524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.465367"], ["updated_at", "2019-02-12 22:42:54.465367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.467162"], ["updated_at", "2019-02-12 22:42:54.467162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.469038"], ["updated_at", "2019-02-12 22:42:54.469038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.470740"], ["updated_at", "2019-02-12 22:42:54.470740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.472374"], ["updated_at", "2019-02-12 22:42:54.472374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.473989"], ["updated_at", "2019-02-12 22:42:54.473989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.475621"], ["updated_at", "2019-02-12 22:42:54.475621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.477458"], ["updated_at", "2019-02-12 22:42:54.477458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.479219"], ["updated_at", "2019-02-12 22:42:54.479219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.480990"], ["updated_at", "2019-02-12 22:42:54.480990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.482934"], ["updated_at", "2019-02-12 22:42:54.482934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.484714"], ["updated_at", "2019-02-12 22:42:54.484714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.486772"], ["updated_at", "2019-02-12 22:42:54.486772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.488860"], ["updated_at", "2019-02-12 22:42:54.488860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.490594"], ["updated_at", "2019-02-12 22:42:54.490594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.492458"], ["updated_at", "2019-02-12 22:42:54.492458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.494238"], ["updated_at", "2019-02-12 22:42:54.494238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.495923"], ["updated_at", "2019-02-12 22:42:54.495923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.497606"], ["updated_at", "2019-02-12 22:42:54.497606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.499341"], ["updated_at", "2019-02-12 22:42:54.499341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.501019"], ["updated_at", "2019-02-12 22:42:54.501019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.502750"], ["updated_at", "2019-02-12 22:42:54.502750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.504447"], ["updated_at", "2019-02-12 22:42:54.504447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.506150"], ["updated_at", "2019-02-12 22:42:54.506150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.507845"], ["updated_at", "2019-02-12 22:42:54.507845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.509899"], ["updated_at", "2019-02-12 22:42:54.509899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.511759"], ["updated_at", "2019-02-12 22:42:54.511759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.516587"], ["updated_at", "2019-02-12 22:42:54.516587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.518668"], ["updated_at", "2019-02-12 22:42:54.518668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.520532"], ["updated_at", "2019-02-12 22:42:54.520532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.522269"], ["updated_at", "2019-02-12 22:42:54.522269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.523845"], ["updated_at", "2019-02-12 22:42:54.523845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.525417"], ["updated_at", "2019-02-12 22:42:54.525417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.527207"], ["updated_at", "2019-02-12 22:42:54.527207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.529037"], ["updated_at", "2019-02-12 22:42:54.529037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.530734"], ["updated_at", "2019-02-12 22:42:54.530734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.532478"], ["updated_at", "2019-02-12 22:42:54.532478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.534248"], ["updated_at", "2019-02-12 22:42:54.534248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.535944"], ["updated_at", "2019-02-12 22:42:54.535944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.537643"], ["updated_at", "2019-02-12 22:42:54.537643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.539321"], ["updated_at", "2019-02-12 22:42:54.539321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.540870"], ["updated_at", "2019-02-12 22:42:54.540870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.542811"], ["updated_at", "2019-02-12 22:42:54.542811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.544534"], ["updated_at", "2019-02-12 22:42:54.544534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.546127"], ["updated_at", "2019-02-12 22:42:54.546127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.547727"], ["updated_at", "2019-02-12 22:42:54.547727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.591691"], ["updated_at", "2019-02-12 22:42:54.591691"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.657463"], ["updated_at", "2019-02-12 22:42:54.657463"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.715478"], ["updated_at", "2019-02-12 22:42:54.715478"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.760959"], ["updated_at", "2019-02-12 22:42:54.760959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.805761"], ["updated_at", "2019-02-12 22:42:54.805761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.832056"], ["updated_at", "2019-02-12 22:42:54.832056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.834497"], ["updated_at", "2019-02-12 22:42:54.834497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.836180"], ["updated_at", "2019-02-12 22:42:54.836180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.837806"], ["updated_at", "2019-02-12 22:42:54.837806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.839585"], ["updated_at", "2019-02-12 22:42:54.839585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.841286"], ["updated_at", "2019-02-12 22:42:54.841286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.843070"], ["updated_at", "2019-02-12 22:42:54.843070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.844830"], ["updated_at", "2019-02-12 22:42:54.844830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.846480"], ["updated_at", "2019-02-12 22:42:54.846480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.848209"], ["updated_at", "2019-02-12 22:42:54.848209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.849914"], ["updated_at", "2019-02-12 22:42:54.849914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.851560"], ["updated_at", "2019-02-12 22:42:54.851560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.853180"], ["updated_at", "2019-02-12 22:42:54.853180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.854745"], ["updated_at", "2019-02-12 22:42:54.854745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.856293"], ["updated_at", "2019-02-12 22:42:54.856293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.857842"], ["updated_at", "2019-02-12 22:42:54.857842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.859367"], ["updated_at", "2019-02-12 22:42:54.859367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.861070"], ["updated_at", "2019-02-12 22:42:54.861070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.862932"], ["updated_at", "2019-02-12 22:42:54.862932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.864690"], ["updated_at", "2019-02-12 22:42:54.864690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.866379"], ["updated_at", "2019-02-12 22:42:54.866379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.868020"], ["updated_at", "2019-02-12 22:42:54.868020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.869714"], ["updated_at", "2019-02-12 22:42:54.869714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.871350"], ["updated_at", "2019-02-12 22:42:54.871350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.872956"], ["updated_at", "2019-02-12 22:42:54.872956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.874713"], ["updated_at", "2019-02-12 22:42:54.874713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.876491"], ["updated_at", "2019-02-12 22:42:54.876491"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.878252"], ["updated_at", "2019-02-12 22:42:54.878252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.879922"], ["updated_at", "2019-02-12 22:42:54.879922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.881691"], ["updated_at", "2019-02-12 22:42:54.881691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.883465"], ["updated_at", "2019-02-12 22:42:54.883465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.885187"], ["updated_at", "2019-02-12 22:42:54.885187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.886944"], ["updated_at", "2019-02-12 22:42:54.886944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.888753"], ["updated_at", "2019-02-12 22:42:54.888753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.890431"], ["updated_at", "2019-02-12 22:42:54.890431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.892017"], ["updated_at", "2019-02-12 22:42:54.892017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.894119"], ["updated_at", "2019-02-12 22:42:54.894119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.896410"], ["updated_at", "2019-02-12 22:42:54.896410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.898502"], ["updated_at", "2019-02-12 22:42:54.898502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.900286"], ["updated_at", "2019-02-12 22:42:54.900286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.902008"], ["updated_at", "2019-02-12 22:42:54.902008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.903692"], ["updated_at", "2019-02-12 22:42:54.903692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.905402"], ["updated_at", "2019-02-12 22:42:54.905402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.907074"], ["updated_at", "2019-02-12 22:42:54.907074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.909071"], ["updated_at", "2019-02-12 22:42:54.909071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.910933"], ["updated_at", "2019-02-12 22:42:54.910933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.912660"], ["updated_at", "2019-02-12 22:42:54.912660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.914285"], ["updated_at", "2019-02-12 22:42:54.914285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.916387"], ["updated_at", "2019-02-12 22:42:54.916387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.918323"], ["updated_at", "2019-02-12 22:42:54.918323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.920147"], ["updated_at", "2019-02-12 22:42:54.920147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.922281"], ["updated_at", "2019-02-12 22:42:54.922281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.924000"], ["updated_at", "2019-02-12 22:42:54.924000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.925638"], ["updated_at", "2019-02-12 22:42:54.925638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.927356"], ["updated_at", "2019-02-12 22:42:54.927356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.929043"], ["updated_at", "2019-02-12 22:42:54.929043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.931168"], ["updated_at", "2019-02-12 22:42:54.931168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.933210"], ["updated_at", "2019-02-12 22:42:54.933210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.935052"], ["updated_at", "2019-02-12 22:42:54.935052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.936778"], ["updated_at", "2019-02-12 22:42:54.936778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.938552"], ["updated_at", "2019-02-12 22:42:54.938552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.940306"], ["updated_at", "2019-02-12 22:42:54.940306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.942145"], ["updated_at", "2019-02-12 22:42:54.942145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.944270"], ["updated_at", "2019-02-12 22:42:54.944270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.946044"], ["updated_at", "2019-02-12 22:42:54.946044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.947763"], ["updated_at", "2019-02-12 22:42:54.947763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.949683"], ["updated_at", "2019-02-12 22:42:54.949683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.951428"], ["updated_at", "2019-02-12 22:42:54.951428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.953180"], ["updated_at", "2019-02-12 22:42:54.953180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.954876"], ["updated_at", "2019-02-12 22:42:54.954876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.956630"], ["updated_at", "2019-02-12 22:42:54.956630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.961562"], ["updated_at", "2019-02-12 22:42:54.961562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.963582"], ["updated_at", "2019-02-12 22:42:54.963582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.965477"], ["updated_at", "2019-02-12 22:42:54.965477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.967412"], ["updated_at", "2019-02-12 22:42:54.967412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.969213"], ["updated_at", "2019-02-12 22:42:54.969213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.970909"], ["updated_at", "2019-02-12 22:42:54.970909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.972586"], ["updated_at", "2019-02-12 22:42:54.972586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.974205"], ["updated_at", "2019-02-12 22:42:54.974205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.975799"], ["updated_at", "2019-02-12 22:42:54.975799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.977518"], ["updated_at", "2019-02-12 22:42:54.977518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.979199"], ["updated_at", "2019-02-12 22:42:54.979199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.980850"], ["updated_at", "2019-02-12 22:42:54.980850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.982507"], ["updated_at", "2019-02-12 22:42:54.982507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.984128"], ["updated_at", "2019-02-12 22:42:54.984128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.985749"], ["updated_at", "2019-02-12 22:42:54.985749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.987403"], ["updated_at", "2019-02-12 22:42:54.987403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.989054"], ["updated_at", "2019-02-12 22:42:54.989054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.990643"], ["updated_at", "2019-02-12 22:42:54.990643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.992227"], ["updated_at", "2019-02-12 22:42:54.992227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.994150"], ["updated_at", "2019-02-12 22:42:54.994150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.995915"], ["updated_at", "2019-02-12 22:42:54.995915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.997592"], ["updated_at", "2019-02-12 22:42:54.997592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:54.999347"], ["updated_at", "2019-02-12 22:42:54.999347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.000986"], ["updated_at", "2019-02-12 22:42:55.000986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.002901"], ["updated_at", "2019-02-12 22:42:55.002901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.004666"], ["updated_at", "2019-02-12 22:42:55.004666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.007610"], ["updated_at", "2019-02-12 22:42:55.007610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.009666"], ["updated_at", "2019-02-12 22:42:55.009666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.011444"], ["updated_at", "2019-02-12 22:42:55.011444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.013136"], ["updated_at", "2019-02-12 22:42:55.013136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.015049"], ["updated_at", "2019-02-12 22:42:55.015049"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.016876"], ["updated_at", "2019-02-12 22:42:55.016876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.018583"], ["updated_at", "2019-02-12 22:42:55.018583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.020310"], ["updated_at", "2019-02-12 22:42:55.020310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.021970"], ["updated_at", "2019-02-12 22:42:55.021970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.023590"], ["updated_at", "2019-02-12 22:42:55.023590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 14ms (Views: 7.6ms | ActiveRecord: 0.5ms)  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:55.043480"], ["updated_at", "2019-02-12 22:42:55.043480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:55.049264"], ["updated_at", "2019-02-12 22:42:55.049264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.057963"], ["updated_at", "2019-02-12 22:42:55.057963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.060270"], ["updated_at", "2019-02-12 22:42:55.060270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.061889"], ["updated_at", "2019-02-12 22:42:55.061889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.063390"], ["updated_at", "2019-02-12 22:42:55.063390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.064973"], ["updated_at", "2019-02-12 22:42:55.064973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.066548"], ["updated_at", "2019-02-12 22:42:55.066548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.068071"], ["updated_at", "2019-02-12 22:42:55.068071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.069591"], ["updated_at", "2019-02-12 22:42:55.069591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.071091"], ["updated_at", "2019-02-12 22:42:55.071091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.073218"], ["updated_at", "2019-02-12 22:42:55.073218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.074822"], ["updated_at", "2019-02-12 22:42:55.074822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.076609"], ["updated_at", "2019-02-12 22:42:55.076609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.078939"], ["updated_at", "2019-02-12 22:42:55.078939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.080773"], ["updated_at", "2019-02-12 22:42:55.080773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.082607"], ["updated_at", "2019-02-12 22:42:55.082607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.084573"], ["updated_at", "2019-02-12 22:42:55.084573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.087384"], ["updated_at", "2019-02-12 22:42:55.087384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.089147"], ["updated_at", "2019-02-12 22:42:55.089147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.090917"], ["updated_at", "2019-02-12 22:42:55.090917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.092912"], ["updated_at", "2019-02-12 22:42:55.092912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.095143"], ["updated_at", "2019-02-12 22:42:55.095143"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.099345"], ["updated_at", "2019-02-12 22:42:55.099345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.100950"], ["updated_at", "2019-02-12 22:42:55.100950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.102503"], ["updated_at", "2019-02-12 22:42:55.102503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.104497"], ["updated_at", "2019-02-12 22:42:55.104497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.106205"], ["updated_at", "2019-02-12 22:42:55.106205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.107750"], ["updated_at", "2019-02-12 22:42:55.107750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.109290"], ["updated_at", "2019-02-12 22:42:55.109290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.110940"], ["updated_at", "2019-02-12 22:42:55.110940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.112475"], ["updated_at", "2019-02-12 22:42:55.112475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.113927"], ["updated_at", "2019-02-12 22:42:55.113927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.115760"], ["updated_at", "2019-02-12 22:42:55.115760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.117424"], ["updated_at", "2019-02-12 22:42:55.117424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.119286"], ["updated_at", "2019-02-12 22:42:55.119286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.120907"], ["updated_at", "2019-02-12 22:42:55.120907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.122448"], ["updated_at", "2019-02-12 22:42:55.122448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.123974"], ["updated_at", "2019-02-12 22:42:55.123974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.125753"], ["updated_at", "2019-02-12 22:42:55.125753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.127448"], ["updated_at", "2019-02-12 22:42:55.127448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.129012"], ["updated_at", "2019-02-12 22:42:55.129012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.130850"], ["updated_at", "2019-02-12 22:42:55.130850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.132526"], ["updated_at", "2019-02-12 22:42:55.132526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.134138"], ["updated_at", "2019-02-12 22:42:55.134138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.135759"], ["updated_at", "2019-02-12 22:42:55.135759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.137375"], ["updated_at", "2019-02-12 22:42:55.137375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.138966"], ["updated_at", "2019-02-12 22:42:55.138966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.140710"], ["updated_at", "2019-02-12 22:42:55.140710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.142481"], ["updated_at", "2019-02-12 22:42:55.142481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.144141"], ["updated_at", "2019-02-12 22:42:55.144141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.145767"], ["updated_at", "2019-02-12 22:42:55.145767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.147376"], ["updated_at", "2019-02-12 22:42:55.147376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.149263"], ["updated_at", "2019-02-12 22:42:55.149263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.150992"], ["updated_at", "2019-02-12 22:42:55.150992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.153339"], ["updated_at", "2019-02-12 22:42:55.153339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.155617"], ["updated_at", "2019-02-12 22:42:55.155617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.157417"], ["updated_at", "2019-02-12 22:42:55.157417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.159348"], ["updated_at", "2019-02-12 22:42:55.159348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.161628"], ["updated_at", "2019-02-12 22:42:55.161628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.163354"], ["updated_at", "2019-02-12 22:42:55.163354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.165186"], ["updated_at", "2019-02-12 22:42:55.165186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.166928"], ["updated_at", "2019-02-12 22:42:55.166928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.168662"], ["updated_at", "2019-02-12 22:42:55.168662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.170349"], ["updated_at", "2019-02-12 22:42:55.170349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.172011"], ["updated_at", "2019-02-12 22:42:55.172011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.173575"], ["updated_at", "2019-02-12 22:42:55.173575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.175882"], ["updated_at", "2019-02-12 22:42:55.175882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.179248"], ["updated_at", "2019-02-12 22:42:55.179248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.181158"], ["updated_at", "2019-02-12 22:42:55.181158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.182913"], ["updated_at", "2019-02-12 22:42:55.182913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.184795"], ["updated_at", "2019-02-12 22:42:55.184795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.187441"], ["updated_at", "2019-02-12 22:42:55.187441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.189179"], ["updated_at", "2019-02-12 22:42:55.189179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.190594"], ["updated_at", "2019-02-12 22:42:55.190594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.192312"], ["updated_at", "2019-02-12 22:42:55.192312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.194143"], ["updated_at", "2019-02-12 22:42:55.194143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.195603"], ["updated_at", "2019-02-12 22:42:55.195603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.196993"], ["updated_at", "2019-02-12 22:42:55.196993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.198582"], ["updated_at", "2019-02-12 22:42:55.198582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.200206"], ["updated_at", "2019-02-12 22:42:55.200206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.201792"], ["updated_at", "2019-02-12 22:42:55.201792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.203307"], ["updated_at", "2019-02-12 22:42:55.203307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.204859"], ["updated_at", "2019-02-12 22:42:55.204859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.206416"], ["updated_at", "2019-02-12 22:42:55.206416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.207961"], ["updated_at", "2019-02-12 22:42:55.207961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.209838"], ["updated_at", "2019-02-12 22:42:55.209838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.211781"], ["updated_at", "2019-02-12 22:42:55.211781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.213436"], ["updated_at", "2019-02-12 22:42:55.213436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.215169"], ["updated_at", "2019-02-12 22:42:55.215169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.216831"], ["updated_at", "2019-02-12 22:42:55.216831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.218469"], ["updated_at", "2019-02-12 22:42:55.218469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.220107"], ["updated_at", "2019-02-12 22:42:55.220107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.221746"], ["updated_at", "2019-02-12 22:42:55.221746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.223745"], ["updated_at", "2019-02-12 22:42:55.223745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.225423"], ["updated_at", "2019-02-12 22:42:55.225423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.227109"], ["updated_at", "2019-02-12 22:42:55.227109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.228808"], ["updated_at", "2019-02-12 22:42:55.228808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.230582"], ["updated_at", "2019-02-12 22:42:55.230582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.232334"], ["updated_at", "2019-02-12 22:42:55.232334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.234078"], ["updated_at", "2019-02-12 22:42:55.234078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.235821"], ["updated_at", "2019-02-12 22:42:55.235821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.237545"], ["updated_at", "2019-02-12 22:42:55.237545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.239219"], ["updated_at", "2019-02-12 22:42:55.239219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.240857"], ["updated_at", "2019-02-12 22:42:55.240857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.242457"], ["updated_at", "2019-02-12 22:42:55.242457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.244302"], ["updated_at", "2019-02-12 22:42:55.244302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.246148"], ["updated_at", "2019-02-12 22:42:55.246148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.247867"], ["updated_at", "2019-02-12 22:42:55.247867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.249682"], ["updated_at", "2019-02-12 22:42:55.249682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.254073"], ["updated_at", "2019-02-12 22:42:55.254073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.255741"], ["updated_at", "2019-02-12 22:42:55.255741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.257357"], ["updated_at", "2019-02-12 22:42:55.257357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.258992"], ["updated_at", "2019-02-12 22:42:55.258992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.260916"], ["updated_at", "2019-02-12 22:42:55.260916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.262529"], ["updated_at", "2019-02-12 22:42:55.262529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.264094"], ["updated_at", "2019-02-12 22:42:55.264094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.265845"], ["updated_at", "2019-02-12 22:42:55.265845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.267525"], ["updated_at", "2019-02-12 22:42:55.267525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.269255"], ["updated_at", "2019-02-12 22:42:55.269255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.270924"], ["updated_at", "2019-02-12 22:42:55.270924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.272519"], ["updated_at", "2019-02-12 22:42:55.272519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.274032"], ["updated_at", "2019-02-12 22:42:55.274032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.275816"], ["updated_at", "2019-02-12 22:42:55.275816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.277730"], ["updated_at", "2019-02-12 22:42:55.277730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.279390"], ["updated_at", "2019-02-12 22:42:55.279390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.281056"], ["updated_at", "2019-02-12 22:42:55.281056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.282797"], ["updated_at", "2019-02-12 22:42:55.282797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.284480"], ["updated_at", "2019-02-12 22:42:55.284480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.286063"], ["updated_at", "2019-02-12 22:42:55.286063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.287848"], ["updated_at", "2019-02-12 22:42:55.287848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.289449"], ["updated_at", "2019-02-12 22:42:55.289449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.291227"], ["updated_at", "2019-02-12 22:42:55.291227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.293123"], ["updated_at", "2019-02-12 22:42:55.293123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.294791"], ["updated_at", "2019-02-12 22:42:55.294791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.296382"], ["updated_at", "2019-02-12 22:42:55.296382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.298100"], ["updated_at", "2019-02-12 22:42:55.298100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.299794"], ["updated_at", "2019-02-12 22:42:55.299794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.301436"], ["updated_at", "2019-02-12 22:42:55.301436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.303065"], ["updated_at", "2019-02-12 22:42:55.303065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.305457"], ["updated_at", "2019-02-12 22:42:55.305457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.307184"], ["updated_at", "2019-02-12 22:42:55.307184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.308783"], ["updated_at", "2019-02-12 22:42:55.308783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.310501"], ["updated_at", "2019-02-12 22:42:55.310501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.312142"], ["updated_at", "2019-02-12 22:42:55.312142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.313758"], ["updated_at", "2019-02-12 22:42:55.313758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.315560"], ["updated_at", "2019-02-12 22:42:55.315560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.317279"], ["updated_at", "2019-02-12 22:42:55.317279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.319069"], ["updated_at", "2019-02-12 22:42:55.319069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.320692"], ["updated_at", "2019-02-12 22:42:55.320692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.322301"], ["updated_at", "2019-02-12 22:42:55.322301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.323864"], ["updated_at", "2019-02-12 22:42:55.323864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.325433"], ["updated_at", "2019-02-12 22:42:55.325433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.327146"], ["updated_at", "2019-02-12 22:42:55.327146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.328826"], ["updated_at", "2019-02-12 22:42:55.328826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.330369"], ["updated_at", "2019-02-12 22:42:55.330369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.332251"], ["updated_at", "2019-02-12 22:42:55.332251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.333972"], ["updated_at", "2019-02-12 22:42:55.333972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.335637"], ["updated_at", "2019-02-12 22:42:55.335637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.337241"], ["updated_at", "2019-02-12 22:42:55.337241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.338909"], ["updated_at", "2019-02-12 22:42:55.338909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.340480"], ["updated_at", "2019-02-12 22:42:55.340480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.341998"], ["updated_at", "2019-02-12 22:42:55.341998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.343644"], ["updated_at", "2019-02-12 22:42:55.343644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.345378"], ["updated_at", "2019-02-12 22:42:55.345378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.346949"], ["updated_at", "2019-02-12 22:42:55.346949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.348600"], ["updated_at", "2019-02-12 22:42:55.348600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.350310"], ["updated_at", "2019-02-12 22:42:55.350310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.351974"], ["updated_at", "2019-02-12 22:42:55.351974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.353639"], ["updated_at", "2019-02-12 22:42:55.353639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.355340"], ["updated_at", "2019-02-12 22:42:55.355340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.356942"], ["updated_at", "2019-02-12 22:42:55.356942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.358635"], ["updated_at", "2019-02-12 22:42:55.358635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.360400"], ["updated_at", "2019-02-12 22:42:55.360400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.362102"], ["updated_at", "2019-02-12 22:42:55.362102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.363744"], ["updated_at", "2019-02-12 22:42:55.363744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.365493"], ["updated_at", "2019-02-12 22:42:55.365493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.367200"], ["updated_at", "2019-02-12 22:42:55.367200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.368866"], ["updated_at", "2019-02-12 22:42:55.368866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.370536"], ["updated_at", "2019-02-12 22:42:55.370536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.372162"], ["updated_at", "2019-02-12 22:42:55.372162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.373795"], ["updated_at", "2019-02-12 22:42:55.373795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.375376"], ["updated_at", "2019-02-12 22:42:55.375376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.377127"], ["updated_at", "2019-02-12 22:42:55.377127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.378792"], ["updated_at", "2019-02-12 22:42:55.378792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.380491"], ["updated_at", "2019-02-12 22:42:55.380491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.382215"], ["updated_at", "2019-02-12 22:42:55.382215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.383917"], ["updated_at", "2019-02-12 22:42:55.383917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.385679"], ["updated_at", "2019-02-12 22:42:55.385679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.387447"], ["updated_at", "2019-02-12 22:42:55.387447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.389162"], ["updated_at", "2019-02-12 22:42:55.389162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.390826"], ["updated_at", "2019-02-12 22:42:55.390826"]]  (3.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.395895"], ["updated_at", "2019-02-12 22:42:55.395895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.398353"], ["updated_at", "2019-02-12 22:42:55.398353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.400312"], ["updated_at", "2019-02-12 22:42:55.400312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.402122"], ["updated_at", "2019-02-12 22:42:55.402122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.403858"], ["updated_at", "2019-02-12 22:42:55.403858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.405581"], ["updated_at", "2019-02-12 22:42:55.405581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.407235"], ["updated_at", "2019-02-12 22:42:55.407235"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.409032"], ["updated_at", "2019-02-12 22:42:55.409032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.410936"], ["updated_at", "2019-02-12 22:42:55.410936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.412668"], ["updated_at", "2019-02-12 22:42:55.412668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.414429"], ["updated_at", "2019-02-12 22:42:55.414429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.416222"], ["updated_at", "2019-02-12 22:42:55.416222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.417948"], ["updated_at", "2019-02-12 22:42:55.417948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.419757"], ["updated_at", "2019-02-12 22:42:55.419757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.421551"], ["updated_at", "2019-02-12 22:42:55.421551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.423272"], ["updated_at", "2019-02-12 22:42:55.423272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.424864"], ["updated_at", "2019-02-12 22:42:55.424864"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.426868"], ["updated_at", "2019-02-12 22:42:55.426868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.428697"], ["updated_at", "2019-02-12 22:42:55.428697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.430483"], ["updated_at", "2019-02-12 22:42:55.430483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.432438"], ["updated_at", "2019-02-12 22:42:55.432438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.434902"], ["updated_at", "2019-02-12 22:42:55.434902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.436866"], ["updated_at", "2019-02-12 22:42:55.436866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.438747"], ["updated_at", "2019-02-12 22:42:55.438747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.440467"], ["updated_at", "2019-02-12 22:42:55.440467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.442100"], ["updated_at", "2019-02-12 22:42:55.442100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.444158"], ["updated_at", "2019-02-12 22:42:55.444158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.445950"], ["updated_at", "2019-02-12 22:42:55.445950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.447957"], ["updated_at", "2019-02-12 22:42:55.447957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.449919"], ["updated_at", "2019-02-12 22:42:55.449919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.451798"], ["updated_at", "2019-02-12 22:42:55.451798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.453623"], ["updated_at", "2019-02-12 22:42:55.453623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.455602"], ["updated_at", "2019-02-12 22:42:55.455602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.457358"], ["updated_at", "2019-02-12 22:42:55.457358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.459085"], ["updated_at", "2019-02-12 22:42:55.459085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.460962"], ["updated_at", "2019-02-12 22:42:55.460962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.462721"], ["updated_at", "2019-02-12 22:42:55.462721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.464499"], ["updated_at", "2019-02-12 22:42:55.464499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.466675"], ["updated_at", "2019-02-12 22:42:55.466675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.469421"], ["updated_at", "2019-02-12 22:42:55.469421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.471733"], ["updated_at", "2019-02-12 22:42:55.471733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.474309"], ["updated_at", "2019-02-12 22:42:55.474309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.476925"], ["updated_at", "2019-02-12 22:42:55.476925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.479351"], ["updated_at", "2019-02-12 22:42:55.479351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.481961"], ["updated_at", "2019-02-12 22:42:55.481961"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.484263"], ["updated_at", "2019-02-12 22:42:55.484263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.486829"], ["updated_at", "2019-02-12 22:42:55.486829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.489206"], ["updated_at", "2019-02-12 22:42:55.489206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.491513"], ["updated_at", "2019-02-12 22:42:55.491513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.494038"], ["updated_at", "2019-02-12 22:42:55.494038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.496267"], ["updated_at", "2019-02-12 22:42:55.496267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.498439"], ["updated_at", "2019-02-12 22:42:55.498439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.500748"], ["updated_at", "2019-02-12 22:42:55.500748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.503178"], ["updated_at", "2019-02-12 22:42:55.503178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.505371"], ["updated_at", "2019-02-12 22:42:55.505371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.507443"], ["updated_at", "2019-02-12 22:42:55.507443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.510114"], ["updated_at", "2019-02-12 22:42:55.510114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.512230"], ["updated_at", "2019-02-12 22:42:55.512230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.514590"], ["updated_at", "2019-02-12 22:42:55.514590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.516854"], ["updated_at", "2019-02-12 22:42:55.516854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.518776"], ["updated_at", "2019-02-12 22:42:55.518776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.521381"], ["updated_at", "2019-02-12 22:42:55.521381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.523481"], ["updated_at", "2019-02-12 22:42:55.523481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.525600"], ["updated_at", "2019-02-12 22:42:55.525600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.527933"], ["updated_at", "2019-02-12 22:42:55.527933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.530267"], ["updated_at", "2019-02-12 22:42:55.530267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.532515"], ["updated_at", "2019-02-12 22:42:55.532515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.534567"], ["updated_at", "2019-02-12 22:42:55.534567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.537147"], ["updated_at", "2019-02-12 22:42:55.537147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.539781"], ["updated_at", "2019-02-12 22:42:55.539781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.541951"], ["updated_at", "2019-02-12 22:42:55.541951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.544342"], ["updated_at", "2019-02-12 22:42:55.544342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.546545"], ["updated_at", "2019-02-12 22:42:55.546545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.549053"], ["updated_at", "2019-02-12 22:42:55.549053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.551258"], ["updated_at", "2019-02-12 22:42:55.551258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.553588"], ["updated_at", "2019-02-12 22:42:55.553588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.555785"], ["updated_at", "2019-02-12 22:42:55.555785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.558250"], ["updated_at", "2019-02-12 22:42:55.558250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.566209"], ["updated_at", "2019-02-12 22:42:55.566209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.568271"], ["updated_at", "2019-02-12 22:42:55.568271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.570139"], ["updated_at", "2019-02-12 22:42:55.570139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.572352"], ["updated_at", "2019-02-12 22:42:55.572352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.574126"], ["updated_at", "2019-02-12 22:42:55.574126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.575756"], ["updated_at", "2019-02-12 22:42:55.575756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.577560"], ["updated_at", "2019-02-12 22:42:55.577560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.579652"], ["updated_at", "2019-02-12 22:42:55.579652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.581556"], ["updated_at", "2019-02-12 22:42:55.581556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.583461"], ["updated_at", "2019-02-12 22:42:55.583461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.585210"], ["updated_at", "2019-02-12 22:42:55.585210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.586889"], ["updated_at", "2019-02-12 22:42:55.586889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.588556"], ["updated_at", "2019-02-12 22:42:55.588556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.590113"], ["updated_at", "2019-02-12 22:42:55.590113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.591820"], ["updated_at", "2019-02-12 22:42:55.591820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.593700"], ["updated_at", "2019-02-12 22:42:55.593700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.595625"], ["updated_at", "2019-02-12 22:42:55.595625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.597305"], ["updated_at", "2019-02-12 22:42:55.597305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.598997"], ["updated_at", "2019-02-12 22:42:55.598997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.600747"], ["updated_at", "2019-02-12 22:42:55.600747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.602457"], ["updated_at", "2019-02-12 22:42:55.602457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.604094"], ["updated_at", "2019-02-12 22:42:55.604094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.605795"], ["updated_at", "2019-02-12 22:42:55.605795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.607492"], ["updated_at", "2019-02-12 22:42:55.607492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.609114"], ["updated_at", "2019-02-12 22:42:55.609114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.610854"], ["updated_at", "2019-02-12 22:42:55.610854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.612504"], ["updated_at", "2019-02-12 22:42:55.612504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.614179"], ["updated_at", "2019-02-12 22:42:55.614179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.615901"], ["updated_at", "2019-02-12 22:42:55.615901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.617578"], ["updated_at", "2019-02-12 22:42:55.617578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.619245"], ["updated_at", "2019-02-12 22:42:55.619245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.620936"], ["updated_at", "2019-02-12 22:42:55.620936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.622572"], ["updated_at", "2019-02-12 22:42:55.622572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.624209"], ["updated_at", "2019-02-12 22:42:55.624209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.625861"], ["updated_at", "2019-02-12 22:42:55.625861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.627548"], ["updated_at", "2019-02-12 22:42:55.627548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.629327"], ["updated_at", "2019-02-12 22:42:55.629327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.631122"], ["updated_at", "2019-02-12 22:42:55.631122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.632838"], ["updated_at", "2019-02-12 22:42:55.632838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.634556"], ["updated_at", "2019-02-12 22:42:55.634556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.636191"], ["updated_at", "2019-02-12 22:42:55.636191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.637809"], ["updated_at", "2019-02-12 22:42:55.637809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.639405"], ["updated_at", "2019-02-12 22:42:55.639405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.641016"], ["updated_at", "2019-02-12 22:42:55.641016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.642625"], ["updated_at", "2019-02-12 22:42:55.642625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.644402"], ["updated_at", "2019-02-12 22:42:55.644402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.646053"], ["updated_at", "2019-02-12 22:42:55.646053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.647708"], ["updated_at", "2019-02-12 22:42:55.647708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.649401"], ["updated_at", "2019-02-12 22:42:55.649401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.651071"], ["updated_at", "2019-02-12 22:42:55.651071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.652822"], ["updated_at", "2019-02-12 22:42:55.652822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.654470"], ["updated_at", "2019-02-12 22:42:55.654470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.656342"], ["updated_at", "2019-02-12 22:42:55.656342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.658007"], ["updated_at", "2019-02-12 22:42:55.658007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.660225"], ["updated_at", "2019-02-12 22:42:55.660225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.662028"], ["updated_at", "2019-02-12 22:42:55.662028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.663828"], ["updated_at", "2019-02-12 22:42:55.663828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.665593"], ["updated_at", "2019-02-12 22:42:55.665593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.667273"], ["updated_at", "2019-02-12 22:42:55.667273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.668953"], ["updated_at", "2019-02-12 22:42:55.668953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.670666"], ["updated_at", "2019-02-12 22:42:55.670666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.672350"], ["updated_at", "2019-02-12 22:42:55.672350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.673984"], ["updated_at", "2019-02-12 22:42:55.673984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.676643"], ["updated_at", "2019-02-12 22:42:55.676643"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.680475"], ["updated_at", "2019-02-12 22:42:55.680475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.682556"], ["updated_at", "2019-02-12 22:42:55.682556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.684551"], ["updated_at", "2019-02-12 22:42:55.684551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.687257"], ["updated_at", "2019-02-12 22:42:55.687257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.689015"], ["updated_at", "2019-02-12 22:42:55.689015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.690660"], ["updated_at", "2019-02-12 22:42:55.690660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.692456"], ["updated_at", "2019-02-12 22:42:55.692456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.694379"], ["updated_at", "2019-02-12 22:42:55.694379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.696152"], ["updated_at", "2019-02-12 22:42:55.696152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.698034"], ["updated_at", "2019-02-12 22:42:55.698034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.700046"], ["updated_at", "2019-02-12 22:42:55.700046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.701796"], ["updated_at", "2019-02-12 22:42:55.701796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.703511"], ["updated_at", "2019-02-12 22:42:55.703511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.705189"], ["updated_at", "2019-02-12 22:42:55.705189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.706822"], ["updated_at", "2019-02-12 22:42:55.706822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.708639"], ["updated_at", "2019-02-12 22:42:55.708639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.710826"], ["updated_at", "2019-02-12 22:42:55.710826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.712717"], ["updated_at", "2019-02-12 22:42:55.712717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.714556"], ["updated_at", "2019-02-12 22:42:55.714556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.716380"], ["updated_at", "2019-02-12 22:42:55.716380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.718150"], ["updated_at", "2019-02-12 22:42:55.718150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.719918"], ["updated_at", "2019-02-12 22:42:55.719918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.721784"], ["updated_at", "2019-02-12 22:42:55.721784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.723638"], ["updated_at", "2019-02-12 22:42:55.723638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.725390"], ["updated_at", "2019-02-12 22:42:55.725390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.727239"], ["updated_at", "2019-02-12 22:42:55.727239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.731374"], ["updated_at", "2019-02-12 22:42:55.731374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.733502"], ["updated_at", "2019-02-12 22:42:55.733502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.735284"], ["updated_at", "2019-02-12 22:42:55.735284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.736959"], ["updated_at", "2019-02-12 22:42:55.736959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.738620"], ["updated_at", "2019-02-12 22:42:55.738620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.740169"], ["updated_at", "2019-02-12 22:42:55.740169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.741754"], ["updated_at", "2019-02-12 22:42:55.741754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.743648"], ["updated_at", "2019-02-12 22:42:55.743648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.745512"], ["updated_at", "2019-02-12 22:42:55.745512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.747256"], ["updated_at", "2019-02-12 22:42:55.747256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.749011"], ["updated_at", "2019-02-12 22:42:55.749011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.750688"], ["updated_at", "2019-02-12 22:42:55.750688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.752328"], ["updated_at", "2019-02-12 22:42:55.752328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.753987"], ["updated_at", "2019-02-12 22:42:55.753987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.755701"], ["updated_at", "2019-02-12 22:42:55.755701"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.757491"], ["updated_at", "2019-02-12 22:42:55.757491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.759114"], ["updated_at", "2019-02-12 22:42:55.759114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.760808"], ["updated_at", "2019-02-12 22:42:55.760808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.762538"], ["updated_at", "2019-02-12 22:42:55.762538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.764164"], ["updated_at", "2019-02-12 22:42:55.764164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.765845"], ["updated_at", "2019-02-12 22:42:55.765845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.767484"], ["updated_at", "2019-02-12 22:42:55.767484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.769226"], ["updated_at", "2019-02-12 22:42:55.769226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.770906"], ["updated_at", "2019-02-12 22:42:55.770906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.772603"], ["updated_at", "2019-02-12 22:42:55.772603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.774246"], ["updated_at", "2019-02-12 22:42:55.774246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.776168"], ["updated_at", "2019-02-12 22:42:55.776168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.778103"], ["updated_at", "2019-02-12 22:42:55.778103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.779966"], ["updated_at", "2019-02-12 22:42:55.779966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.781915"], ["updated_at", "2019-02-12 22:42:55.781915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.783663"], ["updated_at", "2019-02-12 22:42:55.783663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.785377"], ["updated_at", "2019-02-12 22:42:55.785377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.786987"], ["updated_at", "2019-02-12 22:42:55.786987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.788596"], ["updated_at", "2019-02-12 22:42:55.788596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.790203"], ["updated_at", "2019-02-12 22:42:55.790203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.791882"], ["updated_at", "2019-02-12 22:42:55.791882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.793887"], ["updated_at", "2019-02-12 22:42:55.793887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.795657"], ["updated_at", "2019-02-12 22:42:55.795657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.797319"], ["updated_at", "2019-02-12 22:42:55.797319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.799096"], ["updated_at", "2019-02-12 22:42:55.799096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.800782"], ["updated_at", "2019-02-12 22:42:55.800782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.802478"], ["updated_at", "2019-02-12 22:42:55.802478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:55.811483"], ["updated_at", "2019-02-12 22:42:55.811483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.813832"], ["updated_at", "2019-02-12 22:42:55.813832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.815628"], ["updated_at", "2019-02-12 22:42:55.815628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.817239"], ["updated_at", "2019-02-12 22:42:55.817239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.818776"], ["updated_at", "2019-02-12 22:42:55.818776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.820488"], ["updated_at", "2019-02-12 22:42:55.820488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.822264"], ["updated_at", "2019-02-12 22:42:55.822264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.823884"], ["updated_at", "2019-02-12 22:42:55.823884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.825458"], ["updated_at", "2019-02-12 22:42:55.825458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.827285"], ["updated_at", "2019-02-12 22:42:55.827285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.828828"], ["updated_at", "2019-02-12 22:42:55.828828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.830301"], ["updated_at", "2019-02-12 22:42:55.830301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.832157"], ["updated_at", "2019-02-12 22:42:55.832157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.834394"], ["updated_at", "2019-02-12 22:42:55.834394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.836255"], ["updated_at", "2019-02-12 22:42:55.836255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.837978"], ["updated_at", "2019-02-12 22:42:55.837978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.839640"], ["updated_at", "2019-02-12 22:42:55.839640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.841180"], ["updated_at", "2019-02-12 22:42:55.841180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.842672"], ["updated_at", "2019-02-12 22:42:55.842672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.844380"], ["updated_at", "2019-02-12 22:42:55.844380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.846521"], ["updated_at", "2019-02-12 22:42:55.846521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.848313"], ["updated_at", "2019-02-12 22:42:55.848313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.850020"], ["updated_at", "2019-02-12 22:42:55.850020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.851674"], ["updated_at", "2019-02-12 22:42:55.851674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.854721"], ["updated_at", "2019-02-12 22:42:55.854721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.856588"], ["updated_at", "2019-02-12 22:42:55.856588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.858417"], ["updated_at", "2019-02-12 22:42:55.858417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.860165"], ["updated_at", "2019-02-12 22:42:55.860165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.861955"], ["updated_at", "2019-02-12 22:42:55.861955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.863597"], ["updated_at", "2019-02-12 22:42:55.863597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.865472"], ["updated_at", "2019-02-12 22:42:55.865472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.867196"], ["updated_at", "2019-02-12 22:42:55.867196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.868898"], ["updated_at", "2019-02-12 22:42:55.868898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.870591"], ["updated_at", "2019-02-12 22:42:55.870591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.872314"], ["updated_at", "2019-02-12 22:42:55.872314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.874223"], ["updated_at", "2019-02-12 22:42:55.874223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.876027"], ["updated_at", "2019-02-12 22:42:55.876027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.877920"], ["updated_at", "2019-02-12 22:42:55.877920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.879721"], ["updated_at", "2019-02-12 22:42:55.879721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (2.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.881480"], ["updated_at", "2019-02-12 22:42:55.881480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.885872"], ["updated_at", "2019-02-12 22:42:55.885872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.887597"], ["updated_at", "2019-02-12 22:42:55.887597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.889237"], ["updated_at", "2019-02-12 22:42:55.889237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.890772"], ["updated_at", "2019-02-12 22:42:55.890772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.892310"], ["updated_at", "2019-02-12 22:42:55.892310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.894011"], ["updated_at", "2019-02-12 22:42:55.894011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.895673"], ["updated_at", "2019-02-12 22:42:55.895673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.897386"], ["updated_at", "2019-02-12 22:42:55.897386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.899090"], ["updated_at", "2019-02-12 22:42:55.899090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.900662"], ["updated_at", "2019-02-12 22:42:55.900662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.902222"], ["updated_at", "2019-02-12 22:42:55.902222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.903815"], ["updated_at", "2019-02-12 22:42:55.903815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.905408"], ["updated_at", "2019-02-12 22:42:55.905408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.906998"], ["updated_at", "2019-02-12 22:42:55.906998"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.909019"], ["updated_at", "2019-02-12 22:42:55.909019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.910756"], ["updated_at", "2019-02-12 22:42:55.910756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.912381"], ["updated_at", "2019-02-12 22:42:55.912381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.913968"], ["updated_at", "2019-02-12 22:42:55.913968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.915630"], ["updated_at", "2019-02-12 22:42:55.915630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.917285"], ["updated_at", "2019-02-12 22:42:55.917285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.919066"], ["updated_at", "2019-02-12 22:42:55.919066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.921545"], ["updated_at", "2019-02-12 22:42:55.921545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.923444"], ["updated_at", "2019-02-12 22:42:55.923444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.925285"], ["updated_at", "2019-02-12 22:42:55.925285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.927058"], ["updated_at", "2019-02-12 22:42:55.927058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.928701"], ["updated_at", "2019-02-12 22:42:55.928701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.930268"], ["updated_at", "2019-02-12 22:42:55.930268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.932165"], ["updated_at", "2019-02-12 22:42:55.932165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.934164"], ["updated_at", "2019-02-12 22:42:55.934164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.936862"], ["updated_at", "2019-02-12 22:42:55.936862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.938789"], ["updated_at", "2019-02-12 22:42:55.938789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.940534"], ["updated_at", "2019-02-12 22:42:55.940534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.942419"], ["updated_at", "2019-02-12 22:42:55.942419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.944215"], ["updated_at", "2019-02-12 22:42:55.944215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.945881"], ["updated_at", "2019-02-12 22:42:55.945881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.947772"], ["updated_at", "2019-02-12 22:42:55.947772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.949567"], ["updated_at", "2019-02-12 22:42:55.949567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.951245"], ["updated_at", "2019-02-12 22:42:55.951245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.952859"], ["updated_at", "2019-02-12 22:42:55.952859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.954613"], ["updated_at", "2019-02-12 22:42:55.954613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.956245"], ["updated_at", "2019-02-12 22:42:55.956245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.957791"], ["updated_at", "2019-02-12 22:42:55.957791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.959519"], ["updated_at", "2019-02-12 22:42:55.959519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.961139"], ["updated_at", "2019-02-12 22:42:55.961139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.962712"], ["updated_at", "2019-02-12 22:42:55.962712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.964249"], ["updated_at", "2019-02-12 22:42:55.964249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.966012"], ["updated_at", "2019-02-12 22:42:55.966012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.967748"], ["updated_at", "2019-02-12 22:42:55.967748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.969452"], ["updated_at", "2019-02-12 22:42:55.969452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.971077"], ["updated_at", "2019-02-12 22:42:55.971077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.972705"], ["updated_at", "2019-02-12 22:42:55.972705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.974221"], ["updated_at", "2019-02-12 22:42:55.974221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.975885"], ["updated_at", "2019-02-12 22:42:55.975885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.977679"], ["updated_at", "2019-02-12 22:42:55.977679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.979355"], ["updated_at", "2019-02-12 22:42:55.979355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.980928"], ["updated_at", "2019-02-12 22:42:55.980928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.982649"], ["updated_at", "2019-02-12 22:42:55.982649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.984442"], ["updated_at", "2019-02-12 22:42:55.984442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.986176"], ["updated_at", "2019-02-12 22:42:55.986176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.987817"], ["updated_at", "2019-02-12 22:42:55.987817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.989573"], ["updated_at", "2019-02-12 22:42:55.989573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.991183"], ["updated_at", "2019-02-12 22:42:55.991183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.992983"], ["updated_at", "2019-02-12 22:42:55.992983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.994771"], ["updated_at", "2019-02-12 22:42:55.994771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.996415"], ["updated_at", "2019-02-12 22:42:55.996415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:55.998288"], ["updated_at", "2019-02-12 22:42:55.998288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.000034"], ["updated_at", "2019-02-12 22:42:56.000034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.001850"], ["updated_at", "2019-02-12 22:42:56.001850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.003545"], ["updated_at", "2019-02-12 22:42:56.003545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.005567"], ["updated_at", "2019-02-12 22:42:56.005567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.007448"], ["updated_at", "2019-02-12 22:42:56.007448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.009153"], ["updated_at", "2019-02-12 22:42:56.009153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.010985"], ["updated_at", "2019-02-12 22:42:56.010985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.012802"], ["updated_at", "2019-02-12 22:42:56.012802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.014595"], ["updated_at", "2019-02-12 22:42:56.014595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.016369"], ["updated_at", "2019-02-12 22:42:56.016369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.018072"], ["updated_at", "2019-02-12 22:42:56.018072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.019752"], ["updated_at", "2019-02-12 22:42:56.019752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.021436"], ["updated_at", "2019-02-12 22:42:56.021436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.023130"], ["updated_at", "2019-02-12 22:42:56.023130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.025000"], ["updated_at", "2019-02-12 22:42:56.025000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.030286"], ["updated_at", "2019-02-12 22:42:56.030286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.032415"], ["updated_at", "2019-02-12 22:42:56.032415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.034387"], ["updated_at", "2019-02-12 22:42:56.034387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.036341"], ["updated_at", "2019-02-12 22:42:56.036341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.038036"], ["updated_at", "2019-02-12 22:42:56.038036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.039749"], ["updated_at", "2019-02-12 22:42:56.039749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.041339"], ["updated_at", "2019-02-12 22:42:56.041339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.043021"], ["updated_at", "2019-02-12 22:42:56.043021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.044894"], ["updated_at", "2019-02-12 22:42:56.044894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.046619"], ["updated_at", "2019-02-12 22:42:56.046619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.048376"], ["updated_at", "2019-02-12 22:42:56.048376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.050034"], ["updated_at", "2019-02-12 22:42:56.050034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.051677"], ["updated_at", "2019-02-12 22:42:56.051677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.053276"], ["updated_at", "2019-02-12 22:42:56.053276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.054921"], ["updated_at", "2019-02-12 22:42:56.054921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.056509"], ["updated_at", "2019-02-12 22:42:56.056509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.058101"], ["updated_at", "2019-02-12 22:42:56.058101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.060112"], ["updated_at", "2019-02-12 22:42:56.060112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.061823"], ["updated_at", "2019-02-12 22:42:56.061823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.063470"], ["updated_at", "2019-02-12 22:42:56.063470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.065273"], ["updated_at", "2019-02-12 22:42:56.065273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.066979"], ["updated_at", "2019-02-12 22:42:56.066979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.068706"], ["updated_at", "2019-02-12 22:42:56.068706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.070548"], ["updated_at", "2019-02-12 22:42:56.070548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.072334"], ["updated_at", "2019-02-12 22:42:56.072334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.073938"], ["updated_at", "2019-02-12 22:42:56.073938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.075472"], ["updated_at", "2019-02-12 22:42:56.075472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.077286"], ["updated_at", "2019-02-12 22:42:56.077286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.079041"], ["updated_at", "2019-02-12 22:42:56.079041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.080682"], ["updated_at", "2019-02-12 22:42:56.080682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.082523"], ["updated_at", "2019-02-12 22:42:56.082523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.084238"], ["updated_at", "2019-02-12 22:42:56.084238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.085877"], ["updated_at", "2019-02-12 22:42:56.085877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.087492"], ["updated_at", "2019-02-12 22:42:56.087492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.089112"], ["updated_at", "2019-02-12 22:42:56.089112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.091317"], ["updated_at", "2019-02-12 22:42:56.091317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.093666"], ["updated_at", "2019-02-12 22:42:56.093666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.096204"], ["updated_at", "2019-02-12 22:42:56.096204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.098287"], ["updated_at", "2019-02-12 22:42:56.098287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.100213"], ["updated_at", "2019-02-12 22:42:56.100213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.102164"], ["updated_at", "2019-02-12 22:42:56.102164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.104005"], ["updated_at", "2019-02-12 22:42:56.104005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.105971"], ["updated_at", "2019-02-12 22:42:56.105971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.107713"], ["updated_at", "2019-02-12 22:42:56.107713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.109445"], ["updated_at", "2019-02-12 22:42:56.109445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.111129"], ["updated_at", "2019-02-12 22:42:56.111129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.112785"], ["updated_at", "2019-02-12 22:42:56.112785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.114471"], ["updated_at", "2019-02-12 22:42:56.114471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.116729"], ["updated_at", "2019-02-12 22:42:56.116729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.118776"], ["updated_at", "2019-02-12 22:42:56.118776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.120607"], ["updated_at", "2019-02-12 22:42:56.120607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.122446"], ["updated_at", "2019-02-12 22:42:56.122446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.124128"], ["updated_at", "2019-02-12 22:42:56.124128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.125753"], ["updated_at", "2019-02-12 22:42:56.125753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.127473"], ["updated_at", "2019-02-12 22:42:56.127473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.129231"], ["updated_at", "2019-02-12 22:42:56.129231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.130934"], ["updated_at", "2019-02-12 22:42:56.130934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.132662"], ["updated_at", "2019-02-12 22:42:56.132662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.134301"], ["updated_at", "2019-02-12 22:42:56.134301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.135939"], ["updated_at", "2019-02-12 22:42:56.135939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.137626"], ["updated_at", "2019-02-12 22:42:56.137626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.139317"], ["updated_at", "2019-02-12 22:42:56.139317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.141141"], ["updated_at", "2019-02-12 22:42:56.141141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.142744"], ["updated_at", "2019-02-12 22:42:56.142744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.144478"], ["updated_at", "2019-02-12 22:42:56.144478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.146132"], ["updated_at", "2019-02-12 22:42:56.146132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.147770"], ["updated_at", "2019-02-12 22:42:56.147770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.149466"], ["updated_at", "2019-02-12 22:42:56.149466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.151885"], ["updated_at", "2019-02-12 22:42:56.151885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.154147"], ["updated_at", "2019-02-12 22:42:56.154147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.156658"], ["updated_at", "2019-02-12 22:42:56.156658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.158541"], ["updated_at", "2019-02-12 22:42:56.158541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.160376"], ["updated_at", "2019-02-12 22:42:56.160376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.162130"], ["updated_at", "2019-02-12 22:42:56.162130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.164078"], ["updated_at", "2019-02-12 22:42:56.164078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.165924"], ["updated_at", "2019-02-12 22:42:56.165924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.167682"], ["updated_at", "2019-02-12 22:42:56.167682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.172528"], ["updated_at", "2019-02-12 22:42:56.172528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.174935"], ["updated_at", "2019-02-12 22:42:56.174935"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.178455"], ["updated_at", "2019-02-12 22:42:56.178455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.180851"], ["updated_at", "2019-02-12 22:42:56.180851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.182789"], ["updated_at", "2019-02-12 22:42:56.182789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.184986"], ["updated_at", "2019-02-12 22:42:56.184986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.187593"], ["updated_at", "2019-02-12 22:42:56.187593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.189262"], ["updated_at", "2019-02-12 22:42:56.189262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.190768"], ["updated_at", "2019-02-12 22:42:56.190768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.192430"], ["updated_at", "2019-02-12 22:42:56.192430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.194180"], ["updated_at", "2019-02-12 22:42:56.194180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.195895"], ["updated_at", "2019-02-12 22:42:56.195895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.197649"], ["updated_at", "2019-02-12 22:42:56.197649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.199544"], ["updated_at", "2019-02-12 22:42:56.199544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.201208"], ["updated_at", "2019-02-12 22:42:56.201208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.202833"], ["updated_at", "2019-02-12 22:42:56.202833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.204510"], ["updated_at", "2019-02-12 22:42:56.204510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.206144"], ["updated_at", "2019-02-12 22:42:56.206144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.207729"], ["updated_at", "2019-02-12 22:42:56.207729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.209662"], ["updated_at", "2019-02-12 22:42:56.209662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.211544"], ["updated_at", "2019-02-12 22:42:56.211544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.213179"], ["updated_at", "2019-02-12 22:42:56.213179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.214890"], ["updated_at", "2019-02-12 22:42:56.214890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.216570"], ["updated_at", "2019-02-12 22:42:56.216570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.218204"], ["updated_at", "2019-02-12 22:42:56.218204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.219820"], ["updated_at", "2019-02-12 22:42:56.219820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.221605"], ["updated_at", "2019-02-12 22:42:56.221605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.223272"], ["updated_at", "2019-02-12 22:42:56.223272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.224929"], ["updated_at", "2019-02-12 22:42:56.224929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.226790"], ["updated_at", "2019-02-12 22:42:56.226790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.228599"], ["updated_at", "2019-02-12 22:42:56.228599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.230223"], ["updated_at", "2019-02-12 22:42:56.230223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.231913"], ["updated_at", "2019-02-12 22:42:56.231913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.234037"], ["updated_at", "2019-02-12 22:42:56.234037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.235928"], ["updated_at", "2019-02-12 22:42:56.235928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.237663"], ["updated_at", "2019-02-12 22:42:56.237663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.239328"], ["updated_at", "2019-02-12 22:42:56.239328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.240934"], ["updated_at", "2019-02-12 22:42:56.240934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.242555"], ["updated_at", "2019-02-12 22:42:56.242555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.244442"], ["updated_at", "2019-02-12 22:42:56.244442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.246167"], ["updated_at", "2019-02-12 22:42:56.246167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.247787"], ["updated_at", "2019-02-12 22:42:56.247787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.249712"], ["updated_at", "2019-02-12 22:42:56.249712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.251463"], ["updated_at", "2019-02-12 22:42:56.251463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.253149"], ["updated_at", "2019-02-12 22:42:56.253149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.254778"], ["updated_at", "2019-02-12 22:42:56.254778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.256833"], ["updated_at", "2019-02-12 22:42:56.256833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.258570"], ["updated_at", "2019-02-12 22:42:56.258570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.260331"], ["updated_at", "2019-02-12 22:42:56.260331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.261966"], ["updated_at", "2019-02-12 22:42:56.261966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.263563"], ["updated_at", "2019-02-12 22:42:56.263563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.265263"], ["updated_at", "2019-02-12 22:42:56.265263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.266928"], ["updated_at", "2019-02-12 22:42:56.266928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.268827"], ["updated_at", "2019-02-12 22:42:56.268827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.270514"], ["updated_at", "2019-02-12 22:42:56.270514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.272195"], ["updated_at", "2019-02-12 22:42:56.272195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.273938"], ["updated_at", "2019-02-12 22:42:56.273938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.275607"], ["updated_at", "2019-02-12 22:42:56.275607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.277429"], ["updated_at", "2019-02-12 22:42:56.277429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.279309"], ["updated_at", "2019-02-12 22:42:56.279309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.281012"], ["updated_at", "2019-02-12 22:42:56.281012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.282752"], ["updated_at", "2019-02-12 22:42:56.282752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.284527"], ["updated_at", "2019-02-12 22:42:56.284527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.286763"], ["updated_at", "2019-02-12 22:42:56.286763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.288649"], ["updated_at", "2019-02-12 22:42:56.288649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.290441"], ["updated_at", "2019-02-12 22:42:56.290441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.292567"], ["updated_at", "2019-02-12 22:42:56.292567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.294602"], ["updated_at", "2019-02-12 22:42:56.294602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.296331"], ["updated_at", "2019-02-12 22:42:56.296331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.298067"], ["updated_at", "2019-02-12 22:42:56.298067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.299849"], ["updated_at", "2019-02-12 22:42:56.299849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.301654"], ["updated_at", "2019-02-12 22:42:56.301654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.303539"], ["updated_at", "2019-02-12 22:42:56.303539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.305265"], ["updated_at", "2019-02-12 22:42:56.305265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.309505"], ["updated_at", "2019-02-12 22:42:56.309505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.311295"], ["updated_at", "2019-02-12 22:42:56.311295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.313008"], ["updated_at", "2019-02-12 22:42:56.313008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.314723"], ["updated_at", "2019-02-12 22:42:56.314723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.316449"], ["updated_at", "2019-02-12 22:42:56.316449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.318121"], ["updated_at", "2019-02-12 22:42:56.318121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.319752"], ["updated_at", "2019-02-12 22:42:56.319752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.321351"], ["updated_at", "2019-02-12 22:42:56.321351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.322942"], ["updated_at", "2019-02-12 22:42:56.322942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.324511"], ["updated_at", "2019-02-12 22:42:56.324511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.326350"], ["updated_at", "2019-02-12 22:42:56.326350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.328039"], ["updated_at", "2019-02-12 22:42:56.328039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.329692"], ["updated_at", "2019-02-12 22:42:56.329692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.331361"], ["updated_at", "2019-02-12 22:42:56.331361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.333009"], ["updated_at", "2019-02-12 22:42:56.333009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.334671"], ["updated_at", "2019-02-12 22:42:56.334671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.336279"], ["updated_at", "2019-02-12 22:42:56.336279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.338017"], ["updated_at", "2019-02-12 22:42:56.338017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.339714"], ["updated_at", "2019-02-12 22:42:56.339714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.341337"], ["updated_at", "2019-02-12 22:42:56.341337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.343009"], ["updated_at", "2019-02-12 22:42:56.343009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.344692"], ["updated_at", "2019-02-12 22:42:56.344692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.346300"], ["updated_at", "2019-02-12 22:42:56.346300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.348544"], ["updated_at", "2019-02-12 22:42:56.348544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.350432"], ["updated_at", "2019-02-12 22:42:56.350432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.352107"], ["updated_at", "2019-02-12 22:42:56.352107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.353741"], ["updated_at", "2019-02-12 22:42:56.353741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.355676"], ["updated_at", "2019-02-12 22:42:56.355676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.357386"], ["updated_at", "2019-02-12 22:42:56.357386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.359007"], ["updated_at", "2019-02-12 22:42:56.359007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.360879"], ["updated_at", "2019-02-12 22:42:56.360879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.362639"], ["updated_at", "2019-02-12 22:42:56.362639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.364283"], ["updated_at", "2019-02-12 22:42:56.364283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.366031"], ["updated_at", "2019-02-12 22:42:56.366031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.367725"], ["updated_at", "2019-02-12 22:42:56.367725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.369598"], ["updated_at", "2019-02-12 22:42:56.369598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.371744"], ["updated_at", "2019-02-12 22:42:56.371744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.373536"], ["updated_at", "2019-02-12 22:42:56.373536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.375161"], ["updated_at", "2019-02-12 22:42:56.375161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.376892"], ["updated_at", "2019-02-12 22:42:56.376892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.378668"], ["updated_at", "2019-02-12 22:42:56.378668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.380303"], ["updated_at", "2019-02-12 22:42:56.380303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.382025"], ["updated_at", "2019-02-12 22:42:56.382025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.383781"], ["updated_at", "2019-02-12 22:42:56.383781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.385577"], ["updated_at", "2019-02-12 22:42:56.385577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.387235"], ["updated_at", "2019-02-12 22:42:56.387235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.388866"], ["updated_at", "2019-02-12 22:42:56.388866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.390478"], ["updated_at", "2019-02-12 22:42:56.390478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.392142"], ["updated_at", "2019-02-12 22:42:56.392142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.394109"], ["updated_at", "2019-02-12 22:42:56.394109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.396016"], ["updated_at", "2019-02-12 22:42:56.396016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.397708"], ["updated_at", "2019-02-12 22:42:56.397708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.399456"], ["updated_at", "2019-02-12 22:42:56.399456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.401134"], ["updated_at", "2019-02-12 22:42:56.401134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.402853"], ["updated_at", "2019-02-12 22:42:56.402853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.404539"], ["updated_at", "2019-02-12 22:42:56.404539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.406219"], ["updated_at", "2019-02-12 22:42:56.406219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.408043"], ["updated_at", "2019-02-12 22:42:56.408043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.409763"], ["updated_at", "2019-02-12 22:42:56.409763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.411513"], ["updated_at", "2019-02-12 22:42:56.411513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.413194"], ["updated_at", "2019-02-12 22:42:56.413194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.415012"], ["updated_at", "2019-02-12 22:42:56.415012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.416782"], ["updated_at", "2019-02-12 22:42:56.416782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.418631"], ["updated_at", "2019-02-12 22:42:56.418631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.420458"], ["updated_at", "2019-02-12 22:42:56.420458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.422203"], ["updated_at", "2019-02-12 22:42:56.422203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.423857"], ["updated_at", "2019-02-12 22:42:56.423857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.425498"], ["updated_at", "2019-02-12 22:42:56.425498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.427596"], ["updated_at", "2019-02-12 22:42:56.427596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.429381"], ["updated_at", "2019-02-12 22:42:56.429381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.433629"], ["updated_at", "2019-02-12 22:42:56.433629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.435454"], ["updated_at", "2019-02-12 22:42:56.435454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.437130"], ["updated_at", "2019-02-12 22:42:56.437130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.438933"], ["updated_at", "2019-02-12 22:42:56.438933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.441086"], ["updated_at", "2019-02-12 22:42:56.441086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.443073"], ["updated_at", "2019-02-12 22:42:56.443073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.444826"], ["updated_at", "2019-02-12 22:42:56.444826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.446468"], ["updated_at", "2019-02-12 22:42:56.446468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.448357"], ["updated_at", "2019-02-12 22:42:56.448357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.450107"], ["updated_at", "2019-02-12 22:42:56.450107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.451814"], ["updated_at", "2019-02-12 22:42:56.451814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.453557"], ["updated_at", "2019-02-12 22:42:56.453557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.455197"], ["updated_at", "2019-02-12 22:42:56.455197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.456763"], ["updated_at", "2019-02-12 22:42:56.456763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.458316"], ["updated_at", "2019-02-12 22:42:56.458316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.460061"], ["updated_at", "2019-02-12 22:42:56.460061"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.461737"], ["updated_at", "2019-02-12 22:42:56.461737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.463360"], ["updated_at", "2019-02-12 22:42:56.463360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.465243"], ["updated_at", "2019-02-12 22:42:56.465243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.466972"], ["updated_at", "2019-02-12 22:42:56.466972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.468634"], ["updated_at", "2019-02-12 22:42:56.468634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.470279"], ["updated_at", "2019-02-12 22:42:56.470279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.471950"], ["updated_at", "2019-02-12 22:42:56.471950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.473579"], ["updated_at", "2019-02-12 22:42:56.473579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.475110"], ["updated_at", "2019-02-12 22:42:56.475110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.477304"], ["updated_at", "2019-02-12 22:42:56.477304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.479218"], ["updated_at", "2019-02-12 22:42:56.479218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.480919"], ["updated_at", "2019-02-12 22:42:56.480919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.482758"], ["updated_at", "2019-02-12 22:42:56.482758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.484493"], ["updated_at", "2019-02-12 22:42:56.484493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.486182"], ["updated_at", "2019-02-12 22:42:56.486182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.487996"], ["updated_at", "2019-02-12 22:42:56.487996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.489755"], ["updated_at", "2019-02-12 22:42:56.489755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.491347"], ["updated_at", "2019-02-12 22:42:56.491347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.493029"], ["updated_at", "2019-02-12 22:42:56.493029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.494911"], ["updated_at", "2019-02-12 22:42:56.494911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.496559"], ["updated_at", "2019-02-12 22:42:56.496559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.498280"], ["updated_at", "2019-02-12 22:42:56.498280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.500124"], ["updated_at", "2019-02-12 22:42:56.500124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.501782"], ["updated_at", "2019-02-12 22:42:56.501782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.503359"], ["updated_at", "2019-02-12 22:42:56.503359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.504941"], ["updated_at", "2019-02-12 22:42:56.504941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.506541"], ["updated_at", "2019-02-12 22:42:56.506541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.508080"], ["updated_at", "2019-02-12 22:42:56.508080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.510178"], ["updated_at", "2019-02-12 22:42:56.510178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.512129"], ["updated_at", "2019-02-12 22:42:56.512129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.513769"], ["updated_at", "2019-02-12 22:42:56.513769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.515515"], ["updated_at", "2019-02-12 22:42:56.515515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.517219"], ["updated_at", "2019-02-12 22:42:56.517219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.518902"], ["updated_at", "2019-02-12 22:42:56.518902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.520591"], ["updated_at", "2019-02-12 22:42:56.520591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.522239"], ["updated_at", "2019-02-12 22:42:56.522239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.524035"], ["updated_at", "2019-02-12 22:42:56.524035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.525796"], ["updated_at", "2019-02-12 22:42:56.525796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.527602"], ["updated_at", "2019-02-12 22:42:56.527602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.529319"], ["updated_at", "2019-02-12 22:42:56.529319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.531085"], ["updated_at", "2019-02-12 22:42:56.531085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.532790"], ["updated_at", "2019-02-12 22:42:56.532790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.534500"], ["updated_at", "2019-02-12 22:42:56.534500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 30ms (Views: 15.7ms | ActiveRecord: 0.9ms)  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.572316"], ["updated_at", "2019-02-12 22:42:56.572316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.585799"], ["updated_at", "2019-02-12 22:42:56.585799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.588095"], ["updated_at", "2019-02-12 22:42:56.588095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:56.591165"], ["updated_at", "2019-02-12 22:42:56.592289"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.595593"], ["updated_at", "2019-02-12 22:42:56.595593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.598292"], ["updated_at", "2019-02-12 22:42:56.598292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.599606"], ["updated_at", "2019-02-12 22:42:56.599606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:42:56.601311"], ["updated_at", "2019-02-12 22:42:56.601311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.607623"], ["updated_at", "2019-02-12 22:42:56.607623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.611396"], ["updated_at", "2019-02-12 22:42:56.611396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:56.613717"], ["updated_at", "2019-02-12 22:42:56.617037"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:42:56.621202"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.625312"], ["updated_at", "2019-02-12 22:42:56.625312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.627846"], ["updated_at", "2019-02-12 22:42:56.627846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.633224"], ["updated_at", "2019-02-12 22:42:56.633224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.635915"], ["updated_at", "2019-02-12 22:42:56.635915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.641826"], ["updated_at", "2019-02-12 22:42:56.641826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.644952"], ["updated_at", "2019-02-12 22:42:56.644952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1129@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:56.648139"], ["updated_at", "2019-02-12 22:42:56.649044"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:42:56.652453"], ["updated_at", "2019-02-12 22:42:56.652453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:42:56.654693"], ["updated_at", "2019-02-12 22:42:56.654693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1130@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:42:56.658894"], ["updated_at", "2019-02-12 22:42:56.660071"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.383745"], ["updated_at", "2019-02-12 22:43:35.383745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:43:35 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 30ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.444018"], ["updated_at", "2019-02-12 22:43:35.444018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-12 17:43:35 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.451131"], ["updated_at", "2019-02-12 22:43:35.451131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.456409"], ["updated_at", "2019-02-12 22:43:35.456409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.459364"], ["updated_at", "2019-02-12 22:43:35.459364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.465071"], ["updated_at", "2019-02-12 22:43:35.465071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.467639"], ["updated_at", "2019-02-12 22:43:35.467639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "2@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.2ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:43:35.476482"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.482322"], ["updated_at", "2019-02-12 22:43:35.482322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.484650"], ["updated_at", "2019-02-12 22:43:35.484650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:43:35.491088"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.7ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.494497"], ["updated_at", "2019-02-12 22:43:35.494497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.497017"], ["updated_at", "2019-02-12 22:43:35.497017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "4@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.506477"], ["updated_at", "2019-02-12 22:43:35.506477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.508783"], ["updated_at", "2019-02-12 22:43:35.508783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:43:35.512108"], ["updated_at", "2019-02-12 22:43:35.513011"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.0ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:43:35.515058"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.6ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.519415"], ["updated_at", "2019-02-12 22:43:35.519415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.522585"], ["updated_at", "2019-02-12 22:43:35.522585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.0ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:43:35.523500"], ["updated_at", "2019-02-12 22:43:35.524424"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "6@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:43:35.528823"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-12 22:43:35.530977"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.534879"], ["updated_at", "2019-02-12 22:43:35.534879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.537294"], ["updated_at", "2019-02-12 22:43:35.537294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.538650"], ["updated_at", "2019-02-12 22:43:35.538650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:43:35.540626"], ["updated_at", "2019-02-12 22:43:35.540626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.561515"], ["updated_at", "2019-02-12 22:43:35.561515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.563766"], ["updated_at", "2019-02-12 22:43:35.563766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Not New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "Not New"], ["updated_at", "2019-02-12 22:43:35.568275"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.572901"], ["updated_at", "2019-02-12 22:43:35.572901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 6ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.583486"], ["updated_at", "2019-02-12 22:43:35.583486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.591622"], ["updated_at", "2019-02-12 22:43:35.591622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:43:35.592526"], ["updated_at", "2019-02-12 22:43:35.593469"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.598115"], ["updated_at", "2019-02-12 22:43:35.598115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.604870"], ["updated_at", "2019-02-12 22:43:35.604870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.609411"], ["updated_at", "2019-02-12 22:43:35.609411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.615934"], ["updated_at", "2019-02-12 22:43:35.615934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.619402"], ["updated_at", "2019-02-12 22:43:35.619402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.627062"], ["updated_at", "2019-02-12 22:43:35.627062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.640438"], ["updated_at", "2019-02-12 22:43:35.640438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.643162"], ["updated_at", "2019-02-12 22:43:35.643162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "9@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:43:35.646525"], ["updated_at", "2019-02-12 22:43:35.647489"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.650962"], ["updated_at", "2019-02-12 22:43:35.650962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.653555"], ["updated_at", "2019-02-12 22:43:35.653555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.660446"], ["updated_at", "2019-02-12 22:43:35.660446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.662932"], ["updated_at", "2019-02-12 22:43:35.662932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "11@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:43:35.668324"], ["updated_at", "2019-02-12 22:43:35.669848"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.674523"], ["updated_at", "2019-02-12 22:43:35.674523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.677252"], ["updated_at", "2019-02-12 22:43:35.677252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "12@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:43:35.679968"], ["updated_at", "2019-02-12 22:43:35.682298"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "12@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-12 22:43:35.686545"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.691822"], ["updated_at", "2019-02-12 22:43:35.691822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.694449"], ["updated_at", "2019-02-12 22:43:35.694449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.695722"], ["updated_at", "2019-02-12 22:43:35.695722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:43:35.697625"], ["updated_at", "2019-02-12 22:43:35.697625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.703125"], ["updated_at", "2019-02-12 22:43:35.703125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.705873"], ["updated_at", "2019-02-12 22:43:35.705873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.713077"], ["updated_at", "2019-02-12 22:43:35.713077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.715426"], ["updated_at", "2019-02-12 22:43:35.715426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "16@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-12 22:43:35.719584"], ["updated_at", "2019-02-12 22:43:35.720487"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.732302"], ["updated_at", "2019-02-12 22:43:35.732302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.739761"], ["updated_at", "2019-02-12 22:43:35.739761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.746287"], ["updated_at", "2019-02-12 22:43:35.746287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.748754"], ["updated_at", "2019-02-12 22:43:35.748754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.750441"], ["updated_at", "2019-02-12 22:43:35.750441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.751927"], ["updated_at", "2019-02-12 22:43:35.751927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.753413"], ["updated_at", "2019-02-12 22:43:35.753413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.755169"], ["updated_at", "2019-02-12 22:43:35.755169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.757844"], ["updated_at", "2019-02-12 22:43:35.757844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.759556"], ["updated_at", "2019-02-12 22:43:35.759556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.761615"], ["updated_at", "2019-02-12 22:43:35.761615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.763284"], ["updated_at", "2019-02-12 22:43:35.763284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.765076"], ["updated_at", "2019-02-12 22:43:35.765076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.771738"], ["updated_at", "2019-02-12 22:43:35.771738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:35.777554"], ["updated_at", "2019-02-12 22:43:35.777554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.780113"], ["updated_at", "2019-02-12 22:43:35.780113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.782356"], ["updated_at", "2019-02-12 22:43:35.782356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.784015"], ["updated_at", "2019-02-12 22:43:35.784015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.785511"], ["updated_at", "2019-02-12 22:43:35.785511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.787029"], ["updated_at", "2019-02-12 22:43:35.787029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.788618"], ["updated_at", "2019-02-12 22:43:35.788618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.790510"], ["updated_at", "2019-02-12 22:43:35.790510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.792141"], ["updated_at", "2019-02-12 22:43:35.792141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.793676"], ["updated_at", "2019-02-12 22:43:35.793676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.795563"], ["updated_at", "2019-02-12 22:43:35.795563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.797611"], ["updated_at", "2019-02-12 22:43:35.797611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.799352"], ["updated_at", "2019-02-12 22:43:35.799352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.801026"], ["updated_at", "2019-02-12 22:43:35.801026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.802587"], ["updated_at", "2019-02-12 22:43:35.802587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.804397"], ["updated_at", "2019-02-12 22:43:35.804397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.807535"], ["updated_at", "2019-02-12 22:43:35.807535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.809282"], ["updated_at", "2019-02-12 22:43:35.809282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.811123"], ["updated_at", "2019-02-12 22:43:35.811123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.812906"], ["updated_at", "2019-02-12 22:43:35.812906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.814538"], ["updated_at", "2019-02-12 22:43:35.814538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.816568"], ["updated_at", "2019-02-12 22:43:35.816568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.818156"], ["updated_at", "2019-02-12 22:43:35.818156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.819589"], ["updated_at", "2019-02-12 22:43:35.819589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.821181"], ["updated_at", "2019-02-12 22:43:35.821181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.822930"], ["updated_at", "2019-02-12 22:43:35.822930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.824681"], ["updated_at", "2019-02-12 22:43:35.824681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.826254"], ["updated_at", "2019-02-12 22:43:35.826254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.827903"], ["updated_at", "2019-02-12 22:43:35.827903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.829575"], ["updated_at", "2019-02-12 22:43:35.829575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.831219"], ["updated_at", "2019-02-12 22:43:35.831219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.832796"], ["updated_at", "2019-02-12 22:43:35.832796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.834682"], ["updated_at", "2019-02-12 22:43:35.834682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.836599"], ["updated_at", "2019-02-12 22:43:35.836599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.838464"], ["updated_at", "2019-02-12 22:43:35.838464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.840255"], ["updated_at", "2019-02-12 22:43:35.840255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.841859"], ["updated_at", "2019-02-12 22:43:35.841859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.843424"], ["updated_at", "2019-02-12 22:43:35.843424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.845065"], ["updated_at", "2019-02-12 22:43:35.845065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.846645"], ["updated_at", "2019-02-12 22:43:35.846645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.848454"], ["updated_at", "2019-02-12 22:43:35.848454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.850027"], ["updated_at", "2019-02-12 22:43:35.850027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.851887"], ["updated_at", "2019-02-12 22:43:35.851887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.853636"], ["updated_at", "2019-02-12 22:43:35.853636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.855331"], ["updated_at", "2019-02-12 22:43:35.855331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.857000"], ["updated_at", "2019-02-12 22:43:35.857000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.858682"], ["updated_at", "2019-02-12 22:43:35.858682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.860359"], ["updated_at", "2019-02-12 22:43:35.860359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.862109"], ["updated_at", "2019-02-12 22:43:35.862109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.863764"], ["updated_at", "2019-02-12 22:43:35.863764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.865527"], ["updated_at", "2019-02-12 22:43:35.865527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.867226"], ["updated_at", "2019-02-12 22:43:35.867226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.869202"], ["updated_at", "2019-02-12 22:43:35.869202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.871253"], ["updated_at", "2019-02-12 22:43:35.871253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.873138"], ["updated_at", "2019-02-12 22:43:35.873138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.877654"], ["updated_at", "2019-02-12 22:43:35.877654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.879359"], ["updated_at", "2019-02-12 22:43:35.879359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.881021"], ["updated_at", "2019-02-12 22:43:35.881021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.882753"], ["updated_at", "2019-02-12 22:43:35.882753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.884291"], ["updated_at", "2019-02-12 22:43:35.884291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.885934"], ["updated_at", "2019-02-12 22:43:35.885934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.887946"], ["updated_at", "2019-02-12 22:43:35.887946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.889670"], ["updated_at", "2019-02-12 22:43:35.889670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.891235"], ["updated_at", "2019-02-12 22:43:35.891235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.892898"], ["updated_at", "2019-02-12 22:43:35.892898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.894788"], ["updated_at", "2019-02-12 22:43:35.894788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.896338"], ["updated_at", "2019-02-12 22:43:35.896338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.898092"], ["updated_at", "2019-02-12 22:43:35.898092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.899693"], ["updated_at", "2019-02-12 22:43:35.899693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.901192"], ["updated_at", "2019-02-12 22:43:35.901192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.903041"], ["updated_at", "2019-02-12 22:43:35.903041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.904676"], ["updated_at", "2019-02-12 22:43:35.904676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.907035"], ["updated_at", "2019-02-12 22:43:35.907035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.908663"], ["updated_at", "2019-02-12 22:43:35.908663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.910298"], ["updated_at", "2019-02-12 22:43:35.910298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.911960"], ["updated_at", "2019-02-12 22:43:35.911960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.913426"], ["updated_at", "2019-02-12 22:43:35.913426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.915068"], ["updated_at", "2019-02-12 22:43:35.915068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.916679"], ["updated_at", "2019-02-12 22:43:35.916679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.918291"], ["updated_at", "2019-02-12 22:43:35.918291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.919789"], ["updated_at", "2019-02-12 22:43:35.919789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.921320"], ["updated_at", "2019-02-12 22:43:35.921320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.922813"], ["updated_at", "2019-02-12 22:43:35.922813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.924964"], ["updated_at", "2019-02-12 22:43:35.924964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.926813"], ["updated_at", "2019-02-12 22:43:35.926813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.928767"], ["updated_at", "2019-02-12 22:43:35.928767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.930354"], ["updated_at", "2019-02-12 22:43:35.930354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.932066"], ["updated_at", "2019-02-12 22:43:35.932066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.933572"], ["updated_at", "2019-02-12 22:43:35.933572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.935427"], ["updated_at", "2019-02-12 22:43:35.935427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.937288"], ["updated_at", "2019-02-12 22:43:35.937288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.938870"], ["updated_at", "2019-02-12 22:43:35.938870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.940483"], ["updated_at", "2019-02-12 22:43:35.940483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.942444"], ["updated_at", "2019-02-12 22:43:35.942444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.944377"], ["updated_at", "2019-02-12 22:43:35.944377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.946008"], ["updated_at", "2019-02-12 22:43:35.946008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.947583"], ["updated_at", "2019-02-12 22:43:35.947583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.949253"], ["updated_at", "2019-02-12 22:43:35.949253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.950740"], ["updated_at", "2019-02-12 22:43:35.950740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.952508"], ["updated_at", "2019-02-12 22:43:35.952508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.954105"], ["updated_at", "2019-02-12 22:43:35.954105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.955591"], ["updated_at", "2019-02-12 22:43:35.955591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.957098"], ["updated_at", "2019-02-12 22:43:35.957098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.958686"], ["updated_at", "2019-02-12 22:43:35.958686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.960780"], ["updated_at", "2019-02-12 22:43:35.960780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.962456"], ["updated_at", "2019-02-12 22:43:35.962456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.964391"], ["updated_at", "2019-02-12 22:43:35.964391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.966077"], ["updated_at", "2019-02-12 22:43:35.966077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.967605"], ["updated_at", "2019-02-12 22:43:35.967605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.969148"], ["updated_at", "2019-02-12 22:43:35.969148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.970697"], ["updated_at", "2019-02-12 22:43:35.970697"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.972804"], ["updated_at", "2019-02-12 22:43:35.972804"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.975039"], ["updated_at", "2019-02-12 22:43:35.975039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.976752"], ["updated_at", "2019-02-12 22:43:35.976752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.979069"], ["updated_at", "2019-02-12 22:43:35.979069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.980934"], ["updated_at", "2019-02-12 22:43:35.980934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.982623"], ["updated_at", "2019-02-12 22:43:35.982623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.984146"], ["updated_at", "2019-02-12 22:43:35.984146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.985627"], ["updated_at", "2019-02-12 22:43:35.985627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.987311"], ["updated_at", "2019-02-12 22:43:35.987311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.988928"], ["updated_at", "2019-02-12 22:43:35.988928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.990541"], ["updated_at", "2019-02-12 22:43:35.990541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.992135"], ["updated_at", "2019-02-12 22:43:35.992135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.993676"], ["updated_at", "2019-02-12 22:43:35.993676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.995717"], ["updated_at", "2019-02-12 22:43:35.995717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.997609"], ["updated_at", "2019-02-12 22:43:35.997609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:35.999281"], ["updated_at", "2019-02-12 22:43:35.999281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.000942"], ["updated_at", "2019-02-12 22:43:36.000942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.002529"], ["updated_at", "2019-02-12 22:43:36.002529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.004119"], ["updated_at", "2019-02-12 22:43:36.004119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.006381"], ["updated_at", "2019-02-12 22:43:36.006381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.008430"], ["updated_at", "2019-02-12 22:43:36.008430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.010199"], ["updated_at", "2019-02-12 22:43:36.010199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.011995"], ["updated_at", "2019-02-12 22:43:36.011995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.014016"], ["updated_at", "2019-02-12 22:43:36.014016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.015804"], ["updated_at", "2019-02-12 22:43:36.015804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.017345"], ["updated_at", "2019-02-12 22:43:36.017345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.018886"], ["updated_at", "2019-02-12 22:43:36.018886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.020433"], ["updated_at", "2019-02-12 22:43:36.020433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.022268"], ["updated_at", "2019-02-12 22:43:36.022268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.024008"], ["updated_at", "2019-02-12 22:43:36.024008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.025560"], ["updated_at", "2019-02-12 22:43:36.025560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.027093"], ["updated_at", "2019-02-12 22:43:36.027093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.028882"], ["updated_at", "2019-02-12 22:43:36.028882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.030535"], ["updated_at", "2019-02-12 22:43:36.030535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.033315"], ["updated_at", "2019-02-12 22:43:36.033315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.035219"], ["updated_at", "2019-02-12 22:43:36.035219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.036806"], ["updated_at", "2019-02-12 22:43:36.036806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.038478"], ["updated_at", "2019-02-12 22:43:36.038478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.040138"], ["updated_at", "2019-02-12 22:43:36.040138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.041973"], ["updated_at", "2019-02-12 22:43:36.041973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.043898"], ["updated_at", "2019-02-12 22:43:36.043898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.045812"], ["updated_at", "2019-02-12 22:43:36.045812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.047563"], ["updated_at", "2019-02-12 22:43:36.047563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.049284"], ["updated_at", "2019-02-12 22:43:36.049284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.051302"], ["updated_at", "2019-02-12 22:43:36.051302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.055955"], ["updated_at", "2019-02-12 22:43:36.055955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.057703"], ["updated_at", "2019-02-12 22:43:36.057703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.059263"], ["updated_at", "2019-02-12 22:43:36.059263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.060862"], ["updated_at", "2019-02-12 22:43:36.060862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.062473"], ["updated_at", "2019-02-12 22:43:36.062473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.064166"], ["updated_at", "2019-02-12 22:43:36.064166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.065814"], ["updated_at", "2019-02-12 22:43:36.065814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.067630"], ["updated_at", "2019-02-12 22:43:36.067630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.069655"], ["updated_at", "2019-02-12 22:43:36.069655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.071518"], ["updated_at", "2019-02-12 22:43:36.071518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.073247"], ["updated_at", "2019-02-12 22:43:36.073247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.074911"], ["updated_at", "2019-02-12 22:43:36.074911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.076485"], ["updated_at", "2019-02-12 22:43:36.076485"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.078347"], ["updated_at", "2019-02-12 22:43:36.078347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.080259"], ["updated_at", "2019-02-12 22:43:36.080259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.081863"], ["updated_at", "2019-02-12 22:43:36.081863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.083341"], ["updated_at", "2019-02-12 22:43:36.083341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.085463"], ["updated_at", "2019-02-12 22:43:36.085463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.087382"], ["updated_at", "2019-02-12 22:43:36.087382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.089216"], ["updated_at", "2019-02-12 22:43:36.089216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.091332"], ["updated_at", "2019-02-12 22:43:36.091332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.093011"], ["updated_at", "2019-02-12 22:43:36.093011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.094663"], ["updated_at", "2019-02-12 22:43:36.094663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.096284"], ["updated_at", "2019-02-12 22:43:36.096284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.097974"], ["updated_at", "2019-02-12 22:43:36.097974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.099531"], ["updated_at", "2019-02-12 22:43:36.099531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.101019"], ["updated_at", "2019-02-12 22:43:36.101019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.103033"], ["updated_at", "2019-02-12 22:43:36.103033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.105003"], ["updated_at", "2019-02-12 22:43:36.105003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.106827"], ["updated_at", "2019-02-12 22:43:36.106827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.108744"], ["updated_at", "2019-02-12 22:43:36.108744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.110508"], ["updated_at", "2019-02-12 22:43:36.110508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.112291"], ["updated_at", "2019-02-12 22:43:36.112291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.114183"], ["updated_at", "2019-02-12 22:43:36.114183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.115839"], ["updated_at", "2019-02-12 22:43:36.115839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.117350"], ["updated_at", "2019-02-12 22:43:36.117350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.118862"], ["updated_at", "2019-02-12 22:43:36.118862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.120816"], ["updated_at", "2019-02-12 22:43:36.120816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.122660"], ["updated_at", "2019-02-12 22:43:36.122660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.124304"], ["updated_at", "2019-02-12 22:43:36.124304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.125941"], ["updated_at", "2019-02-12 22:43:36.125941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.127487"], ["updated_at", "2019-02-12 22:43:36.127487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.129147"], ["updated_at", "2019-02-12 22:43:36.129147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.130798"], ["updated_at", "2019-02-12 22:43:36.130798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.132366"], ["updated_at", "2019-02-12 22:43:36.132366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.133849"], ["updated_at", "2019-02-12 22:43:36.133849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.135306"], ["updated_at", "2019-02-12 22:43:36.135306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.136817"], ["updated_at", "2019-02-12 22:43:36.136817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.139435"], ["updated_at", "2019-02-12 22:43:36.139435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.141283"], ["updated_at", "2019-02-12 22:43:36.141283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.142964"], ["updated_at", "2019-02-12 22:43:36.142964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.144859"], ["updated_at", "2019-02-12 22:43:36.144859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.146505"], ["updated_at", "2019-02-12 22:43:36.146505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.148159"], ["updated_at", "2019-02-12 22:43:36.148159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.150192"], ["updated_at", "2019-02-12 22:43:36.150192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.151782"], ["updated_at", "2019-02-12 22:43:36.151782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.153353"], ["updated_at", "2019-02-12 22:43:36.153353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.155648"], ["updated_at", "2019-02-12 22:43:36.155648"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.157844"], ["updated_at", "2019-02-12 22:43:36.157844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.159660"], ["updated_at", "2019-02-12 22:43:36.159660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.161662"], ["updated_at", "2019-02-12 22:43:36.161662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.163236"], ["updated_at", "2019-02-12 22:43:36.163236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.164886"], ["updated_at", "2019-02-12 22:43:36.164886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.166501"], ["updated_at", "2019-02-12 22:43:36.166501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.168138"], ["updated_at", "2019-02-12 22:43:36.168138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.169657"], ["updated_at", "2019-02-12 22:43:36.169657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.171138"], ["updated_at", "2019-02-12 22:43:36.171138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.173590"], ["updated_at", "2019-02-12 22:43:36.173590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.175354"], ["updated_at", "2019-02-12 22:43:36.175354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.176959"], ["updated_at", "2019-02-12 22:43:36.176959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.179711"], ["updated_at", "2019-02-12 22:43:36.179711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.182303"], ["updated_at", "2019-02-12 22:43:36.182303"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.184144"], ["updated_at", "2019-02-12 22:43:36.184144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.185748"], ["updated_at", "2019-02-12 22:43:36.185748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.187313"], ["updated_at", "2019-02-12 22:43:36.187313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.189743"], ["updated_at", "2019-02-12 22:43:36.189743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.192100"], ["updated_at", "2019-02-12 22:43:36.192100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.194205"], ["updated_at", "2019-02-12 22:43:36.194205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.196569"], ["updated_at", "2019-02-12 22:43:36.196569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.198359"], ["updated_at", "2019-02-12 22:43:36.198359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.199933"], ["updated_at", "2019-02-12 22:43:36.199933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.201468"], ["updated_at", "2019-02-12 22:43:36.201468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.202997"], ["updated_at", "2019-02-12 22:43:36.202997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.204541"], ["updated_at", "2019-02-12 22:43:36.204541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.206119"], ["updated_at", "2019-02-12 22:43:36.206119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.207936"], ["updated_at", "2019-02-12 22:43:36.207936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.209957"], ["updated_at", "2019-02-12 22:43:36.209957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.211841"], ["updated_at", "2019-02-12 22:43:36.211841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.213448"], ["updated_at", "2019-02-12 22:43:36.213448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.215098"], ["updated_at", "2019-02-12 22:43:36.215098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.216693"], ["updated_at", "2019-02-12 22:43:36.216693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.218498"], ["updated_at", "2019-02-12 22:43:36.218498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.220238"], ["updated_at", "2019-02-12 22:43:36.220238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.221937"], ["updated_at", "2019-02-12 22:43:36.221937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.223989"], ["updated_at", "2019-02-12 22:43:36.223989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.225802"], ["updated_at", "2019-02-12 22:43:36.225802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.231111"], ["updated_at", "2019-02-12 22:43:36.231111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.232802"], ["updated_at", "2019-02-12 22:43:36.232802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.234425"], ["updated_at", "2019-02-12 22:43:36.234425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.235999"], ["updated_at", "2019-02-12 22:43:36.235999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.237496"], ["updated_at", "2019-02-12 22:43:36.237496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.239180"], ["updated_at", "2019-02-12 22:43:36.239180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.240987"], ["updated_at", "2019-02-12 22:43:36.240987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.242701"], ["updated_at", "2019-02-12 22:43:36.242701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.244566"], ["updated_at", "2019-02-12 22:43:36.244566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.246342"], ["updated_at", "2019-02-12 22:43:36.246342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.248033"], ["updated_at", "2019-02-12 22:43:36.248033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.249560"], ["updated_at", "2019-02-12 22:43:36.249560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.251077"], ["updated_at", "2019-02-12 22:43:36.251077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.252576"], ["updated_at", "2019-02-12 22:43:36.252576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.254183"], ["updated_at", "2019-02-12 22:43:36.254183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.255839"], ["updated_at", "2019-02-12 22:43:36.255839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.257377"], ["updated_at", "2019-02-12 22:43:36.257377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.258919"], ["updated_at", "2019-02-12 22:43:36.258919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.260428"], ["updated_at", "2019-02-12 22:43:36.260428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.262394"], ["updated_at", "2019-02-12 22:43:36.262394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.264189"], ["updated_at", "2019-02-12 22:43:36.264189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.266044"], ["updated_at", "2019-02-12 22:43:36.266044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.267646"], ["updated_at", "2019-02-12 22:43:36.267646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.269275"], ["updated_at", "2019-02-12 22:43:36.269275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.270791"], ["updated_at", "2019-02-12 22:43:36.270791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.272563"], ["updated_at", "2019-02-12 22:43:36.272563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.274147"], ["updated_at", "2019-02-12 22:43:36.274147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.275689"], ["updated_at", "2019-02-12 22:43:36.275689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.278492"], ["updated_at", "2019-02-12 22:43:36.278492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.280882"], ["updated_at", "2019-02-12 22:43:36.280882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.282672"], ["updated_at", "2019-02-12 22:43:36.282672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.284219"], ["updated_at", "2019-02-12 22:43:36.284219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.285722"], ["updated_at", "2019-02-12 22:43:36.285722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.287233"], ["updated_at", "2019-02-12 22:43:36.287233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.289163"], ["updated_at", "2019-02-12 22:43:36.289163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.290762"], ["updated_at", "2019-02-12 22:43:36.290762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.292310"], ["updated_at", "2019-02-12 22:43:36.292310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.294037"], ["updated_at", "2019-02-12 22:43:36.294037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.295733"], ["updated_at", "2019-02-12 22:43:36.295733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.297674"], ["updated_at", "2019-02-12 22:43:36.297674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.299690"], ["updated_at", "2019-02-12 22:43:36.299690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.301368"], ["updated_at", "2019-02-12 22:43:36.301368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.302927"], ["updated_at", "2019-02-12 22:43:36.302927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.304428"], ["updated_at", "2019-02-12 22:43:36.304428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.306455"], ["updated_at", "2019-02-12 22:43:36.306455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.308077"], ["updated_at", "2019-02-12 22:43:36.308077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.309609"], ["updated_at", "2019-02-12 22:43:36.309609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.311355"], ["updated_at", "2019-02-12 22:43:36.311355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.313053"], ["updated_at", "2019-02-12 22:43:36.313053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 14ms (Views: 7.4ms | ActiveRecord: 0.5ms)  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:36.331674"], ["updated_at", "2019-02-12 22:43:36.331674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.334595"], ["updated_at", "2019-02-12 22:43:36.334595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.336450"], ["updated_at", "2019-02-12 22:43:36.336450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:36.342982"], ["updated_at", "2019-02-12 22:43:36.342982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.345516"], ["updated_at", "2019-02-12 22:43:36.345516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.347584"], ["updated_at", "2019-02-12 22:43:36.347584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:36.353740"], ["updated_at", "2019-02-12 22:43:36.353740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.356119"], ["updated_at", "2019-02-12 22:43:36.356119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.358032"], ["updated_at", "2019-02-12 22:43:36.358032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.359728"], ["updated_at", "2019-02-12 22:43:36.359728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.361712"], ["updated_at", "2019-02-12 22:43:36.361712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.363892"], ["updated_at", "2019-02-12 22:43:36.363892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.366033"], ["updated_at", "2019-02-12 22:43:36.366033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.367816"], ["updated_at", "2019-02-12 22:43:36.367816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.373343"], ["updated_at", "2019-02-12 22:43:36.373343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.375238"], ["updated_at", "2019-02-12 22:43:36.375238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.377184"], ["updated_at", "2019-02-12 22:43:36.377184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.378857"], ["updated_at", "2019-02-12 22:43:36.378857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.380406"], ["updated_at", "2019-02-12 22:43:36.380406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.382223"], ["updated_at", "2019-02-12 22:43:36.382223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.383813"], ["updated_at", "2019-02-12 22:43:36.383813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.385313"], ["updated_at", "2019-02-12 22:43:36.385313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.387277"], ["updated_at", "2019-02-12 22:43:36.387277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.388947"], ["updated_at", "2019-02-12 22:43:36.388947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.390548"], ["updated_at", "2019-02-12 22:43:36.390548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.392056"], ["updated_at", "2019-02-12 22:43:36.392056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.394208"], ["updated_at", "2019-02-12 22:43:36.394208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.395765"], ["updated_at", "2019-02-12 22:43:36.395765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.397375"], ["updated_at", "2019-02-12 22:43:36.397375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.398938"], ["updated_at", "2019-02-12 22:43:36.398938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.400439"], ["updated_at", "2019-02-12 22:43:36.400439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.402082"], ["updated_at", "2019-02-12 22:43:36.402082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.403833"], ["updated_at", "2019-02-12 22:43:36.403833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.405989"], ["updated_at", "2019-02-12 22:43:36.405989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.407831"], ["updated_at", "2019-02-12 22:43:36.407831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.409512"], ["updated_at", "2019-02-12 22:43:36.409512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.412003"], ["updated_at", "2019-02-12 22:43:36.412003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.414669"], ["updated_at", "2019-02-12 22:43:36.414669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.416580"], ["updated_at", "2019-02-12 22:43:36.416580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.418201"], ["updated_at", "2019-02-12 22:43:36.418201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.419733"], ["updated_at", "2019-02-12 22:43:36.419733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.421304"], ["updated_at", "2019-02-12 22:43:36.421304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.423481"], ["updated_at", "2019-02-12 22:43:36.423481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.426617"], ["updated_at", "2019-02-12 22:43:36.426617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.428694"], ["updated_at", "2019-02-12 22:43:36.428694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.430364"], ["updated_at", "2019-02-12 22:43:36.430364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.431986"], ["updated_at", "2019-02-12 22:43:36.431986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.433472"], ["updated_at", "2019-02-12 22:43:36.433472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.435488"], ["updated_at", "2019-02-12 22:43:36.435488"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.437977"], ["updated_at", "2019-02-12 22:43:36.437977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.439949"], ["updated_at", "2019-02-12 22:43:36.439949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.442614"], ["updated_at", "2019-02-12 22:43:36.442614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.444412"], ["updated_at", "2019-02-12 22:43:36.444412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.446385"], ["updated_at", "2019-02-12 22:43:36.446385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.448432"], ["updated_at", "2019-02-12 22:43:36.448432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.450006"], ["updated_at", "2019-02-12 22:43:36.450006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.451871"], ["updated_at", "2019-02-12 22:43:36.451871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.453621"], ["updated_at", "2019-02-12 22:43:36.453621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.455183"], ["updated_at", "2019-02-12 22:43:36.455183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.456714"], ["updated_at", "2019-02-12 22:43:36.456714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.459733"], ["updated_at", "2019-02-12 22:43:36.459733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.461917"], ["updated_at", "2019-02-12 22:43:36.461917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.463814"], ["updated_at", "2019-02-12 22:43:36.463814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.465463"], ["updated_at", "2019-02-12 22:43:36.465463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.466936"], ["updated_at", "2019-02-12 22:43:36.466936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.468614"], ["updated_at", "2019-02-12 22:43:36.468614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.470774"], ["updated_at", "2019-02-12 22:43:36.470774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.472521"], ["updated_at", "2019-02-12 22:43:36.472521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.474277"], ["updated_at", "2019-02-12 22:43:36.474277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.477274"], ["updated_at", "2019-02-12 22:43:36.477274"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.480357"], ["updated_at", "2019-02-12 22:43:36.480357"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.483008"], ["updated_at", "2019-02-12 22:43:36.483008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.485037"], ["updated_at", "2019-02-12 22:43:36.485037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.487183"], ["updated_at", "2019-02-12 22:43:36.487183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.489588"], ["updated_at", "2019-02-12 22:43:36.489588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.492338"], ["updated_at", "2019-02-12 22:43:36.492338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.494906"], ["updated_at", "2019-02-12 22:43:36.494906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.496990"], ["updated_at", "2019-02-12 22:43:36.496990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.499077"], ["updated_at", "2019-02-12 22:43:36.499077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.500998"], ["updated_at", "2019-02-12 22:43:36.500998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.503958"], ["updated_at", "2019-02-12 22:43:36.503958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.506432"], ["updated_at", "2019-02-12 22:43:36.506432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.508797"], ["updated_at", "2019-02-12 22:43:36.508797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.511583"], ["updated_at", "2019-02-12 22:43:36.511583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.514358"], ["updated_at", "2019-02-12 22:43:36.514358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.516979"], ["updated_at", "2019-02-12 22:43:36.516979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.519066"], ["updated_at", "2019-02-12 22:43:36.519066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.521190"], ["updated_at", "2019-02-12 22:43:36.521190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.522968"], ["updated_at", "2019-02-12 22:43:36.522968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.524641"], ["updated_at", "2019-02-12 22:43:36.524641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.527034"], ["updated_at", "2019-02-12 22:43:36.527034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.529162"], ["updated_at", "2019-02-12 22:43:36.529162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.531051"], ["updated_at", "2019-02-12 22:43:36.531051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.532804"], ["updated_at", "2019-02-12 22:43:36.532804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.534390"], ["updated_at", "2019-02-12 22:43:36.534390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.536414"], ["updated_at", "2019-02-12 22:43:36.536414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.538831"], ["updated_at", "2019-02-12 22:43:36.538831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.540829"], ["updated_at", "2019-02-12 22:43:36.540829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.542690"], ["updated_at", "2019-02-12 22:43:36.542690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.544784"], ["updated_at", "2019-02-12 22:43:36.544784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.546518"], ["updated_at", "2019-02-12 22:43:36.546518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.549130"], ["updated_at", "2019-02-12 22:43:36.549130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.553020"], ["updated_at", "2019-02-12 22:43:36.553020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.554786"], ["updated_at", "2019-02-12 22:43:36.554786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.556772"], ["updated_at", "2019-02-12 22:43:36.556772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.558487"], ["updated_at", "2019-02-12 22:43:36.558487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.560852"], ["updated_at", "2019-02-12 22:43:36.560852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.562592"], ["updated_at", "2019-02-12 22:43:36.562592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.564312"], ["updated_at", "2019-02-12 22:43:36.564312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.566311"], ["updated_at", "2019-02-12 22:43:36.566311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.568207"], ["updated_at", "2019-02-12 22:43:36.568207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.570216"], ["updated_at", "2019-02-12 22:43:36.570216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.572318"], ["updated_at", "2019-02-12 22:43:36.572318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.574212"], ["updated_at", "2019-02-12 22:43:36.574212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.575955"], ["updated_at", "2019-02-12 22:43:36.575955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.577757"], ["updated_at", "2019-02-12 22:43:36.577757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.579514"], ["updated_at", "2019-02-12 22:43:36.579514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.581585"], ["updated_at", "2019-02-12 22:43:36.581585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.583744"], ["updated_at", "2019-02-12 22:43:36.583744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.585541"], ["updated_at", "2019-02-12 22:43:36.585541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.587297"], ["updated_at", "2019-02-12 22:43:36.587297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.588944"], ["updated_at", "2019-02-12 22:43:36.588944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.590673"], ["updated_at", "2019-02-12 22:43:36.590673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.593063"], ["updated_at", "2019-02-12 22:43:36.593063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.595195"], ["updated_at", "2019-02-12 22:43:36.595195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.596820"], ["updated_at", "2019-02-12 22:43:36.596820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.598380"], ["updated_at", "2019-02-12 22:43:36.598380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.599836"], ["updated_at", "2019-02-12 22:43:36.599836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.601516"], ["updated_at", "2019-02-12 22:43:36.601516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.603401"], ["updated_at", "2019-02-12 22:43:36.603401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.605921"], ["updated_at", "2019-02-12 22:43:36.605921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.607819"], ["updated_at", "2019-02-12 22:43:36.607819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.609503"], ["updated_at", "2019-02-12 22:43:36.609503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.611300"], ["updated_at", "2019-02-12 22:43:36.611300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.613143"], ["updated_at", "2019-02-12 22:43:36.613143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.615315"], ["updated_at", "2019-02-12 22:43:36.615315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.617169"], ["updated_at", "2019-02-12 22:43:36.617169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.618714"], ["updated_at", "2019-02-12 22:43:36.618714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.620625"], ["updated_at", "2019-02-12 22:43:36.620625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.622359"], ["updated_at", "2019-02-12 22:43:36.622359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.624038"], ["updated_at", "2019-02-12 22:43:36.624038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.625911"], ["updated_at", "2019-02-12 22:43:36.625911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.628430"], ["updated_at", "2019-02-12 22:43:36.628430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.630351"], ["updated_at", "2019-02-12 22:43:36.630351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.632053"], ["updated_at", "2019-02-12 22:43:36.632053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.633946"], ["updated_at", "2019-02-12 22:43:36.633946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.635716"], ["updated_at", "2019-02-12 22:43:36.635716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.638050"], ["updated_at", "2019-02-12 22:43:36.638050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.640186"], ["updated_at", "2019-02-12 22:43:36.640186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.641980"], ["updated_at", "2019-02-12 22:43:36.641980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.643719"], ["updated_at", "2019-02-12 22:43:36.643719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.645612"], ["updated_at", "2019-02-12 22:43:36.645612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.647179"], ["updated_at", "2019-02-12 22:43:36.647179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.649496"], ["updated_at", "2019-02-12 22:43:36.649496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.651456"], ["updated_at", "2019-02-12 22:43:36.651456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.653242"], ["updated_at", "2019-02-12 22:43:36.653242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.654978"], ["updated_at", "2019-02-12 22:43:36.654978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.657293"], ["updated_at", "2019-02-12 22:43:36.657293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.659201"], ["updated_at", "2019-02-12 22:43:36.659201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.662045"], ["updated_at", "2019-02-12 22:43:36.662045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.664055"], ["updated_at", "2019-02-12 22:43:36.664055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.665835"], ["updated_at", "2019-02-12 22:43:36.665835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.667346"], ["updated_at", "2019-02-12 22:43:36.667346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.669010"], ["updated_at", "2019-02-12 22:43:36.669010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.670611"], ["updated_at", "2019-02-12 22:43:36.670611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.673169"], ["updated_at", "2019-02-12 22:43:36.673169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.675400"], ["updated_at", "2019-02-12 22:43:36.675400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.677199"], ["updated_at", "2019-02-12 22:43:36.677199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.679167"], ["updated_at", "2019-02-12 22:43:36.679167"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.682699"], ["updated_at", "2019-02-12 22:43:36.682699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.685020"], ["updated_at", "2019-02-12 22:43:36.685020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.686932"], ["updated_at", "2019-02-12 22:43:36.686932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.689088"], ["updated_at", "2019-02-12 22:43:36.689088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.692142"], ["updated_at", "2019-02-12 22:43:36.692142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.695039"], ["updated_at", "2019-02-12 22:43:36.695039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.696796"], ["updated_at", "2019-02-12 22:43:36.696796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.698560"], ["updated_at", "2019-02-12 22:43:36.698560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.700226"], ["updated_at", "2019-02-12 22:43:36.700226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.701809"], ["updated_at", "2019-02-12 22:43:36.701809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.703428"], ["updated_at", "2019-02-12 22:43:36.703428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.705768"], ["updated_at", "2019-02-12 22:43:36.705768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.707856"], ["updated_at", "2019-02-12 22:43:36.707856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.709490"], ["updated_at", "2019-02-12 22:43:36.709490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.711935"], ["updated_at", "2019-02-12 22:43:36.711935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.713991"], ["updated_at", "2019-02-12 22:43:36.713991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.715696"], ["updated_at", "2019-02-12 22:43:36.715696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.721040"], ["updated_at", "2019-02-12 22:43:36.721040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.722974"], ["updated_at", "2019-02-12 22:43:36.722974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.724787"], ["updated_at", "2019-02-12 22:43:36.724787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.726501"], ["updated_at", "2019-02-12 22:43:36.726501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.729321"], ["updated_at", "2019-02-12 22:43:36.729321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.731255"], ["updated_at", "2019-02-12 22:43:36.731255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.732945"], ["updated_at", "2019-02-12 22:43:36.732945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.734591"], ["updated_at", "2019-02-12 22:43:36.734591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.736201"], ["updated_at", "2019-02-12 22:43:36.736201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.737869"], ["updated_at", "2019-02-12 22:43:36.737869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.740389"], ["updated_at", "2019-02-12 22:43:36.740389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.742456"], ["updated_at", "2019-02-12 22:43:36.742456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.744187"], ["updated_at", "2019-02-12 22:43:36.744187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.746157"], ["updated_at", "2019-02-12 22:43:36.746157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.748086"], ["updated_at", "2019-02-12 22:43:36.748086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.750030"], ["updated_at", "2019-02-12 22:43:36.750030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.752300"], ["updated_at", "2019-02-12 22:43:36.752300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.754206"], ["updated_at", "2019-02-12 22:43:36.754206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.755937"], ["updated_at", "2019-02-12 22:43:36.755937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.757704"], ["updated_at", "2019-02-12 22:43:36.757704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.759347"], ["updated_at", "2019-02-12 22:43:36.759347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.761442"], ["updated_at", "2019-02-12 22:43:36.761442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.763733"], ["updated_at", "2019-02-12 22:43:36.763733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.765982"], ["updated_at", "2019-02-12 22:43:36.765982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.767648"], ["updated_at", "2019-02-12 22:43:36.767648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.769239"], ["updated_at", "2019-02-12 22:43:36.769239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.770854"], ["updated_at", "2019-02-12 22:43:36.770854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.773290"], ["updated_at", "2019-02-12 22:43:36.773290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.775880"], ["updated_at", "2019-02-12 22:43:36.775880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.777941"], ["updated_at", "2019-02-12 22:43:36.777941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.779765"], ["updated_at", "2019-02-12 22:43:36.779765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.781792"], ["updated_at", "2019-02-12 22:43:36.781792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.785173"], ["updated_at", "2019-02-12 22:43:36.785173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.787282"], ["updated_at", "2019-02-12 22:43:36.787282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.789254"], ["updated_at", "2019-02-12 22:43:36.789254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.791090"], ["updated_at", "2019-02-12 22:43:36.791090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.792955"], ["updated_at", "2019-02-12 22:43:36.792955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.795381"], ["updated_at", "2019-02-12 22:43:36.795381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.797782"], ["updated_at", "2019-02-12 22:43:36.797782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.800809"], ["updated_at", "2019-02-12 22:43:36.800809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.802994"], ["updated_at", "2019-02-12 22:43:36.802994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.805652"], ["updated_at", "2019-02-12 22:43:36.805652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.808973"], ["updated_at", "2019-02-12 22:43:36.808973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.811804"], ["updated_at", "2019-02-12 22:43:36.811804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.814423"], ["updated_at", "2019-02-12 22:43:36.814423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.816573"], ["updated_at", "2019-02-12 22:43:36.816573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.819953"], ["updated_at", "2019-02-12 22:43:36.819953"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.822739"], ["updated_at", "2019-02-12 22:43:36.822739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.825517"], ["updated_at", "2019-02-12 22:43:36.825517"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.827904"], ["updated_at", "2019-02-12 22:43:36.827904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.830840"], ["updated_at", "2019-02-12 22:43:36.830840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.833427"], ["updated_at", "2019-02-12 22:43:36.833427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.836201"], ["updated_at", "2019-02-12 22:43:36.836201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.838442"], ["updated_at", "2019-02-12 22:43:36.838442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.841427"], ["updated_at", "2019-02-12 22:43:36.841427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.844080"], ["updated_at", "2019-02-12 22:43:36.844080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.846483"], ["updated_at", "2019-02-12 22:43:36.846483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.848691"], ["updated_at", "2019-02-12 22:43:36.848691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.850871"], ["updated_at", "2019-02-12 22:43:36.850871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.853952"], ["updated_at", "2019-02-12 22:43:36.853952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.856699"], ["updated_at", "2019-02-12 22:43:36.856699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.858838"], ["updated_at", "2019-02-12 22:43:36.858838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.861383"], ["updated_at", "2019-02-12 22:43:36.861383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.864141"], ["updated_at", "2019-02-12 22:43:36.864141"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.866438"], ["updated_at", "2019-02-12 22:43:36.866438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.868874"], ["updated_at", "2019-02-12 22:43:36.868874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.871090"], ["updated_at", "2019-02-12 22:43:36.871090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.873619"], ["updated_at", "2019-02-12 22:43:36.873619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.876295"], ["updated_at", "2019-02-12 22:43:36.876295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.879123"], ["updated_at", "2019-02-12 22:43:36.879123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.881471"], ["updated_at", "2019-02-12 22:43:36.881471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.883603"], ["updated_at", "2019-02-12 22:43:36.883603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.886280"], ["updated_at", "2019-02-12 22:43:36.886280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.888729"], ["updated_at", "2019-02-12 22:43:36.888729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.891511"], ["updated_at", "2019-02-12 22:43:36.891511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.893934"], ["updated_at", "2019-02-12 22:43:36.893934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.896924"], ["updated_at", "2019-02-12 22:43:36.896924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.899461"], ["updated_at", "2019-02-12 22:43:36.899461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.901645"], ["updated_at", "2019-02-12 22:43:36.901645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.903812"], ["updated_at", "2019-02-12 22:43:36.903812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.912870"], ["updated_at", "2019-02-12 22:43:36.912870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.914623"], ["updated_at", "2019-02-12 22:43:36.914623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.916416"], ["updated_at", "2019-02-12 22:43:36.916416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.918014"], ["updated_at", "2019-02-12 22:43:36.918014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.920243"], ["updated_at", "2019-02-12 22:43:36.920243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.922154"], ["updated_at", "2019-02-12 22:43:36.922154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.923961"], ["updated_at", "2019-02-12 22:43:36.923961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.926012"], ["updated_at", "2019-02-12 22:43:36.926012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.928010"], ["updated_at", "2019-02-12 22:43:36.928010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.929781"], ["updated_at", "2019-02-12 22:43:36.929781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.932175"], ["updated_at", "2019-02-12 22:43:36.932175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.934082"], ["updated_at", "2019-02-12 22:43:36.934082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.935818"], ["updated_at", "2019-02-12 22:43:36.935818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.937558"], ["updated_at", "2019-02-12 22:43:36.937558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.939624"], ["updated_at", "2019-02-12 22:43:36.939624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.942077"], ["updated_at", "2019-02-12 22:43:36.942077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.944443"], ["updated_at", "2019-02-12 22:43:36.944443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.946250"], ["updated_at", "2019-02-12 22:43:36.946250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.948010"], ["updated_at", "2019-02-12 22:43:36.948010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.949806"], ["updated_at", "2019-02-12 22:43:36.949806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.951483"], ["updated_at", "2019-02-12 22:43:36.951483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.953724"], ["updated_at", "2019-02-12 22:43:36.953724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.955713"], ["updated_at", "2019-02-12 22:43:36.955713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.957600"], ["updated_at", "2019-02-12 22:43:36.957600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.959546"], ["updated_at", "2019-02-12 22:43:36.959546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.961379"], ["updated_at", "2019-02-12 22:43:36.961379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.963707"], ["updated_at", "2019-02-12 22:43:36.963707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.965893"], ["updated_at", "2019-02-12 22:43:36.965893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.967715"], ["updated_at", "2019-02-12 22:43:36.967715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.969495"], ["updated_at", "2019-02-12 22:43:36.969495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.971235"], ["updated_at", "2019-02-12 22:43:36.971235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.973482"], ["updated_at", "2019-02-12 22:43:36.973482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.975870"], ["updated_at", "2019-02-12 22:43:36.975870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.978112"], ["updated_at", "2019-02-12 22:43:36.978112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.980264"], ["updated_at", "2019-02-12 22:43:36.980264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.982085"], ["updated_at", "2019-02-12 22:43:36.982085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.983707"], ["updated_at", "2019-02-12 22:43:36.983707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.985520"], ["updated_at", "2019-02-12 22:43:36.985520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.987747"], ["updated_at", "2019-02-12 22:43:36.987747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.989811"], ["updated_at", "2019-02-12 22:43:36.989811"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.991648"], ["updated_at", "2019-02-12 22:43:36.991648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.993348"], ["updated_at", "2019-02-12 22:43:36.993348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.995188"], ["updated_at", "2019-02-12 22:43:36.995188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.997919"], ["updated_at", "2019-02-12 22:43:36.997919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:36.999959"], ["updated_at", "2019-02-12 22:43:36.999959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.001673"], ["updated_at", "2019-02-12 22:43:37.001673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.003354"], ["updated_at", "2019-02-12 22:43:37.003354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.005511"], ["updated_at", "2019-02-12 22:43:37.005511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.007358"], ["updated_at", "2019-02-12 22:43:37.007358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.009801"], ["updated_at", "2019-02-12 22:43:37.009801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.011824"], ["updated_at", "2019-02-12 22:43:37.011824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.013844"], ["updated_at", "2019-02-12 22:43:37.013844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.015678"], ["updated_at", "2019-02-12 22:43:37.015678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.017352"], ["updated_at", "2019-02-12 22:43:37.017352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.018940"], ["updated_at", "2019-02-12 22:43:37.018940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.021360"], ["updated_at", "2019-02-12 22:43:37.021360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.023366"], ["updated_at", "2019-02-12 22:43:37.023366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.025242"], ["updated_at", "2019-02-12 22:43:37.025242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.027475"], ["updated_at", "2019-02-12 22:43:37.027475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.029649"], ["updated_at", "2019-02-12 22:43:37.029649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.032225"], ["updated_at", "2019-02-12 22:43:37.032225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.034337"], ["updated_at", "2019-02-12 22:43:37.034337"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.036116"], ["updated_at", "2019-02-12 22:43:37.036116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.037720"], ["updated_at", "2019-02-12 22:43:37.037720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.039469"], ["updated_at", "2019-02-12 22:43:37.039469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.041202"], ["updated_at", "2019-02-12 22:43:37.041202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.043747"], ["updated_at", "2019-02-12 22:43:37.043747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.045586"], ["updated_at", "2019-02-12 22:43:37.045586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.047323"], ["updated_at", "2019-02-12 22:43:37.047323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.049043"], ["updated_at", "2019-02-12 22:43:37.049043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.051275"], ["updated_at", "2019-02-12 22:43:37.051275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.053175"], ["updated_at", "2019-02-12 22:43:37.053175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.055655"], ["updated_at", "2019-02-12 22:43:37.055655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.057476"], ["updated_at", "2019-02-12 22:43:37.057476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.059092"], ["updated_at", "2019-02-12 22:43:37.059092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.060693"], ["updated_at", "2019-02-12 22:43:37.060693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.062530"], ["updated_at", "2019-02-12 22:43:37.062530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.064259"], ["updated_at", "2019-02-12 22:43:37.064259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.066709"], ["updated_at", "2019-02-12 22:43:37.066709"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.068792"], ["updated_at", "2019-02-12 22:43:37.068792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.070585"], ["updated_at", "2019-02-12 22:43:37.070585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.072641"], ["updated_at", "2019-02-12 22:43:37.072641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.074507"], ["updated_at", "2019-02-12 22:43:37.074507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.076906"], ["updated_at", "2019-02-12 22:43:37.076906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.079084"], ["updated_at", "2019-02-12 22:43:37.079084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.080919"], ["updated_at", "2019-02-12 22:43:37.080919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.082758"], ["updated_at", "2019-02-12 22:43:37.082758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.084712"], ["updated_at", "2019-02-12 22:43:37.084712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.086936"], ["updated_at", "2019-02-12 22:43:37.086936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.089691"], ["updated_at", "2019-02-12 22:43:37.089691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.091654"], ["updated_at", "2019-02-12 22:43:37.091654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.095908"], ["updated_at", "2019-02-12 22:43:37.095908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.097691"], ["updated_at", "2019-02-12 22:43:37.097691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.099924"], ["updated_at", "2019-02-12 22:43:37.099924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.101860"], ["updated_at", "2019-02-12 22:43:37.101860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.103801"], ["updated_at", "2019-02-12 22:43:37.103801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.105700"], ["updated_at", "2019-02-12 22:43:37.105700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.107409"], ["updated_at", "2019-02-12 22:43:37.107409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.109328"], ["updated_at", "2019-02-12 22:43:37.109328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.111810"], ["updated_at", "2019-02-12 22:43:37.111810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.113888"], ["updated_at", "2019-02-12 22:43:37.113888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.115609"], ["updated_at", "2019-02-12 22:43:37.115609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.117112"], ["updated_at", "2019-02-12 22:43:37.117112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.118628"], ["updated_at", "2019-02-12 22:43:37.118628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.120127"], ["updated_at", "2019-02-12 22:43:37.120127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.123032"], ["updated_at", "2019-02-12 22:43:37.123032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.124884"], ["updated_at", "2019-02-12 22:43:37.124884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.126524"], ["updated_at", "2019-02-12 22:43:37.126524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.128433"], ["updated_at", "2019-02-12 22:43:37.128433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.130184"], ["updated_at", "2019-02-12 22:43:37.130184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.131867"], ["updated_at", "2019-02-12 22:43:37.131867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.134104"], ["updated_at", "2019-02-12 22:43:37.134104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.135903"], ["updated_at", "2019-02-12 22:43:37.135903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.137621"], ["updated_at", "2019-02-12 22:43:37.137621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.139721"], ["updated_at", "2019-02-12 22:43:37.139721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.141879"], ["updated_at", "2019-02-12 22:43:37.141879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.144329"], ["updated_at", "2019-02-12 22:43:37.144329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.146285"], ["updated_at", "2019-02-12 22:43:37.146285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.148301"], ["updated_at", "2019-02-12 22:43:37.148301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.149868"], ["updated_at", "2019-02-12 22:43:37.149868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.151331"], ["updated_at", "2019-02-12 22:43:37.151331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.152823"], ["updated_at", "2019-02-12 22:43:37.152823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.154277"], ["updated_at", "2019-02-12 22:43:37.154277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.156639"], ["updated_at", "2019-02-12 22:43:37.156639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.159044"], ["updated_at", "2019-02-12 22:43:37.159044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.160948"], ["updated_at", "2019-02-12 22:43:37.160948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.162566"], ["updated_at", "2019-02-12 22:43:37.162566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.164423"], ["updated_at", "2019-02-12 22:43:37.164423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.166429"], ["updated_at", "2019-02-12 22:43:37.166429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.168420"], ["updated_at", "2019-02-12 22:43:37.168420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.170130"], ["updated_at", "2019-02-12 22:43:37.170130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.171985"], ["updated_at", "2019-02-12 22:43:37.171985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.174241"], ["updated_at", "2019-02-12 22:43:37.174241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.176790"], ["updated_at", "2019-02-12 22:43:37.176790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.180375"], ["updated_at", "2019-02-12 22:43:37.180375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.182535"], ["updated_at", "2019-02-12 22:43:37.182535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.184278"], ["updated_at", "2019-02-12 22:43:37.184278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.185795"], ["updated_at", "2019-02-12 22:43:37.185795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.187257"], ["updated_at", "2019-02-12 22:43:37.187257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.189268"], ["updated_at", "2019-02-12 22:43:37.189268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.192094"], ["updated_at", "2019-02-12 22:43:37.192094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 31ms (Views: 20.1ms | ActiveRecord: 0.7ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:37.231555"], ["updated_at", "2019-02-12 22:43:37.231555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:37.238021"], ["updated_at", "2019-02-12 22:43:37.238021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.248789"], ["updated_at", "2019-02-12 22:43:37.248789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.250821"], ["updated_at", "2019-02-12 22:43:37.250821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.252758"], ["updated_at", "2019-02-12 22:43:37.252758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.254831"], ["updated_at", "2019-02-12 22:43:37.254831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.257705"], ["updated_at", "2019-02-12 22:43:37.257705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.259950"], ["updated_at", "2019-02-12 22:43:37.259950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.262489"], ["updated_at", "2019-02-12 22:43:37.262489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.264282"], ["updated_at", "2019-02-12 22:43:37.264282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.266332"], ["updated_at", "2019-02-12 22:43:37.266332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.268701"], ["updated_at", "2019-02-12 22:43:37.268701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.270566"], ["updated_at", "2019-02-12 22:43:37.270566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.272302"], ["updated_at", "2019-02-12 22:43:37.272302"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.275429"], ["updated_at", "2019-02-12 22:43:37.275429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.277351"], ["updated_at", "2019-02-12 22:43:37.277351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.280318"], ["updated_at", "2019-02-12 22:43:37.280318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.282045"], ["updated_at", "2019-02-12 22:43:37.282045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.283509"], ["updated_at", "2019-02-12 22:43:37.283509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.284939"], ["updated_at", "2019-02-12 22:43:37.284939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.286446"], ["updated_at", "2019-02-12 22:43:37.286446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.288945"], ["updated_at", "2019-02-12 22:43:37.288945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.291486"], ["updated_at", "2019-02-12 22:43:37.291486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.293357"], ["updated_at", "2019-02-12 22:43:37.293357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.295166"], ["updated_at", "2019-02-12 22:43:37.295166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.297102"], ["updated_at", "2019-02-12 22:43:37.297102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.298938"], ["updated_at", "2019-02-12 22:43:37.298938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.300470"], ["updated_at", "2019-02-12 22:43:37.300470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.302227"], ["updated_at", "2019-02-12 22:43:37.302227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.303837"], ["updated_at", "2019-02-12 22:43:37.303837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.305903"], ["updated_at", "2019-02-12 22:43:37.305903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.307906"], ["updated_at", "2019-02-12 22:43:37.307906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.309544"], ["updated_at", "2019-02-12 22:43:37.309544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.311388"], ["updated_at", "2019-02-12 22:43:37.311388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.313079"], ["updated_at", "2019-02-12 22:43:37.313079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.315054"], ["updated_at", "2019-02-12 22:43:37.315054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.316859"], ["updated_at", "2019-02-12 22:43:37.316859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.318439"], ["updated_at", "2019-02-12 22:43:37.318439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.319983"], ["updated_at", "2019-02-12 22:43:37.319983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.321713"], ["updated_at", "2019-02-12 22:43:37.321713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.323685"], ["updated_at", "2019-02-12 22:43:37.323685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.325461"], ["updated_at", "2019-02-12 22:43:37.325461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.327058"], ["updated_at", "2019-02-12 22:43:37.327058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.328889"], ["updated_at", "2019-02-12 22:43:37.328889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.330590"], ["updated_at", "2019-02-12 22:43:37.330590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.332218"], ["updated_at", "2019-02-12 22:43:37.332218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.334224"], ["updated_at", "2019-02-12 22:43:37.334224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.335987"], ["updated_at", "2019-02-12 22:43:37.335987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.337551"], ["updated_at", "2019-02-12 22:43:37.337551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.339322"], ["updated_at", "2019-02-12 22:43:37.339322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.340990"], ["updated_at", "2019-02-12 22:43:37.340990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.343153"], ["updated_at", "2019-02-12 22:43:37.343153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.345017"], ["updated_at", "2019-02-12 22:43:37.345017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.347720"], ["updated_at", "2019-02-12 22:43:37.347720"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.353673"], ["updated_at", "2019-02-12 22:43:37.353673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.361752"], ["updated_at", "2019-02-12 22:43:37.361752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.382705"], ["updated_at", "2019-02-12 22:43:37.382705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.384867"], ["updated_at", "2019-02-12 22:43:37.384867"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.400489"], ["updated_at", "2019-02-12 22:43:37.400489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.403160"], ["updated_at", "2019-02-12 22:43:37.403160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.405615"], ["updated_at", "2019-02-12 22:43:37.405615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.409003"], ["updated_at", "2019-02-12 22:43:37.409003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.410727"], ["updated_at", "2019-02-12 22:43:37.410727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.412341"], ["updated_at", "2019-02-12 22:43:37.412341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.414616"], ["updated_at", "2019-02-12 22:43:37.414616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.416698"], ["updated_at", "2019-02-12 22:43:37.416698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.418380"], ["updated_at", "2019-02-12 22:43:37.418380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.419988"], ["updated_at", "2019-02-12 22:43:37.419988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.422088"], ["updated_at", "2019-02-12 22:43:37.422088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.423956"], ["updated_at", "2019-02-12 22:43:37.423956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.426492"], ["updated_at", "2019-02-12 22:43:37.426492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.428428"], ["updated_at", "2019-02-12 22:43:37.428428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.430073"], ["updated_at", "2019-02-12 22:43:37.430073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.432135"], ["updated_at", "2019-02-12 22:43:37.432135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.433760"], ["updated_at", "2019-02-12 22:43:37.433760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.435366"], ["updated_at", "2019-02-12 22:43:37.435366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.437067"], ["updated_at", "2019-02-12 22:43:37.437067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.439031"], ["updated_at", "2019-02-12 22:43:37.439031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.441362"], ["updated_at", "2019-02-12 22:43:37.441362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.443718"], ["updated_at", "2019-02-12 22:43:37.443718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.445865"], ["updated_at", "2019-02-12 22:43:37.445865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.448571"], ["updated_at", "2019-02-12 22:43:37.448571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.450555"], ["updated_at", "2019-02-12 22:43:37.450555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.452052"], ["updated_at", "2019-02-12 22:43:37.452052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.453503"], ["updated_at", "2019-02-12 22:43:37.453503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.454984"], ["updated_at", "2019-02-12 22:43:37.454984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.459321"], ["updated_at", "2019-02-12 22:43:37.459321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.464294"], ["updated_at", "2019-02-12 22:43:37.464294"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.468084"], ["updated_at", "2019-02-12 22:43:37.468084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.470413"], ["updated_at", "2019-02-12 22:43:37.470413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.472789"], ["updated_at", "2019-02-12 22:43:37.472789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.474764"], ["updated_at", "2019-02-12 22:43:37.474764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.477038"], ["updated_at", "2019-02-12 22:43:37.477038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.478936"], ["updated_at", "2019-02-12 22:43:37.478936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.481038"], ["updated_at", "2019-02-12 22:43:37.481038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.483298"], ["updated_at", "2019-02-12 22:43:37.483298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.485199"], ["updated_at", "2019-02-12 22:43:37.485199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.486749"], ["updated_at", "2019-02-12 22:43:37.486749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.488256"], ["updated_at", "2019-02-12 22:43:37.488256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.489784"], ["updated_at", "2019-02-12 22:43:37.489784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.491289"], ["updated_at", "2019-02-12 22:43:37.491289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.494026"], ["updated_at", "2019-02-12 22:43:37.494026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.496026"], ["updated_at", "2019-02-12 22:43:37.496026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.497713"], ["updated_at", "2019-02-12 22:43:37.497713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.499650"], ["updated_at", "2019-02-12 22:43:37.499650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.501593"], ["updated_at", "2019-02-12 22:43:37.501593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.503712"], ["updated_at", "2019-02-12 22:43:37.503712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.506577"], ["updated_at", "2019-02-12 22:43:37.506577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.509049"], ["updated_at", "2019-02-12 22:43:37.509049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.511524"], ["updated_at", "2019-02-12 22:43:37.511524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.514665"], ["updated_at", "2019-02-12 22:43:37.514665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.517013"], ["updated_at", "2019-02-12 22:43:37.517013"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.518725"], ["updated_at", "2019-02-12 22:43:37.518725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.520348"], ["updated_at", "2019-02-12 22:43:37.520348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.521900"], ["updated_at", "2019-02-12 22:43:37.521900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.523600"], ["updated_at", "2019-02-12 22:43:37.523600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.525411"], ["updated_at", "2019-02-12 22:43:37.525411"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.528128"], ["updated_at", "2019-02-12 22:43:37.528128"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.530432"], ["updated_at", "2019-02-12 22:43:37.530432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.532204"], ["updated_at", "2019-02-12 22:43:37.532204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.533736"], ["updated_at", "2019-02-12 22:43:37.533736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.535267"], ["updated_at", "2019-02-12 22:43:37.535267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.537037"], ["updated_at", "2019-02-12 22:43:37.537037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.539669"], ["updated_at", "2019-02-12 22:43:37.539669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.541595"], ["updated_at", "2019-02-12 22:43:37.541595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.543524"], ["updated_at", "2019-02-12 22:43:37.543524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.545257"], ["updated_at", "2019-02-12 22:43:37.545257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.547092"], ["updated_at", "2019-02-12 22:43:37.547092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.549489"], ["updated_at", "2019-02-12 22:43:37.549489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.551473"], ["updated_at", "2019-02-12 22:43:37.551473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.553230"], ["updated_at", "2019-02-12 22:43:37.553230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.555029"], ["updated_at", "2019-02-12 22:43:37.555029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.556936"], ["updated_at", "2019-02-12 22:43:37.556936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.558734"], ["updated_at", "2019-02-12 22:43:37.558734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.561176"], ["updated_at", "2019-02-12 22:43:37.561176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.563148"], ["updated_at", "2019-02-12 22:43:37.563148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.565423"], ["updated_at", "2019-02-12 22:43:37.565423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.567283"], ["updated_at", "2019-02-12 22:43:37.567283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.572003"], ["updated_at", "2019-02-12 22:43:37.572003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.574219"], ["updated_at", "2019-02-12 22:43:37.574219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.576015"], ["updated_at", "2019-02-12 22:43:37.576015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.577911"], ["updated_at", "2019-02-12 22:43:37.577911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.579481"], ["updated_at", "2019-02-12 22:43:37.579481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.581073"], ["updated_at", "2019-02-12 22:43:37.581073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.583351"], ["updated_at", "2019-02-12 22:43:37.583351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.585308"], ["updated_at", "2019-02-12 22:43:37.585308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.586990"], ["updated_at", "2019-02-12 22:43:37.586990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.588920"], ["updated_at", "2019-02-12 22:43:37.588920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.590944"], ["updated_at", "2019-02-12 22:43:37.590944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.592583"], ["updated_at", "2019-02-12 22:43:37.592583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.595034"], ["updated_at", "2019-02-12 22:43:37.595034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.597258"], ["updated_at", "2019-02-12 22:43:37.597258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.599081"], ["updated_at", "2019-02-12 22:43:37.599081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.601161"], ["updated_at", "2019-02-12 22:43:37.601161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.602806"], ["updated_at", "2019-02-12 22:43:37.602806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.604299"], ["updated_at", "2019-02-12 22:43:37.604299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.606208"], ["updated_at", "2019-02-12 22:43:37.606208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.607906"], ["updated_at", "2019-02-12 22:43:37.607906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.609502"], ["updated_at", "2019-02-12 22:43:37.609502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.611196"], ["updated_at", "2019-02-12 22:43:37.611196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.613015"], ["updated_at", "2019-02-12 22:43:37.613015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.614683"], ["updated_at", "2019-02-12 22:43:37.614683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.616351"], ["updated_at", "2019-02-12 22:43:37.616351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.618002"], ["updated_at", "2019-02-12 22:43:37.618002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.619911"], ["updated_at", "2019-02-12 22:43:37.619911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.621441"], ["updated_at", "2019-02-12 22:43:37.621441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.623226"], ["updated_at", "2019-02-12 22:43:37.623226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.625030"], ["updated_at", "2019-02-12 22:43:37.625030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.626603"], ["updated_at", "2019-02-12 22:43:37.626603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.628449"], ["updated_at", "2019-02-12 22:43:37.628449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.630261"], ["updated_at", "2019-02-12 22:43:37.630261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.631917"], ["updated_at", "2019-02-12 22:43:37.631917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.633443"], ["updated_at", "2019-02-12 22:43:37.633443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.635095"], ["updated_at", "2019-02-12 22:43:37.635095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.637024"], ["updated_at", "2019-02-12 22:43:37.637024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.638949"], ["updated_at", "2019-02-12 22:43:37.638949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.641078"], ["updated_at", "2019-02-12 22:43:37.641078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.642722"], ["updated_at", "2019-02-12 22:43:37.642722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.644283"], ["updated_at", "2019-02-12 22:43:37.644283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.645936"], ["updated_at", "2019-02-12 22:43:37.645936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.647907"], ["updated_at", "2019-02-12 22:43:37.647907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.649481"], ["updated_at", "2019-02-12 22:43:37.649481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.651221"], ["updated_at", "2019-02-12 22:43:37.651221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.652807"], ["updated_at", "2019-02-12 22:43:37.652807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.654708"], ["updated_at", "2019-02-12 22:43:37.654708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.659019"], ["updated_at", "2019-02-12 22:43:37.659019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.662880"], ["updated_at", "2019-02-12 22:43:37.662880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.664794"], ["updated_at", "2019-02-12 22:43:37.664794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.666376"], ["updated_at", "2019-02-12 22:43:37.666376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.668059"], ["updated_at", "2019-02-12 22:43:37.668059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.669700"], ["updated_at", "2019-02-12 22:43:37.669700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.671412"], ["updated_at", "2019-02-12 22:43:37.671412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.673378"], ["updated_at", "2019-02-12 22:43:37.673378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.675102"], ["updated_at", "2019-02-12 22:43:37.675102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.677617"], ["updated_at", "2019-02-12 22:43:37.677617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.680832"], ["updated_at", "2019-02-12 22:43:37.680832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.682704"], ["updated_at", "2019-02-12 22:43:37.682704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.684519"], ["updated_at", "2019-02-12 22:43:37.684519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.686160"], ["updated_at", "2019-02-12 22:43:37.686160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.687758"], ["updated_at", "2019-02-12 22:43:37.687758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.689410"], ["updated_at", "2019-02-12 22:43:37.689410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.692294"], ["updated_at", "2019-02-12 22:43:37.692294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.694853"], ["updated_at", "2019-02-12 22:43:37.694853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.696718"], ["updated_at", "2019-02-12 22:43:37.696718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.698467"], ["updated_at", "2019-02-12 22:43:37.698467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.700092"], ["updated_at", "2019-02-12 22:43:37.700092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.701644"], ["updated_at", "2019-02-12 22:43:37.701644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.703182"], ["updated_at", "2019-02-12 22:43:37.703182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.704927"], ["updated_at", "2019-02-12 22:43:37.704927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.707221"], ["updated_at", "2019-02-12 22:43:37.707221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.709037"], ["updated_at", "2019-02-12 22:43:37.709037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.710882"], ["updated_at", "2019-02-12 22:43:37.710882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.713012"], ["updated_at", "2019-02-12 22:43:37.713012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.714869"], ["updated_at", "2019-02-12 22:43:37.714869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.716585"], ["updated_at", "2019-02-12 22:43:37.716585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.721402"], ["updated_at", "2019-02-12 22:43:37.721402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.723329"], ["updated_at", "2019-02-12 22:43:37.723329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.724883"], ["updated_at", "2019-02-12 22:43:37.724883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.726384"], ["updated_at", "2019-02-12 22:43:37.726384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.728013"], ["updated_at", "2019-02-12 22:43:37.728013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.730182"], ["updated_at", "2019-02-12 22:43:37.730182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.732089"], ["updated_at", "2019-02-12 22:43:37.732089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.733672"], ["updated_at", "2019-02-12 22:43:37.733672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.735157"], ["updated_at", "2019-02-12 22:43:37.735157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.736672"], ["updated_at", "2019-02-12 22:43:37.736672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.738175"], ["updated_at", "2019-02-12 22:43:37.738175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.740958"], ["updated_at", "2019-02-12 22:43:37.740958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.744485"], ["updated_at", "2019-02-12 22:43:37.744485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.749952"], ["updated_at", "2019-02-12 22:43:37.749952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.753353"], ["updated_at", "2019-02-12 22:43:37.753353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.755361"], ["updated_at", "2019-02-12 22:43:37.755361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.759120"], ["updated_at", "2019-02-12 22:43:37.759120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.760846"], ["updated_at", "2019-02-12 22:43:37.760846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.762700"], ["updated_at", "2019-02-12 22:43:37.762700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.764429"], ["updated_at", "2019-02-12 22:43:37.764429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.766499"], ["updated_at", "2019-02-12 22:43:37.766499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.768251"], ["updated_at", "2019-02-12 22:43:37.768251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.769806"], ["updated_at", "2019-02-12 22:43:37.769806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.771420"], ["updated_at", "2019-02-12 22:43:37.771420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.773143"], ["updated_at", "2019-02-12 22:43:37.773143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.775332"], ["updated_at", "2019-02-12 22:43:37.775332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.776924"], ["updated_at", "2019-02-12 22:43:37.776924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.778564"], ["updated_at", "2019-02-12 22:43:37.778564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.780147"], ["updated_at", "2019-02-12 22:43:37.780147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.781750"], ["updated_at", "2019-02-12 22:43:37.781750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.783245"], ["updated_at", "2019-02-12 22:43:37.783245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.785488"], ["updated_at", "2019-02-12 22:43:37.785488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.787374"], ["updated_at", "2019-02-12 22:43:37.787374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.789025"], ["updated_at", "2019-02-12 22:43:37.789025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.790954"], ["updated_at", "2019-02-12 22:43:37.790954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.793080"], ["updated_at", "2019-02-12 22:43:37.793080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.795009"], ["updated_at", "2019-02-12 22:43:37.795009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.796836"], ["updated_at", "2019-02-12 22:43:37.796836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.798793"], ["updated_at", "2019-02-12 22:43:37.798793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.800329"], ["updated_at", "2019-02-12 22:43:37.800329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.802279"], ["updated_at", "2019-02-12 22:43:37.802279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.803854"], ["updated_at", "2019-02-12 22:43:37.803854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.805491"], ["updated_at", "2019-02-12 22:43:37.805491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.807446"], ["updated_at", "2019-02-12 22:43:37.807446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.809384"], ["updated_at", "2019-02-12 22:43:37.809384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.811125"], ["updated_at", "2019-02-12 22:43:37.811125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.812735"], ["updated_at", "2019-02-12 22:43:37.812735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.814315"], ["updated_at", "2019-02-12 22:43:37.814315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.815807"], ["updated_at", "2019-02-12 22:43:37.815807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.817254"], ["updated_at", "2019-02-12 22:43:37.817254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.819126"], ["updated_at", "2019-02-12 22:43:37.819126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.820999"], ["updated_at", "2019-02-12 22:43:37.820999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.823080"], ["updated_at", "2019-02-12 22:43:37.823080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.825014"], ["updated_at", "2019-02-12 22:43:37.825014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.826794"], ["updated_at", "2019-02-12 22:43:37.826794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.828711"], ["updated_at", "2019-02-12 22:43:37.828711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.830624"], ["updated_at", "2019-02-12 22:43:37.830624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.832289"], ["updated_at", "2019-02-12 22:43:37.832289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.833917"], ["updated_at", "2019-02-12 22:43:37.833917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.835455"], ["updated_at", "2019-02-12 22:43:37.835455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.837248"], ["updated_at", "2019-02-12 22:43:37.837248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.839070"], ["updated_at", "2019-02-12 22:43:37.839070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.841381"], ["updated_at", "2019-02-12 22:43:37.841381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.844296"], ["updated_at", "2019-02-12 22:43:37.844296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.849163"], ["updated_at", "2019-02-12 22:43:37.849163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.851036"], ["updated_at", "2019-02-12 22:43:37.851036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.853262"], ["updated_at", "2019-02-12 22:43:37.853262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.855639"], ["updated_at", "2019-02-12 22:43:37.855639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.859617"], ["updated_at", "2019-02-12 22:43:37.859617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.861539"], ["updated_at", "2019-02-12 22:43:37.861539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.863242"], ["updated_at", "2019-02-12 22:43:37.863242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.865933"], ["updated_at", "2019-02-12 22:43:37.865933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.868149"], ["updated_at", "2019-02-12 22:43:37.868149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.872558"], ["updated_at", "2019-02-12 22:43:37.872558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.874806"], ["updated_at", "2019-02-12 22:43:37.874806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.877462"], ["updated_at", "2019-02-12 22:43:37.877462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.879376"], ["updated_at", "2019-02-12 22:43:37.879376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.881083"], ["updated_at", "2019-02-12 22:43:37.881083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.882892"], ["updated_at", "2019-02-12 22:43:37.882892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.884501"], ["updated_at", "2019-02-12 22:43:37.884501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.886537"], ["updated_at", "2019-02-12 22:43:37.886537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.888658"], ["updated_at", "2019-02-12 22:43:37.888658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.890490"], ["updated_at", "2019-02-12 22:43:37.890490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.892652"], ["updated_at", "2019-02-12 22:43:37.892652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.894672"], ["updated_at", "2019-02-12 22:43:37.894672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.896302"], ["updated_at", "2019-02-12 22:43:37.896302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.898674"], ["updated_at", "2019-02-12 22:43:37.898674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.900568"], ["updated_at", "2019-02-12 22:43:37.900568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.902436"], ["updated_at", "2019-02-12 22:43:37.902436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.904085"], ["updated_at", "2019-02-12 22:43:37.904085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.905711"], ["updated_at", "2019-02-12 22:43:37.905711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.907266"], ["updated_at", "2019-02-12 22:43:37.907266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.910166"], ["updated_at", "2019-02-12 22:43:37.910166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.912398"], ["updated_at", "2019-02-12 22:43:37.912398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.914334"], ["updated_at", "2019-02-12 22:43:37.914334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.915955"], ["updated_at", "2019-02-12 22:43:37.915955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.917564"], ["updated_at", "2019-02-12 22:43:37.917564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.919216"], ["updated_at", "2019-02-12 22:43:37.919216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.921785"], ["updated_at", "2019-02-12 22:43:37.921785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.923692"], ["updated_at", "2019-02-12 22:43:37.923692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.925768"], ["updated_at", "2019-02-12 22:43:37.925768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.927790"], ["updated_at", "2019-02-12 22:43:37.927790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.929474"], ["updated_at", "2019-02-12 22:43:37.929474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.931756"], ["updated_at", "2019-02-12 22:43:37.931756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.933753"], ["updated_at", "2019-02-12 22:43:37.933753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.935451"], ["updated_at", "2019-02-12 22:43:37.935451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.937158"], ["updated_at", "2019-02-12 22:43:37.937158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.938935"], ["updated_at", "2019-02-12 22:43:37.938935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.940602"], ["updated_at", "2019-02-12 22:43:37.940602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.942493"], ["updated_at", "2019-02-12 22:43:37.942493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.945226"], ["updated_at", "2019-02-12 22:43:37.945226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.947290"], ["updated_at", "2019-02-12 22:43:37.947290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.949150"], ["updated_at", "2019-02-12 22:43:37.949150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.950924"], ["updated_at", "2019-02-12 22:43:37.950924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.952521"], ["updated_at", "2019-02-12 22:43:37.952521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.954743"], ["updated_at", "2019-02-12 22:43:37.954743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.956861"], ["updated_at", "2019-02-12 22:43:37.956861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.958671"], ["updated_at", "2019-02-12 22:43:37.958671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.960943"], ["updated_at", "2019-02-12 22:43:37.960943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.962837"], ["updated_at", "2019-02-12 22:43:37.962837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.964849"], ["updated_at", "2019-02-12 22:43:37.964849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.967255"], ["updated_at", "2019-02-12 22:43:37.967255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.969118"], ["updated_at", "2019-02-12 22:43:37.969118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.970827"], ["updated_at", "2019-02-12 22:43:37.970827"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.972814"], ["updated_at", "2019-02-12 22:43:37.972814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.974647"], ["updated_at", "2019-02-12 22:43:37.974647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.977274"], ["updated_at", "2019-02-12 22:43:37.977274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.979689"], ["updated_at", "2019-02-12 22:43:37.979689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.981456"], ["updated_at", "2019-02-12 22:43:37.981456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.983113"], ["updated_at", "2019-02-12 22:43:37.983113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.984863"], ["updated_at", "2019-02-12 22:43:37.984863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.986508"], ["updated_at", "2019-02-12 22:43:37.986508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.988310"], ["updated_at", "2019-02-12 22:43:37.988310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.990054"], ["updated_at", "2019-02-12 22:43:37.990054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.991704"], ["updated_at", "2019-02-12 22:43:37.991704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.993286"], ["updated_at", "2019-02-12 22:43:37.993286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.995409"], ["updated_at", "2019-02-12 22:43:37.995409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.997392"], ["updated_at", "2019-02-12 22:43:37.997392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:37.999493"], ["updated_at", "2019-02-12 22:43:37.999493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.001187"], ["updated_at", "2019-02-12 22:43:38.001187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.002811"], ["updated_at", "2019-02-12 22:43:38.002811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.004397"], ["updated_at", "2019-02-12 22:43:38.004397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.009156"], ["updated_at", "2019-02-12 22:43:38.009156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.011287"], ["updated_at", "2019-02-12 22:43:38.011287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.012939"], ["updated_at", "2019-02-12 22:43:38.012939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.015660"], ["updated_at", "2019-02-12 22:43:38.015660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.017460"], ["updated_at", "2019-02-12 22:43:38.017460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.019172"], ["updated_at", "2019-02-12 22:43:38.019172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.020676"], ["updated_at", "2019-02-12 22:43:38.020676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.023335"], ["updated_at", "2019-02-12 22:43:38.023335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.025306"], ["updated_at", "2019-02-12 22:43:38.025306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.027198"], ["updated_at", "2019-02-12 22:43:38.027198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.028912"], ["updated_at", "2019-02-12 22:43:38.028912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.030922"], ["updated_at", "2019-02-12 22:43:38.030922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.033048"], ["updated_at", "2019-02-12 22:43:38.033048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.034740"], ["updated_at", "2019-02-12 22:43:38.034740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.036267"], ["updated_at", "2019-02-12 22:43:38.036267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.037798"], ["updated_at", "2019-02-12 22:43:38.037798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.039730"], ["updated_at", "2019-02-12 22:43:38.039730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.041582"], ["updated_at", "2019-02-12 22:43:38.041582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.043255"], ["updated_at", "2019-02-12 22:43:38.043255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.045845"], ["updated_at", "2019-02-12 22:43:38.045845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.048024"], ["updated_at", "2019-02-12 22:43:38.048024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.049913"], ["updated_at", "2019-02-12 22:43:38.049913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.051495"], ["updated_at", "2019-02-12 22:43:38.051495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.053267"], ["updated_at", "2019-02-12 22:43:38.053267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.055240"], ["updated_at", "2019-02-12 22:43:38.055240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.057199"], ["updated_at", "2019-02-12 22:43:38.057199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.058962"], ["updated_at", "2019-02-12 22:43:38.058962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.060791"], ["updated_at", "2019-02-12 22:43:38.060791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.062487"], ["updated_at", "2019-02-12 22:43:38.062487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.064120"], ["updated_at", "2019-02-12 22:43:38.064120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.066765"], ["updated_at", "2019-02-12 22:43:38.066765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.068788"], ["updated_at", "2019-02-12 22:43:38.068788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.071066"], ["updated_at", "2019-02-12 22:43:38.071066"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.072981"], ["updated_at", "2019-02-12 22:43:38.072981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.074851"], ["updated_at", "2019-02-12 22:43:38.074851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.076623"], ["updated_at", "2019-02-12 22:43:38.076623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.078689"], ["updated_at", "2019-02-12 22:43:38.078689"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.080489"], ["updated_at", "2019-02-12 22:43:38.080489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.082140"], ["updated_at", "2019-02-12 22:43:38.082140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.084245"], ["updated_at", "2019-02-12 22:43:38.084245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.086411"], ["updated_at", "2019-02-12 22:43:38.086411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.088103"], ["updated_at", "2019-02-12 22:43:38.088103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.090710"], ["updated_at", "2019-02-12 22:43:38.090710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.092814"], ["updated_at", "2019-02-12 22:43:38.092814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.094705"], ["updated_at", "2019-02-12 22:43:38.094705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (1.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:38.112223"], ["updated_at", "2019-02-12 22:43:38.112223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-12 22:43:38.116230"], ["updated_at", "2019-02-12 22:43:38.116230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:38.122179"], ["updated_at", "2019-02-12 22:43:38.122179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:38.124096"], ["updated_at", "2019-02-12 22:43:38.124096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 2], ["created_at", "2019-02-12 22:43:38.125943"], ["updated_at", "2019-02-12 22:43:38.125943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:38.131373"], ["updated_at", "2019-02-12 22:43:38.131373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-12 22:43:38.143359"], ["updated_at", "2019-02-12 22:43:38.143359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (2.8ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 33ms (Views: 0.2ms | ActiveRecord: 6.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#create as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.159233"], ["updated_at", "2019-02-13 15:14:38.159233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.195021"], ["updated_at", "2019-02-13 15:14:38.195021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Not New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "new@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "first_name" = ?, "updated_at" = ? WHERE "users"."id" = ? [["first_name", "Not New"], ["updated_at", "2019-02-13 15:14:38.211383"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 16ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.219992"], ["updated_at", "2019-02-13 15:14:38.219992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.237007"], ["updated_at", "2019-02-13 15:14:38.237007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.244938"], ["updated_at", "2019-02-13 15:14:38.244938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.249259"], ["updated_at", "2019-02-13 15:14:38.249259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "formattedName"=>"New User", "givenName"=>"New"}} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.262867"], ["updated_at", "2019-02-13 15:14:38.262867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 10ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.269636"], ["updated_at", "2019-02-13 15:14:38.269636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"emails"=>[{"value"=>"new@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"New"}} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.278680"], ["updated_at", "2019-02-13 15:14:38.278680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.285905"], ["updated_at", "2019-02-13 15:14:38.285905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"active"=>"false", "emails"=>[{"value"=>"test@example.com"}], "id"=>"1", "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.294591"], ["updated_at", "2019-02-13 15:14:38.294591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-13 15:14:38.295546"], ["updated_at", "2019-02-13 15:14:38.296534"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 8ms (Views: 0.3ms | ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.304005"], ["updated_at", "2019-02-13 15:14:38.304005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.310668"], ["updated_at", "2019-02-13 15:14:38.310668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.312540"], ["updated_at", "2019-02-13 15:14:38.312540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1@example.com"], ["company_id", 2], ["created_at", "2019-02-13 15:14:38.315682"], ["updated_at", "2019-02-13 15:14:38.315682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.323717"], ["updated_at", "2019-02-13 15:14:38.323717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.330766"], ["updated_at", "2019-02-13 15:14:38.330766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "2@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "2@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.336348"], ["updated_at", "2019-02-13 15:14:38.336348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#show as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.374682"], ["updated_at", "2019-02-13 15:14:38.374682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "3@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "3@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.379005"], ["updated_at", "2019-02-13 15:14:38.379005"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "3@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-13 15:14:38.390273"], ["updated_at", "2019-02-13 15:14:38.391815"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.398694"], ["updated_at", "2019-02-13 15:14:38.398694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "4@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "4@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.404156"], ["updated_at", "2019-02-13 15:14:38.404156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "4@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.5ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-13 15:14:38.409143"], ["updated_at", "2019-02-13 15:14:38.410658"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.7ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.416420"], ["updated_at", "2019-02-13 15:14:38.416420"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "5@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "5@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.421874"], ["updated_at", "2019-02-13 15:14:38.421874"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "5@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-13 15:14:38.427927"], ["updated_at", "2019-02-13 15:14:38.436310"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.439495"], ["updated_at", "2019-02-13 15:14:38.439495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "6@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "6@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.441711"], ["updated_at", "2019-02-13 15:14:38.441711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"name"=>{"givenName"=>"Francis"}}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]] Completed 422 Unprocessable Entity in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.449186"], ["updated_at", "2019-02-13 15:14:38.449186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "7@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "7@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.452352"], ["updated_at", "2019-02-13 15:14:38.452352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.454331"], ["updated_at", "2019-02-13 15:14:38.454331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "8@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "8@example.com"], ["company_id", 2], ["created_at", "2019-02-13 15:14:38.456471"], ["updated_at", "2019-02-13 15:14:38.456471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"1000"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.461893"], ["updated_at", "2019-02-13 15:14:38.461893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "9@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "9@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.464306"], ["updated_at", "2019-02-13 15:14:38.464306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "9@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.3ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-13 15:14:38.466796"], ["updated_at", "2019-02-13 15:14:38.468430"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"true"}}], "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "9@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-13 15:14:38.474413"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.478813"], ["updated_at", "2019-02-13 15:14:38.478813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "10@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "10@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.481933"], ["updated_at", "2019-02-13 15:14:38.481933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#patch_update as HTML Parameters: {"Operations"=>[{"op"=>"replace", "value"=>{"active"=>"false"}}], "id"=>"fake_id"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:38.496654"], ["updated_at", "2019-02-13 15:14:38.496654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "11@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "11@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.499075"], ["updated_at", "2019-02-13 15:14:38.499075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "12@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "12@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.501000"], ["updated_at", "2019-02-13 15:14:38.501000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "13@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "13@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.503941"], ["updated_at", "2019-02-13 15:14:38.503941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "14@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "14@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.505639"], ["updated_at", "2019-02-13 15:14:38.505639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "15@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "15@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.507176"], ["updated_at", "2019-02-13 15:14:38.507176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "16@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "16@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.508834"], ["updated_at", "2019-02-13 15:14:38.508834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "17@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "17@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.510522"], ["updated_at", "2019-02-13 15:14:38.510522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "18@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "18@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.512096"], ["updated_at", "2019-02-13 15:14:38.512096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "19@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "19@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.515088"], ["updated_at", "2019-02-13 15:14:38.515088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "20@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "20@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.517769"], ["updated_at", "2019-02-13 15:14:38.517769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "21@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "21@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.520775"], ["updated_at", "2019-02-13 15:14:38.520775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "22@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "22@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.523313"], ["updated_at", "2019-02-13 15:14:38.523313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "23@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "23@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.526052"], ["updated_at", "2019-02-13 15:14:38.526052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "24@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "24@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.527968"], ["updated_at", "2019-02-13 15:14:38.527968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "25@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "25@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.529763"], ["updated_at", "2019-02-13 15:14:38.529763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "26@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "26@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.531823"], ["updated_at", "2019-02-13 15:14:38.531823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "27@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "27@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.533747"], ["updated_at", "2019-02-13 15:14:38.533747"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "28@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "28@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.536978"], ["updated_at", "2019-02-13 15:14:38.536978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "29@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "29@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.539111"], ["updated_at", "2019-02-13 15:14:38.539111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "30@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "30@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.541247"], ["updated_at", "2019-02-13 15:14:38.541247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "31@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "31@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.542934"], ["updated_at", "2019-02-13 15:14:38.542934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "32@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "32@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.544577"], ["updated_at", "2019-02-13 15:14:38.544577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "33@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "33@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.549504"], ["updated_at", "2019-02-13 15:14:38.549504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "34@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "34@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.552623"], ["updated_at", "2019-02-13 15:14:38.552623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "35@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "35@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.555536"], ["updated_at", "2019-02-13 15:14:38.555536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "36@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "36@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.557246"], ["updated_at", "2019-02-13 15:14:38.557246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "37@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "37@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.558941"], ["updated_at", "2019-02-13 15:14:38.558941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "38@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "38@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.560821"], ["updated_at", "2019-02-13 15:14:38.560821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "39@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "39@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.562869"], ["updated_at", "2019-02-13 15:14:38.562869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "40@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "40@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.564887"], ["updated_at", "2019-02-13 15:14:38.564887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "41@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "41@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.566887"], ["updated_at", "2019-02-13 15:14:38.566887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "42@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "42@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.570095"], ["updated_at", "2019-02-13 15:14:38.570095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "43@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "43@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.571794"], ["updated_at", "2019-02-13 15:14:38.571794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "44@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "44@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.573621"], ["updated_at", "2019-02-13 15:14:38.573621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "45@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "45@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.576253"], ["updated_at", "2019-02-13 15:14:38.576253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "46@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "46@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.578014"], ["updated_at", "2019-02-13 15:14:38.578014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "47@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "47@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.579991"], ["updated_at", "2019-02-13 15:14:38.579991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "48@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "48@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.582455"], ["updated_at", "2019-02-13 15:14:38.582455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "49@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "49@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.584490"], ["updated_at", "2019-02-13 15:14:38.584490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "50@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "50@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.587915"], ["updated_at", "2019-02-13 15:14:38.587915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "51@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "51@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.590468"], ["updated_at", "2019-02-13 15:14:38.590468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "52@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "52@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.592225"], ["updated_at", "2019-02-13 15:14:38.592225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "53@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "53@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.593798"], ["updated_at", "2019-02-13 15:14:38.593798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "54@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "54@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.595424"], ["updated_at", "2019-02-13 15:14:38.595424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "55@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "55@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.597172"], ["updated_at", "2019-02-13 15:14:38.597172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "56@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "56@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.599145"], ["updated_at", "2019-02-13 15:14:38.599145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "57@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "57@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.601093"], ["updated_at", "2019-02-13 15:14:38.601093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "58@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "58@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.604022"], ["updated_at", "2019-02-13 15:14:38.604022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "59@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "59@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.605982"], ["updated_at", "2019-02-13 15:14:38.605982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "60@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "60@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.607547"], ["updated_at", "2019-02-13 15:14:38.607547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "61@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "61@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.609730"], ["updated_at", "2019-02-13 15:14:38.609730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "62@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "62@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.611567"], ["updated_at", "2019-02-13 15:14:38.611567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "63@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "63@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.613460"], ["updated_at", "2019-02-13 15:14:38.613460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "64@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "64@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.616129"], ["updated_at", "2019-02-13 15:14:38.616129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "65@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "65@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.617908"], ["updated_at", "2019-02-13 15:14:38.617908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "66@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "66@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.620476"], ["updated_at", "2019-02-13 15:14:38.620476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "67@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "67@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.623386"], ["updated_at", "2019-02-13 15:14:38.623386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "68@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "68@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.625239"], ["updated_at", "2019-02-13 15:14:38.625239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "69@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "69@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.627240"], ["updated_at", "2019-02-13 15:14:38.627240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "70@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "70@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.628991"], ["updated_at", "2019-02-13 15:14:38.628991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "71@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "71@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.630755"], ["updated_at", "2019-02-13 15:14:38.630755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "72@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "72@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.632813"], ["updated_at", "2019-02-13 15:14:38.632813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "73@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "73@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.636355"], ["updated_at", "2019-02-13 15:14:38.636355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "74@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "74@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.638497"], ["updated_at", "2019-02-13 15:14:38.638497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "75@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "75@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.640188"], ["updated_at", "2019-02-13 15:14:38.640188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "76@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "76@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.641930"], ["updated_at", "2019-02-13 15:14:38.641930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "77@example.com"], ["LIMIT", 1]] SQL (3.8ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "77@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.643877"], ["updated_at", "2019-02-13 15:14:38.643877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "78@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "78@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.652067"], ["updated_at", "2019-02-13 15:14:38.652067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "79@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "79@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.654888"], ["updated_at", "2019-02-13 15:14:38.654888"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "80@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "80@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.657737"], ["updated_at", "2019-02-13 15:14:38.657737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "81@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "81@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.659485"], ["updated_at", "2019-02-13 15:14:38.659485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "82@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "82@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.661747"], ["updated_at", "2019-02-13 15:14:38.661747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "83@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "83@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.663609"], ["updated_at", "2019-02-13 15:14:38.663609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "84@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "84@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.665300"], ["updated_at", "2019-02-13 15:14:38.665300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "85@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "85@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.666852"], ["updated_at", "2019-02-13 15:14:38.666852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "86@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "86@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.669936"], ["updated_at", "2019-02-13 15:14:38.669936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "87@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "87@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.671772"], ["updated_at", "2019-02-13 15:14:38.671772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "88@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "88@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.673322"], ["updated_at", "2019-02-13 15:14:38.673322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "89@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "89@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.674854"], ["updated_at", "2019-02-13 15:14:38.674854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "90@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "90@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.676385"], ["updated_at", "2019-02-13 15:14:38.676385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "91@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "91@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.677909"], ["updated_at", "2019-02-13 15:14:38.677909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "92@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "92@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.680588"], ["updated_at", "2019-02-13 15:14:38.680588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "93@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "93@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.683115"], ["updated_at", "2019-02-13 15:14:38.683115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "94@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "94@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.685915"], ["updated_at", "2019-02-13 15:14:38.685915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "95@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "95@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.690514"], ["updated_at", "2019-02-13 15:14:38.690514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "96@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "96@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.692612"], ["updated_at", "2019-02-13 15:14:38.692612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "97@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "97@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.694236"], ["updated_at", "2019-02-13 15:14:38.694236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "98@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "98@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.695845"], ["updated_at", "2019-02-13 15:14:38.695845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "99@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "99@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.697678"], ["updated_at", "2019-02-13 15:14:38.697678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "100@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "100@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.699317"], ["updated_at", "2019-02-13 15:14:38.699317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "101@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "101@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.701000"], ["updated_at", "2019-02-13 15:14:38.701000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "102@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "102@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.704587"], ["updated_at", "2019-02-13 15:14:38.704587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "103@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.706298"], ["updated_at", "2019-02-13 15:14:38.706298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "104@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.707789"], ["updated_at", "2019-02-13 15:14:38.707789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "105@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.709603"], ["updated_at", "2019-02-13 15:14:38.709603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "106@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.712011"], ["updated_at", "2019-02-13 15:14:38.712011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "107@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "107@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.714576"], ["updated_at", "2019-02-13 15:14:38.714576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "108@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.716429"], ["updated_at", "2019-02-13 15:14:38.716429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "109@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "109@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.718281"], ["updated_at", "2019-02-13 15:14:38.718281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "110@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "110@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.721549"], ["updated_at", "2019-02-13 15:14:38.721549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "111@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "111@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.723549"], ["updated_at", "2019-02-13 15:14:38.723549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "112@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.725687"], ["updated_at", "2019-02-13 15:14:38.725687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "113@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "113@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.727882"], ["updated_at", "2019-02-13 15:14:38.727882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "114@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.729798"], ["updated_at", "2019-02-13 15:14:38.729798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "115@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "115@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.731603"], ["updated_at", "2019-02-13 15:14:38.731603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "116@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "116@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.733317"], ["updated_at", "2019-02-13 15:14:38.733317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "117@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.736346"], ["updated_at", "2019-02-13 15:14:38.736346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "118@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "118@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.737997"], ["updated_at", "2019-02-13 15:14:38.737997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "119@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.740001"], ["updated_at", "2019-02-13 15:14:38.740001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "120@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.741594"], ["updated_at", "2019-02-13 15:14:38.741594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "121@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.743133"], ["updated_at", "2019-02-13 15:14:38.743133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "122@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.744898"], ["updated_at", "2019-02-13 15:14:38.744898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "123@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "123@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.746637"], ["updated_at", "2019-02-13 15:14:38.746637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "124@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.750533"], ["updated_at", "2019-02-13 15:14:38.750533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "125@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "125@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.754093"], ["updated_at", "2019-02-13 15:14:38.754093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "126@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "126@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.756360"], ["updated_at", "2019-02-13 15:14:38.756360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "127@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "127@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.758508"], ["updated_at", "2019-02-13 15:14:38.758508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "128@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "128@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.760295"], ["updated_at", "2019-02-13 15:14:38.760295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "129@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "129@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.762014"], ["updated_at", "2019-02-13 15:14:38.762014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "130@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "130@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.763803"], ["updated_at", "2019-02-13 15:14:38.763803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "131@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "131@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.765582"], ["updated_at", "2019-02-13 15:14:38.765582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "132@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "132@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.767255"], ["updated_at", "2019-02-13 15:14:38.767255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "133@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "133@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.769907"], ["updated_at", "2019-02-13 15:14:38.769907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "134@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "134@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.772848"], ["updated_at", "2019-02-13 15:14:38.772848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "135@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "135@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.774771"], ["updated_at", "2019-02-13 15:14:38.774771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "136@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "136@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.776884"], ["updated_at", "2019-02-13 15:14:38.776884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "137@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "137@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.778916"], ["updated_at", "2019-02-13 15:14:38.778916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "138@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "138@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.781516"], ["updated_at", "2019-02-13 15:14:38.781516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "139@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "139@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.783218"], ["updated_at", "2019-02-13 15:14:38.783218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "140@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "140@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.786077"], ["updated_at", "2019-02-13 15:14:38.786077"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "141@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "141@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.788995"], ["updated_at", "2019-02-13 15:14:38.788995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "142@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "142@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.791192"], ["updated_at", "2019-02-13 15:14:38.791192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "143@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "143@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.793416"], ["updated_at", "2019-02-13 15:14:38.793416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "144@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "144@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.795863"], ["updated_at", "2019-02-13 15:14:38.795863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "145@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "145@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.798073"], ["updated_at", "2019-02-13 15:14:38.798073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "146@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "146@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.800058"], ["updated_at", "2019-02-13 15:14:38.800058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "147@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "147@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.802629"], ["updated_at", "2019-02-13 15:14:38.802629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "148@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "148@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.805173"], ["updated_at", "2019-02-13 15:14:38.805173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "149@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "149@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.806916"], ["updated_at", "2019-02-13 15:14:38.806916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "150@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "150@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.808523"], ["updated_at", "2019-02-13 15:14:38.808523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "151@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "151@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.810072"], ["updated_at", "2019-02-13 15:14:38.810072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "152@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "152@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.811593"], ["updated_at", "2019-02-13 15:14:38.811593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "153@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "153@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.813917"], ["updated_at", "2019-02-13 15:14:38.813917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "154@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "154@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.816272"], ["updated_at", "2019-02-13 15:14:38.816272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "155@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "155@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.818542"], ["updated_at", "2019-02-13 15:14:38.818542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "156@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "156@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.822056"], ["updated_at", "2019-02-13 15:14:38.822056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "157@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "157@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.823989"], ["updated_at", "2019-02-13 15:14:38.823989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "158@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "158@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.825635"], ["updated_at", "2019-02-13 15:14:38.825635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "159@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "159@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.827266"], ["updated_at", "2019-02-13 15:14:38.827266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "160@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "160@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.828961"], ["updated_at", "2019-02-13 15:14:38.828961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "161@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "161@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.831066"], ["updated_at", "2019-02-13 15:14:38.831066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "162@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "162@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.832829"], ["updated_at", "2019-02-13 15:14:38.832829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "163@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "163@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.834569"], ["updated_at", "2019-02-13 15:14:38.834569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "164@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "164@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.837517"], ["updated_at", "2019-02-13 15:14:38.837517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "165@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "165@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.839527"], ["updated_at", "2019-02-13 15:14:38.839527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "166@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "166@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.841681"], ["updated_at", "2019-02-13 15:14:38.841681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "167@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "167@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.843924"], ["updated_at", "2019-02-13 15:14:38.843924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "168@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "168@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.846579"], ["updated_at", "2019-02-13 15:14:38.846579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "169@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "169@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.849291"], ["updated_at", "2019-02-13 15:14:38.849291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "170@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "170@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.851141"], ["updated_at", "2019-02-13 15:14:38.851141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "171@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "171@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.853762"], ["updated_at", "2019-02-13 15:14:38.853762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "172@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "172@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.856237"], ["updated_at", "2019-02-13 15:14:38.856237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "173@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "173@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.857976"], ["updated_at", "2019-02-13 15:14:38.857976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "174@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "174@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.859754"], ["updated_at", "2019-02-13 15:14:38.859754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "175@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "175@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.861344"], ["updated_at", "2019-02-13 15:14:38.861344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "176@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "176@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.863091"], ["updated_at", "2019-02-13 15:14:38.863091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "177@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "177@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.865150"], ["updated_at", "2019-02-13 15:14:38.865150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "178@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "178@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.867580"], ["updated_at", "2019-02-13 15:14:38.867580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "179@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "179@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.870764"], ["updated_at", "2019-02-13 15:14:38.870764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "180@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "180@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.872717"], ["updated_at", "2019-02-13 15:14:38.872717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "181@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "181@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.874596"], ["updated_at", "2019-02-13 15:14:38.874596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "182@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "182@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.876188"], ["updated_at", "2019-02-13 15:14:38.876188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "183@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "183@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.877754"], ["updated_at", "2019-02-13 15:14:38.877754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "184@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "184@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.879310"], ["updated_at", "2019-02-13 15:14:38.879310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "185@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "185@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.882254"], ["updated_at", "2019-02-13 15:14:38.882254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "186@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "186@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.885568"], ["updated_at", "2019-02-13 15:14:38.885568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "187@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "187@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.889327"], ["updated_at", "2019-02-13 15:14:38.889327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "188@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "188@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.891118"], ["updated_at", "2019-02-13 15:14:38.891118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "189@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "189@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.892784"], ["updated_at", "2019-02-13 15:14:38.892784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "190@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "190@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.894360"], ["updated_at", "2019-02-13 15:14:38.894360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "191@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "191@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.896238"], ["updated_at", "2019-02-13 15:14:38.896238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "192@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "192@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.899092"], ["updated_at", "2019-02-13 15:14:38.899092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "193@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "193@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.901478"], ["updated_at", "2019-02-13 15:14:38.901478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "194@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "194@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.904971"], ["updated_at", "2019-02-13 15:14:38.904971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "195@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "195@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.906975"], ["updated_at", "2019-02-13 15:14:38.906975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "196@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "196@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.908749"], ["updated_at", "2019-02-13 15:14:38.908749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "197@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "197@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.910462"], ["updated_at", "2019-02-13 15:14:38.910462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "198@example.com"], ["LIMIT", 1]] SQL (3.8ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "198@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.912764"], ["updated_at", "2019-02-13 15:14:38.912764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "199@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "199@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.920229"], ["updated_at", "2019-02-13 15:14:38.920229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "200@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "200@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.922671"], ["updated_at", "2019-02-13 15:14:38.922671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "201@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "201@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.924482"], ["updated_at", "2019-02-13 15:14:38.924482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "202@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "202@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.926158"], ["updated_at", "2019-02-13 15:14:38.926158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "203@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "203@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.957432"], ["updated_at", "2019-02-13 15:14:38.957432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "204@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "204@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.960476"], ["updated_at", "2019-02-13 15:14:38.960476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "205@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "205@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.962974"], ["updated_at", "2019-02-13 15:14:38.962974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "206@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "206@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.965290"], ["updated_at", "2019-02-13 15:14:38.965290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "207@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "207@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.967789"], ["updated_at", "2019-02-13 15:14:38.967789"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "208@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "208@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.971443"], ["updated_at", "2019-02-13 15:14:38.971443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "209@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "209@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.974379"], ["updated_at", "2019-02-13 15:14:38.974379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "210@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "210@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.976773"], ["updated_at", "2019-02-13 15:14:38.976773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "211@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "211@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.979056"], ["updated_at", "2019-02-13 15:14:38.979056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "212@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "212@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.982854"], ["updated_at", "2019-02-13 15:14:38.982854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "213@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "213@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.985992"], ["updated_at", "2019-02-13 15:14:38.985992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "214@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "214@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.990861"], ["updated_at", "2019-02-13 15:14:38.990861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "215@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "215@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.994140"], ["updated_at", "2019-02-13 15:14:38.994140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "216@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "216@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.997155"], ["updated_at", "2019-02-13 15:14:38.997155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "217@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "217@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:38.999890"], ["updated_at", "2019-02-13 15:14:38.999890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "218@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "218@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.004426"], ["updated_at", "2019-02-13 15:14:39.004426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "219@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "219@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.006879"], ["updated_at", "2019-02-13 15:14:39.006879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "220@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "220@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.009770"], ["updated_at", "2019-02-13 15:14:39.009770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "221@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "221@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.012968"], ["updated_at", "2019-02-13 15:14:39.012968"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "222@example.com"], ["LIMIT", 1]] SQL (1.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "222@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.016199"], ["updated_at", "2019-02-13 15:14:39.016199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "223@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "223@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.020415"], ["updated_at", "2019-02-13 15:14:39.020415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "224@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "224@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.024073"], ["updated_at", "2019-02-13 15:14:39.024073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "225@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "225@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.027568"], ["updated_at", "2019-02-13 15:14:39.027568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "226@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "226@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.030502"], ["updated_at", "2019-02-13 15:14:39.030502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "227@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "227@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.032782"], ["updated_at", "2019-02-13 15:14:39.032782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "228@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "228@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.037571"], ["updated_at", "2019-02-13 15:14:39.037571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "229@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "229@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.039605"], ["updated_at", "2019-02-13 15:14:39.039605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "230@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "230@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.041587"], ["updated_at", "2019-02-13 15:14:39.041587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "231@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "231@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.043786"], ["updated_at", "2019-02-13 15:14:39.043786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "232@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "232@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.046851"], ["updated_at", "2019-02-13 15:14:39.046851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "233@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "233@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.049582"], ["updated_at", "2019-02-13 15:14:39.049582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "234@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "234@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.055103"], ["updated_at", "2019-02-13 15:14:39.055103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "235@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "235@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.057953"], ["updated_at", "2019-02-13 15:14:39.057953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "236@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "236@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.060734"], ["updated_at", "2019-02-13 15:14:39.060734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "237@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "237@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.063939"], ["updated_at", "2019-02-13 15:14:39.063939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "238@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "238@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.066395"], ["updated_at", "2019-02-13 15:14:39.066395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "239@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "239@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.097927"], ["updated_at", "2019-02-13 15:14:39.097927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "240@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "240@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.103245"], ["updated_at", "2019-02-13 15:14:39.103245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "241@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "241@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.105494"], ["updated_at", "2019-02-13 15:14:39.105494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "242@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "242@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.107465"], ["updated_at", "2019-02-13 15:14:39.107465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "243@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "243@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.109097"], ["updated_at", "2019-02-13 15:14:39.109097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "244@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "244@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.111270"], ["updated_at", "2019-02-13 15:14:39.111270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "245@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "245@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.113070"], ["updated_at", "2019-02-13 15:14:39.113070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "246@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "246@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.115837"], ["updated_at", "2019-02-13 15:14:39.115837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "247@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "247@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.117606"], ["updated_at", "2019-02-13 15:14:39.117606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "248@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "248@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.120965"], ["updated_at", "2019-02-13 15:14:39.120965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "249@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "249@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.123684"], ["updated_at", "2019-02-13 15:14:39.123684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "250@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "250@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.125478"], ["updated_at", "2019-02-13 15:14:39.125478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "251@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "251@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.127108"], ["updated_at", "2019-02-13 15:14:39.127108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "252@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "252@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.128731"], ["updated_at", "2019-02-13 15:14:39.128731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "253@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "253@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.130352"], ["updated_at", "2019-02-13 15:14:39.130352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "254@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "254@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.132490"], ["updated_at", "2019-02-13 15:14:39.132490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "255@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "255@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.134345"], ["updated_at", "2019-02-13 15:14:39.134345"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "256@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "256@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.137770"], ["updated_at", "2019-02-13 15:14:39.137770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "257@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "257@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.139409"], ["updated_at", "2019-02-13 15:14:39.139409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "258@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "258@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.140889"], ["updated_at", "2019-02-13 15:14:39.140889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "259@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "259@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.142432"], ["updated_at", "2019-02-13 15:14:39.142432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "260@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "260@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.144658"], ["updated_at", "2019-02-13 15:14:39.144658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "261@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "261@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.146621"], ["updated_at", "2019-02-13 15:14:39.146621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "262@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "262@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.149587"], ["updated_at", "2019-02-13 15:14:39.149587"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "263@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "263@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.153522"], ["updated_at", "2019-02-13 15:14:39.153522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "264@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "264@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.155834"], ["updated_at", "2019-02-13 15:14:39.155834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "265@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "265@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.157547"], ["updated_at", "2019-02-13 15:14:39.157547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "266@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "266@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.159410"], ["updated_at", "2019-02-13 15:14:39.159410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "267@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "267@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.162373"], ["updated_at", "2019-02-13 15:14:39.162373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "268@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "268@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.164943"], ["updated_at", "2019-02-13 15:14:39.164943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "269@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "269@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.168065"], ["updated_at", "2019-02-13 15:14:39.168065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "270@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "270@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.173969"], ["updated_at", "2019-02-13 15:14:39.173969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "271@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "271@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.175944"], ["updated_at", "2019-02-13 15:14:39.175944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "272@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "272@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.177757"], ["updated_at", "2019-02-13 15:14:39.177757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "273@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "273@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.179285"], ["updated_at", "2019-02-13 15:14:39.179285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "274@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "274@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.183249"], ["updated_at", "2019-02-13 15:14:39.183249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "275@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "275@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.193604"], ["updated_at", "2019-02-13 15:14:39.193604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "276@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "276@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.195568"], ["updated_at", "2019-02-13 15:14:39.195568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "277@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "277@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.197792"], ["updated_at", "2019-02-13 15:14:39.197792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "278@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "278@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.199988"], ["updated_at", "2019-02-13 15:14:39.199988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "279@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "279@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.203299"], ["updated_at", "2019-02-13 15:14:39.203299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "280@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "280@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.205915"], ["updated_at", "2019-02-13 15:14:39.205915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "281@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "281@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.208005"], ["updated_at", "2019-02-13 15:14:39.208005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "282@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "282@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.210283"], ["updated_at", "2019-02-13 15:14:39.210283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "283@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "283@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.213249"], ["updated_at", "2019-02-13 15:14:39.213249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "284@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "284@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.217175"], ["updated_at", "2019-02-13 15:14:39.217175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "285@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "285@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.220912"], ["updated_at", "2019-02-13 15:14:39.220912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "286@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "286@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.222775"], ["updated_at", "2019-02-13 15:14:39.222775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "287@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "287@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.224889"], ["updated_at", "2019-02-13 15:14:39.224889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "288@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "288@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.226548"], ["updated_at", "2019-02-13 15:14:39.226548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "289@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "289@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.228671"], ["updated_at", "2019-02-13 15:14:39.228671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "290@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "290@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.231167"], ["updated_at", "2019-02-13 15:14:39.231167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "291@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "291@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.233622"], ["updated_at", "2019-02-13 15:14:39.233622"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "292@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "292@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.238856"], ["updated_at", "2019-02-13 15:14:39.238856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "293@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "293@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.240984"], ["updated_at", "2019-02-13 15:14:39.240984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "294@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "294@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.242554"], ["updated_at", "2019-02-13 15:14:39.242554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "295@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "295@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.244087"], ["updated_at", "2019-02-13 15:14:39.244087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "296@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "296@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.245743"], ["updated_at", "2019-02-13 15:14:39.245743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "297@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "297@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.248443"], ["updated_at", "2019-02-13 15:14:39.248443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "298@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "298@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.250307"], ["updated_at", "2019-02-13 15:14:39.250307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "299@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "299@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.253296"], ["updated_at", "2019-02-13 15:14:39.253296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "300@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "300@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.256332"], ["updated_at", "2019-02-13 15:14:39.256332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "301@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "301@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.258151"], ["updated_at", "2019-02-13 15:14:39.258151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "302@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "302@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.260417"], ["updated_at", "2019-02-13 15:14:39.260417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "303@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "303@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.262308"], ["updated_at", "2019-02-13 15:14:39.262308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "304@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "304@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.264098"], ["updated_at", "2019-02-13 15:14:39.264098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "305@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "305@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.265797"], ["updated_at", "2019-02-13 15:14:39.265797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "306@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "306@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.267487"], ["updated_at", "2019-02-13 15:14:39.267487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "307@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "307@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.270886"], ["updated_at", "2019-02-13 15:14:39.270886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "308@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "308@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.272668"], ["updated_at", "2019-02-13 15:14:39.272668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "309@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "309@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.274337"], ["updated_at", "2019-02-13 15:14:39.274337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "310@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "310@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.276109"], ["updated_at", "2019-02-13 15:14:39.276109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "311@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "311@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.277774"], ["updated_at", "2019-02-13 15:14:39.277774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "312@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "312@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.279381"], ["updated_at", "2019-02-13 15:14:39.279381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "313@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "313@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.284814"], ["updated_at", "2019-02-13 15:14:39.284814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "314@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "314@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.288188"], ["updated_at", "2019-02-13 15:14:39.288188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "315@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "315@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.291033"], ["updated_at", "2019-02-13 15:14:39.291033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "316@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "316@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.292672"], ["updated_at", "2019-02-13 15:14:39.292672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "317@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "317@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.294182"], ["updated_at", "2019-02-13 15:14:39.294182"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "318@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "318@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.296088"], ["updated_at", "2019-02-13 15:14:39.296088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "319@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "319@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.297871"], ["updated_at", "2019-02-13 15:14:39.297871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "320@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "320@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.299532"], ["updated_at", "2019-02-13 15:14:39.299532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "321@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "321@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.301899"], ["updated_at", "2019-02-13 15:14:39.301899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "322@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "322@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.304702"], ["updated_at", "2019-02-13 15:14:39.304702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "323@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "323@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.306841"], ["updated_at", "2019-02-13 15:14:39.306841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "324@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "324@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.308466"], ["updated_at", "2019-02-13 15:14:39.308466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "325@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "325@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.310013"], ["updated_at", "2019-02-13 15:14:39.310013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "326@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "326@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.311574"], ["updated_at", "2019-02-13 15:14:39.311574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "327@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "327@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.313720"], ["updated_at", "2019-02-13 15:14:39.313720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "328@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "328@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.316153"], ["updated_at", "2019-02-13 15:14:39.316153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "329@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "329@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.317875"], ["updated_at", "2019-02-13 15:14:39.317875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "330@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "330@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.320767"], ["updated_at", "2019-02-13 15:14:39.320767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "331@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "331@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.324321"], ["updated_at", "2019-02-13 15:14:39.324321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "332@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "332@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.326244"], ["updated_at", "2019-02-13 15:14:39.326244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "333@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "333@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.328726"], ["updated_at", "2019-02-13 15:14:39.328726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "334@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "334@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.331224"], ["updated_at", "2019-02-13 15:14:39.331224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "335@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "335@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.332824"], ["updated_at", "2019-02-13 15:14:39.332824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "336@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "336@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.334449"], ["updated_at", "2019-02-13 15:14:39.334449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "337@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "337@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.337679"], ["updated_at", "2019-02-13 15:14:39.337679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "338@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "338@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.339558"], ["updated_at", "2019-02-13 15:14:39.339558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "339@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "339@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.341226"], ["updated_at", "2019-02-13 15:14:39.341226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "340@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "340@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.342725"], ["updated_at", "2019-02-13 15:14:39.342725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "341@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "341@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.344204"], ["updated_at", "2019-02-13 15:14:39.344204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "342@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "342@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.345733"], ["updated_at", "2019-02-13 15:14:39.345733"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "343@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "343@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.349083"], ["updated_at", "2019-02-13 15:14:39.349083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "344@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "344@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.364034"], ["updated_at", "2019-02-13 15:14:39.364034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "345@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "345@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.431598"], ["updated_at", "2019-02-13 15:14:39.431598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "346@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "346@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.503736"], ["updated_at", "2019-02-13 15:14:39.503736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "347@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "347@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.547282"], ["updated_at", "2019-02-13 15:14:39.547282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "348@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "348@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.589814"], ["updated_at", "2019-02-13 15:14:39.589814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "349@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "349@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.592987"], ["updated_at", "2019-02-13 15:14:39.592987"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "350@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "350@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.604772"], ["updated_at", "2019-02-13 15:14:39.604772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "351@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "351@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.606477"], ["updated_at", "2019-02-13 15:14:39.606477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "352@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "352@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.609204"], ["updated_at", "2019-02-13 15:14:39.609204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "353@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "353@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.611019"], ["updated_at", "2019-02-13 15:14:39.611019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "354@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "354@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.612731"], ["updated_at", "2019-02-13 15:14:39.612731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "355@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "355@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.615388"], ["updated_at", "2019-02-13 15:14:39.615388"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "356@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "356@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.618175"], ["updated_at", "2019-02-13 15:14:39.618175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "357@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "357@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.622268"], ["updated_at", "2019-02-13 15:14:39.622268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "358@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "358@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.624307"], ["updated_at", "2019-02-13 15:14:39.624307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "359@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "359@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.625990"], ["updated_at", "2019-02-13 15:14:39.625990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "360@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "360@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.627660"], ["updated_at", "2019-02-13 15:14:39.627660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "361@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "361@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.631113"], ["updated_at", "2019-02-13 15:14:39.631113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "362@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "362@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.633114"], ["updated_at", "2019-02-13 15:14:39.633114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "363@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "363@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.637715"], ["updated_at", "2019-02-13 15:14:39.637715"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "364@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "364@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.639537"], ["updated_at", "2019-02-13 15:14:39.639537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "365@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "365@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.641118"], ["updated_at", "2019-02-13 15:14:39.641118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "366@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "366@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.642811"], ["updated_at", "2019-02-13 15:14:39.642811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "367@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "367@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.645916"], ["updated_at", "2019-02-13 15:14:39.645916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "368@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "368@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.648569"], ["updated_at", "2019-02-13 15:14:39.648569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "369@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "369@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.650431"], ["updated_at", "2019-02-13 15:14:39.650431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "370@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "370@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.658468"], ["updated_at", "2019-02-13 15:14:39.658468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "371@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "371@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.661372"], ["updated_at", "2019-02-13 15:14:39.661372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "372@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "372@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.663681"], ["updated_at", "2019-02-13 15:14:39.663681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "373@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "373@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.666139"], ["updated_at", "2019-02-13 15:14:39.666139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "374@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "374@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.672492"], ["updated_at", "2019-02-13 15:14:39.672492"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "375@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "375@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.676821"], ["updated_at", "2019-02-13 15:14:39.676821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "376@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "376@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.684290"], ["updated_at", "2019-02-13 15:14:39.684290"]]  (8.9ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "377@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "377@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.708483"], ["updated_at", "2019-02-13 15:14:39.708483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "378@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "378@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.715407"], ["updated_at", "2019-02-13 15:14:39.715407"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "379@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "379@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.728607"], ["updated_at", "2019-02-13 15:14:39.728607"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "380@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "380@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.735302"], ["updated_at", "2019-02-13 15:14:39.735302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "381@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "381@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.743430"], ["updated_at", "2019-02-13 15:14:39.743430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "382@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "382@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.750857"], ["updated_at", "2019-02-13 15:14:39.750857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "383@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "383@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.757406"], ["updated_at", "2019-02-13 15:14:39.757406"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "384@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "384@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.762842"], ["updated_at", "2019-02-13 15:14:39.762842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "385@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "385@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.766360"], ["updated_at", "2019-02-13 15:14:39.766360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "386@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "386@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.772129"], ["updated_at", "2019-02-13 15:14:39.772129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "387@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "387@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.775123"], ["updated_at", "2019-02-13 15:14:39.775123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "388@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "388@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.778915"], ["updated_at", "2019-02-13 15:14:39.778915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "389@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "389@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.782797"], ["updated_at", "2019-02-13 15:14:39.782797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "390@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "390@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.786146"], ["updated_at", "2019-02-13 15:14:39.786146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "391@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "391@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.789240"], ["updated_at", "2019-02-13 15:14:39.789240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "392@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "392@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.791203"], ["updated_at", "2019-02-13 15:14:39.791203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "393@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "393@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.792758"], ["updated_at", "2019-02-13 15:14:39.792758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "394@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "394@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.795968"], ["updated_at", "2019-02-13 15:14:39.795968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "395@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "395@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.797760"], ["updated_at", "2019-02-13 15:14:39.797760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "396@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "396@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.799345"], ["updated_at", "2019-02-13 15:14:39.799345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "397@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "397@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.801457"], ["updated_at", "2019-02-13 15:14:39.801457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "398@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "398@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.804904"], ["updated_at", "2019-02-13 15:14:39.804904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "399@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "399@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.806542"], ["updated_at", "2019-02-13 15:14:39.806542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "400@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "400@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.808304"], ["updated_at", "2019-02-13 15:14:39.808304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "401@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "401@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.810522"], ["updated_at", "2019-02-13 15:14:39.810522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "402@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "402@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.812312"], ["updated_at", "2019-02-13 15:14:39.812312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "403@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "403@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.814583"], ["updated_at", "2019-02-13 15:14:39.814583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "404@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "404@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.816982"], ["updated_at", "2019-02-13 15:14:39.816982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "405@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "405@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.819810"], ["updated_at", "2019-02-13 15:14:39.819810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "406@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "406@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.823036"], ["updated_at", "2019-02-13 15:14:39.823036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "407@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "407@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.824813"], ["updated_at", "2019-02-13 15:14:39.824813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "408@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "408@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.827910"], ["updated_at", "2019-02-13 15:14:39.827910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "409@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "409@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.830849"], ["updated_at", "2019-02-13 15:14:39.830849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "410@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "410@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.833963"], ["updated_at", "2019-02-13 15:14:39.833963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"200", "startIndex"=>"101"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 200], ["OFFSET", 100]] Completed 200 OK in 76ms (Views: 43.6ms | ActiveRecord: 2.9ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:39.934256"], ["updated_at", "2019-02-13 15:14:39.934256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "411@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "411@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.942953"], ["updated_at", "2019-02-13 15:14:39.942953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "412@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "412@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.947899"], ["updated_at", "2019-02-13 15:14:39.947899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "413@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "413@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.960342"], ["updated_at", "2019-02-13 15:14:39.960342"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "414@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "414@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.964150"], ["updated_at", "2019-02-13 15:14:39.964150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "415@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "415@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.967597"], ["updated_at", "2019-02-13 15:14:39.967597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "416@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "416@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.988397"], ["updated_at", "2019-02-13 15:14:39.988397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "417@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "417@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.992569"], ["updated_at", "2019-02-13 15:14:39.992569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "418@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "418@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.994582"], ["updated_at", "2019-02-13 15:14:39.994582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "419@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "419@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.996493"], ["updated_at", "2019-02-13 15:14:39.996493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "420@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "420@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:39.998604"], ["updated_at", "2019-02-13 15:14:39.998604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "421@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "421@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.008252"], ["updated_at", "2019-02-13 15:14:40.008252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "422@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "422@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.014905"], ["updated_at", "2019-02-13 15:14:40.014905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "423@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "423@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.024633"], ["updated_at", "2019-02-13 15:14:40.024633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "424@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "424@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.029893"], ["updated_at", "2019-02-13 15:14:40.029893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "425@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "425@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.031991"], ["updated_at", "2019-02-13 15:14:40.031991"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "426@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "426@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.042569"], ["updated_at", "2019-02-13 15:14:40.042569"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "427@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "427@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.056710"], ["updated_at", "2019-02-13 15:14:40.056710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "428@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "428@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.060111"], ["updated_at", "2019-02-13 15:14:40.060111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "429@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "429@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.062493"], ["updated_at", "2019-02-13 15:14:40.062493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "430@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "430@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.065227"], ["updated_at", "2019-02-13 15:14:40.065227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "431@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "431@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.074222"], ["updated_at", "2019-02-13 15:14:40.074222"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "432@example.com"], ["LIMIT", 1]] SQL (0.9ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "432@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.085338"], ["updated_at", "2019-02-13 15:14:40.085338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "433@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "433@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.092498"], ["updated_at", "2019-02-13 15:14:40.092498"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "434@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "434@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.109188"], ["updated_at", "2019-02-13 15:14:40.109188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "435@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "435@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.111533"], ["updated_at", "2019-02-13 15:14:40.111533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "436@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "436@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.113446"], ["updated_at", "2019-02-13 15:14:40.113446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "437@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "437@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.116762"], ["updated_at", "2019-02-13 15:14:40.116762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "438@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "438@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.125865"], ["updated_at", "2019-02-13 15:14:40.125865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "439@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "439@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.142638"], ["updated_at", "2019-02-13 15:14:40.142638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "440@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "440@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.144413"], ["updated_at", "2019-02-13 15:14:40.144413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "441@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "441@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.147164"], ["updated_at", "2019-02-13 15:14:40.147164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "442@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "442@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.150038"], ["updated_at", "2019-02-13 15:14:40.150038"]]  (1.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "443@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "443@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.168047"], ["updated_at", "2019-02-13 15:14:40.168047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "444@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "444@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.179196"], ["updated_at", "2019-02-13 15:14:40.179196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "445@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "445@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.187287"], ["updated_at", "2019-02-13 15:14:40.187287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "446@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "446@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.193174"], ["updated_at", "2019-02-13 15:14:40.193174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "447@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "447@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.194811"], ["updated_at", "2019-02-13 15:14:40.194811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "448@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "448@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.196502"], ["updated_at", "2019-02-13 15:14:40.196502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "449@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "449@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.199833"], ["updated_at", "2019-02-13 15:14:40.199833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "450@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "450@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.208335"], ["updated_at", "2019-02-13 15:14:40.208335"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "451@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "451@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.222327"], ["updated_at", "2019-02-13 15:14:40.222327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "452@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "452@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.224959"], ["updated_at", "2019-02-13 15:14:40.224959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "453@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "453@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.227341"], ["updated_at", "2019-02-13 15:14:40.227341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "454@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "454@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.230504"], ["updated_at", "2019-02-13 15:14:40.230504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "455@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "455@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.232824"], ["updated_at", "2019-02-13 15:14:40.232824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "456@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "456@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.246375"], ["updated_at", "2019-02-13 15:14:40.246375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.9ms) SAVEPOINT active_record_1 User Exists (14.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "457@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "457@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.271476"], ["updated_at", "2019-02-13 15:14:40.271476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "458@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "458@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.276588"], ["updated_at", "2019-02-13 15:14:40.276588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "459@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "459@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.278711"], ["updated_at", "2019-02-13 15:14:40.278711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "460@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "460@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.282667"], ["updated_at", "2019-02-13 15:14:40.282667"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "461@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "461@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.299168"], ["updated_at", "2019-02-13 15:14:40.299168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "462@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "462@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.301369"], ["updated_at", "2019-02-13 15:14:40.301369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.9ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "463@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "463@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.312873"], ["updated_at", "2019-02-13 15:14:40.312873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "464@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "464@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.317487"], ["updated_at", "2019-02-13 15:14:40.317487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "465@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "465@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.320789"], ["updated_at", "2019-02-13 15:14:40.320789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "466@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "466@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.326234"], ["updated_at", "2019-02-13 15:14:40.326234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "467@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "467@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.328591"], ["updated_at", "2019-02-13 15:14:40.328591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "468@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "468@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.331434"], ["updated_at", "2019-02-13 15:14:40.331434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "469@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "469@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.345051"], ["updated_at", "2019-02-13 15:14:40.345051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "470@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "470@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.347645"], ["updated_at", "2019-02-13 15:14:40.347645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "471@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "471@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.367064"], ["updated_at", "2019-02-13 15:14:40.367064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "472@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "472@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.371018"], ["updated_at", "2019-02-13 15:14:40.371018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "473@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "473@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.376855"], ["updated_at", "2019-02-13 15:14:40.376855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "474@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "474@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.378896"], ["updated_at", "2019-02-13 15:14:40.378896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "475@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "475@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.381976"], ["updated_at", "2019-02-13 15:14:40.381976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "476@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "476@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.388798"], ["updated_at", "2019-02-13 15:14:40.388798"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "477@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "477@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.402116"], ["updated_at", "2019-02-13 15:14:40.402116"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "478@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "478@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.413964"], ["updated_at", "2019-02-13 15:14:40.413964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "479@example.com"], ["LIMIT", 1]] SQL (3.0ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "479@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.418416"], ["updated_at", "2019-02-13 15:14:40.418416"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "480@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "480@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.428899"], ["updated_at", "2019-02-13 15:14:40.428899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "481@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "481@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.430876"], ["updated_at", "2019-02-13 15:14:40.430876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "482@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "482@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.432650"], ["updated_at", "2019-02-13 15:14:40.432650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "483@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "483@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.441132"], ["updated_at", "2019-02-13 15:14:40.441132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "484@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "484@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.444538"], ["updated_at", "2019-02-13 15:14:40.444538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "485@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "485@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.446617"], ["updated_at", "2019-02-13 15:14:40.446617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "486@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "486@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.448639"], ["updated_at", "2019-02-13 15:14:40.448639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "487@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "487@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.452541"], ["updated_at", "2019-02-13 15:14:40.452541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "488@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "488@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.498821"], ["updated_at", "2019-02-13 15:14:40.498821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "489@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "489@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.501682"], ["updated_at", "2019-02-13 15:14:40.501682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "490@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "490@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.505470"], ["updated_at", "2019-02-13 15:14:40.505470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "491@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "491@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.507779"], ["updated_at", "2019-02-13 15:14:40.507779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "492@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "492@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.511061"], ["updated_at", "2019-02-13 15:14:40.511061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "493@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "493@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.514397"], ["updated_at", "2019-02-13 15:14:40.514397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "494@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "494@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.517590"], ["updated_at", "2019-02-13 15:14:40.517590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "495@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "495@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.520758"], ["updated_at", "2019-02-13 15:14:40.520758"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "496@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "496@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.523610"], ["updated_at", "2019-02-13 15:14:40.523610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "497@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "497@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.525484"], ["updated_at", "2019-02-13 15:14:40.525484"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "498@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "498@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.528874"], ["updated_at", "2019-02-13 15:14:40.528874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "499@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "499@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.530975"], ["updated_at", "2019-02-13 15:14:40.530975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "500@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "500@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.532465"], ["updated_at", "2019-02-13 15:14:40.532465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "501@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "501@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.533896"], ["updated_at", "2019-02-13 15:14:40.533896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "502@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "502@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.535454"], ["updated_at", "2019-02-13 15:14:40.535454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "503@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "503@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.538190"], ["updated_at", "2019-02-13 15:14:40.538190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "504@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "504@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.539800"], ["updated_at", "2019-02-13 15:14:40.539800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "505@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "505@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.541353"], ["updated_at", "2019-02-13 15:14:40.541353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "506@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "506@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.543027"], ["updated_at", "2019-02-13 15:14:40.543027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "507@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "507@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.544934"], ["updated_at", "2019-02-13 15:14:40.544934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "508@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "508@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.547020"], ["updated_at", "2019-02-13 15:14:40.547020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "509@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "509@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.548679"], ["updated_at", "2019-02-13 15:14:40.548679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "510@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "510@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.550208"], ["updated_at", "2019-02-13 15:14:40.550208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "511@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "511@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.551810"], ["updated_at", "2019-02-13 15:14:40.551810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "512@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "512@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.554115"], ["updated_at", "2019-02-13 15:14:40.554115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "513@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "513@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.556152"], ["updated_at", "2019-02-13 15:14:40.556152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "514@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "514@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.557767"], ["updated_at", "2019-02-13 15:14:40.557767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "515@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "515@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.560373"], ["updated_at", "2019-02-13 15:14:40.560373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "516@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "516@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.562366"], ["updated_at", "2019-02-13 15:14:40.562366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "517@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "517@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.564546"], ["updated_at", "2019-02-13 15:14:40.564546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "518@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "518@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.567244"], ["updated_at", "2019-02-13 15:14:40.567244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "519@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "519@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.571745"], ["updated_at", "2019-02-13 15:14:40.571745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "520@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "520@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.573453"], ["updated_at", "2019-02-13 15:14:40.573453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "521@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "521@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.574963"], ["updated_at", "2019-02-13 15:14:40.574963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "522@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "522@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.576879"], ["updated_at", "2019-02-13 15:14:40.576879"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "523@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "523@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.579384"], ["updated_at", "2019-02-13 15:14:40.579384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "524@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "524@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.581084"], ["updated_at", "2019-02-13 15:14:40.581084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "525@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "525@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.583169"], ["updated_at", "2019-02-13 15:14:40.583169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "526@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "526@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.585426"], ["updated_at", "2019-02-13 15:14:40.585426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "527@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "527@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.587883"], ["updated_at", "2019-02-13 15:14:40.587883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "528@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "528@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.590141"], ["updated_at", "2019-02-13 15:14:40.590141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "529@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "529@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.591681"], ["updated_at", "2019-02-13 15:14:40.591681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "530@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "530@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.593135"], ["updated_at", "2019-02-13 15:14:40.593135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "531@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "531@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.594629"], ["updated_at", "2019-02-13 15:14:40.594629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "532@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "532@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.596256"], ["updated_at", "2019-02-13 15:14:40.596256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "533@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "533@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.597957"], ["updated_at", "2019-02-13 15:14:40.597957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "534@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "534@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.599450"], ["updated_at", "2019-02-13 15:14:40.599450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "535@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "535@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.600916"], ["updated_at", "2019-02-13 15:14:40.600916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "536@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "536@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.602411"], ["updated_at", "2019-02-13 15:14:40.602411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "537@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "537@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.604516"], ["updated_at", "2019-02-13 15:14:40.604516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "538@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "538@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.606824"], ["updated_at", "2019-02-13 15:14:40.606824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "539@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "539@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.608650"], ["updated_at", "2019-02-13 15:14:40.608650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "540@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "540@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.610256"], ["updated_at", "2019-02-13 15:14:40.610256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "541@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "541@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.611810"], ["updated_at", "2019-02-13 15:14:40.611810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "542@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "542@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.613492"], ["updated_at", "2019-02-13 15:14:40.613492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "543@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "543@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.615204"], ["updated_at", "2019-02-13 15:14:40.615204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "544@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "544@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.616992"], ["updated_at", "2019-02-13 15:14:40.616992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "545@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "545@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.618586"], ["updated_at", "2019-02-13 15:14:40.618586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "546@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "546@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.620619"], ["updated_at", "2019-02-13 15:14:40.620619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "547@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "547@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.622584"], ["updated_at", "2019-02-13 15:14:40.622584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "548@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "548@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.624260"], ["updated_at", "2019-02-13 15:14:40.624260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "549@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "549@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.625782"], ["updated_at", "2019-02-13 15:14:40.625782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "550@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "550@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.627357"], ["updated_at", "2019-02-13 15:14:40.627357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "551@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "551@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.628948"], ["updated_at", "2019-02-13 15:14:40.628948"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "552@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "552@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.631492"], ["updated_at", "2019-02-13 15:14:40.631492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "553@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "553@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.633142"], ["updated_at", "2019-02-13 15:14:40.633142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "554@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "554@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.635242"], ["updated_at", "2019-02-13 15:14:40.635242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "555@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "555@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.637530"], ["updated_at", "2019-02-13 15:14:40.637530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "556@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "556@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.639585"], ["updated_at", "2019-02-13 15:14:40.639585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "557@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "557@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.641647"], ["updated_at", "2019-02-13 15:14:40.641647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "558@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "558@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.643516"], ["updated_at", "2019-02-13 15:14:40.643516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "559@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "559@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.645110"], ["updated_at", "2019-02-13 15:14:40.645110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "560@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "560@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.646650"], ["updated_at", "2019-02-13 15:14:40.646650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "561@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "561@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.648217"], ["updated_at", "2019-02-13 15:14:40.648217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "562@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "562@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.649827"], ["updated_at", "2019-02-13 15:14:40.649827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "563@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "563@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.651468"], ["updated_at", "2019-02-13 15:14:40.651468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "564@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "564@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.654523"], ["updated_at", "2019-02-13 15:14:40.654523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "565@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "565@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.656332"], ["updated_at", "2019-02-13 15:14:40.656332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "566@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "566@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.657979"], ["updated_at", "2019-02-13 15:14:40.657979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "567@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "567@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.659548"], ["updated_at", "2019-02-13 15:14:40.659548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "568@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "568@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.661109"], ["updated_at", "2019-02-13 15:14:40.661109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "569@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "569@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.662706"], ["updated_at", "2019-02-13 15:14:40.662706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "570@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "570@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.664505"], ["updated_at", "2019-02-13 15:14:40.664505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "571@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "571@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.666285"], ["updated_at", "2019-02-13 15:14:40.666285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "572@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "572@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.667994"], ["updated_at", "2019-02-13 15:14:40.667994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "573@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "573@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.669629"], ["updated_at", "2019-02-13 15:14:40.669629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "574@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "574@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.674792"], ["updated_at", "2019-02-13 15:14:40.674792"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "575@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "575@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.676955"], ["updated_at", "2019-02-13 15:14:40.676955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "576@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "576@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.678587"], ["updated_at", "2019-02-13 15:14:40.678587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "577@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "577@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.680068"], ["updated_at", "2019-02-13 15:14:40.680068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "578@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "578@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.682276"], ["updated_at", "2019-02-13 15:14:40.682276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "579@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "579@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.685472"], ["updated_at", "2019-02-13 15:14:40.685472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "580@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "580@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.688650"], ["updated_at", "2019-02-13 15:14:40.688650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "581@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "581@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.690657"], ["updated_at", "2019-02-13 15:14:40.690657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "582@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "582@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.692376"], ["updated_at", "2019-02-13 15:14:40.692376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "583@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "583@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.694013"], ["updated_at", "2019-02-13 15:14:40.694013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "584@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "584@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.695542"], ["updated_at", "2019-02-13 15:14:40.695542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "585@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "585@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.698052"], ["updated_at", "2019-02-13 15:14:40.698052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "586@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "586@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.700230"], ["updated_at", "2019-02-13 15:14:40.700230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "587@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "587@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.701891"], ["updated_at", "2019-02-13 15:14:40.701891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "588@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "588@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.703433"], ["updated_at", "2019-02-13 15:14:40.703433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "589@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "589@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.705733"], ["updated_at", "2019-02-13 15:14:40.705733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "590@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "590@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.707362"], ["updated_at", "2019-02-13 15:14:40.707362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "591@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "591@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.708913"], ["updated_at", "2019-02-13 15:14:40.708913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "592@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "592@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.710500"], ["updated_at", "2019-02-13 15:14:40.710500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "593@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "593@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.712055"], ["updated_at", "2019-02-13 15:14:40.712055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "594@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "594@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.713765"], ["updated_at", "2019-02-13 15:14:40.713765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "595@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "595@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.715468"], ["updated_at", "2019-02-13 15:14:40.715468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "596@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "596@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.717062"], ["updated_at", "2019-02-13 15:14:40.717062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "597@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "597@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.718586"], ["updated_at", "2019-02-13 15:14:40.718586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "598@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "598@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.720086"], ["updated_at", "2019-02-13 15:14:40.720086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "599@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "599@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.722742"], ["updated_at", "2019-02-13 15:14:40.722742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "600@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "600@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.724451"], ["updated_at", "2019-02-13 15:14:40.724451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "601@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "601@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.725981"], ["updated_at", "2019-02-13 15:14:40.725981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "602@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "602@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.727466"], ["updated_at", "2019-02-13 15:14:40.727466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "603@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "603@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.728931"], ["updated_at", "2019-02-13 15:14:40.728931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "604@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "604@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.730530"], ["updated_at", "2019-02-13 15:14:40.730530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "605@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "605@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.732160"], ["updated_at", "2019-02-13 15:14:40.732160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "606@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "606@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.733747"], ["updated_at", "2019-02-13 15:14:40.733747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "607@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "607@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.735239"], ["updated_at", "2019-02-13 15:14:40.735239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "608@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "608@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.737114"], ["updated_at", "2019-02-13 15:14:40.737114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "609@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "609@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.738935"], ["updated_at", "2019-02-13 15:14:40.738935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "610@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "610@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.741176"], ["updated_at", "2019-02-13 15:14:40.741176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "611@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "611@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.746655"], ["updated_at", "2019-02-13 15:14:40.746655"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "612@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "612@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.750245"], ["updated_at", "2019-02-13 15:14:40.750245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "613@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "613@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.754054"], ["updated_at", "2019-02-13 15:14:40.754054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "614@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "614@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.757075"], ["updated_at", "2019-02-13 15:14:40.757075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "615@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "615@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.761171"], ["updated_at", "2019-02-13 15:14:40.761171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "616@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "616@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.763401"], ["updated_at", "2019-02-13 15:14:40.763401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "617@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "617@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.765104"], ["updated_at", "2019-02-13 15:14:40.765104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "618@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "618@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.766677"], ["updated_at", "2019-02-13 15:14:40.766677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "619@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "619@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.768192"], ["updated_at", "2019-02-13 15:14:40.768192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "620@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "620@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.771185"], ["updated_at", "2019-02-13 15:14:40.771185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "621@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "621@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.773081"], ["updated_at", "2019-02-13 15:14:40.773081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "622@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "622@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.774773"], ["updated_at", "2019-02-13 15:14:40.774773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "623@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "623@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.776548"], ["updated_at", "2019-02-13 15:14:40.776548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "624@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "624@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.778486"], ["updated_at", "2019-02-13 15:14:40.778486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "625@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "625@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.780066"], ["updated_at", "2019-02-13 15:14:40.780066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "626@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "626@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.781655"], ["updated_at", "2019-02-13 15:14:40.781655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "627@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "627@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.783172"], ["updated_at", "2019-02-13 15:14:40.783172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "628@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "628@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.785023"], ["updated_at", "2019-02-13 15:14:40.785023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "629@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "629@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.787334"], ["updated_at", "2019-02-13 15:14:40.787334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "630@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "630@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.789182"], ["updated_at", "2019-02-13 15:14:40.789182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "631@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "631@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.790882"], ["updated_at", "2019-02-13 15:14:40.790882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "632@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "632@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.793129"], ["updated_at", "2019-02-13 15:14:40.793129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "633@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "633@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.795095"], ["updated_at", "2019-02-13 15:14:40.795095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "634@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "634@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.796768"], ["updated_at", "2019-02-13 15:14:40.796768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "635@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "635@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.798355"], ["updated_at", "2019-02-13 15:14:40.798355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "636@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "636@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.799828"], ["updated_at", "2019-02-13 15:14:40.799828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "637@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "637@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.801922"], ["updated_at", "2019-02-13 15:14:40.801922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "638@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "638@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.805046"], ["updated_at", "2019-02-13 15:14:40.805046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "639@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "639@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.806763"], ["updated_at", "2019-02-13 15:14:40.806763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "640@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "640@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.808325"], ["updated_at", "2019-02-13 15:14:40.808325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "641@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "641@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.809837"], ["updated_at", "2019-02-13 15:14:40.809837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "642@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "642@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.811405"], ["updated_at", "2019-02-13 15:14:40.811405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "643@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "643@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.813238"], ["updated_at", "2019-02-13 15:14:40.813238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "644@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "644@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.815038"], ["updated_at", "2019-02-13 15:14:40.815038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "645@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "645@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.817720"], ["updated_at", "2019-02-13 15:14:40.817720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "646@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "646@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.819452"], ["updated_at", "2019-02-13 15:14:40.819452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "647@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "647@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.821680"], ["updated_at", "2019-02-13 15:14:40.821680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "648@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "648@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.823385"], ["updated_at", "2019-02-13 15:14:40.823385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "649@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "649@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.824928"], ["updated_at", "2019-02-13 15:14:40.824928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "650@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "650@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.826441"], ["updated_at", "2019-02-13 15:14:40.826441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "651@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "651@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.828178"], ["updated_at", "2019-02-13 15:14:40.828178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "652@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "652@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.829791"], ["updated_at", "2019-02-13 15:14:40.829791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "653@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "653@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.831486"], ["updated_at", "2019-02-13 15:14:40.831486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "654@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "654@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.833038"], ["updated_at", "2019-02-13 15:14:40.833038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "655@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "655@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.834594"], ["updated_at", "2019-02-13 15:14:40.834594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "656@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "656@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.836124"], ["updated_at", "2019-02-13 15:14:40.836124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "657@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "657@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.838946"], ["updated_at", "2019-02-13 15:14:40.838946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "658@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "658@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.840846"], ["updated_at", "2019-02-13 15:14:40.840846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "659@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "659@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.842724"], ["updated_at", "2019-02-13 15:14:40.842724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "660@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "660@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.844507"], ["updated_at", "2019-02-13 15:14:40.844507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "661@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "661@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.846145"], ["updated_at", "2019-02-13 15:14:40.846145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "662@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "662@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.847824"], ["updated_at", "2019-02-13 15:14:40.847824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "663@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "663@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.849449"], ["updated_at", "2019-02-13 15:14:40.849449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "664@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "664@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.851014"], ["updated_at", "2019-02-13 15:14:40.851014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "665@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "665@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.852637"], ["updated_at", "2019-02-13 15:14:40.852637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "666@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "666@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.855178"], ["updated_at", "2019-02-13 15:14:40.855178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "667@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "667@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.857711"], ["updated_at", "2019-02-13 15:14:40.857711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "668@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "668@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.859427"], ["updated_at", "2019-02-13 15:14:40.859427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "669@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "669@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.861035"], ["updated_at", "2019-02-13 15:14:40.861035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "670@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "670@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.866479"], ["updated_at", "2019-02-13 15:14:40.866479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "671@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "671@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.868289"], ["updated_at", "2019-02-13 15:14:40.868289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "672@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "672@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.870209"], ["updated_at", "2019-02-13 15:14:40.870209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "673@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "673@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.872111"], ["updated_at", "2019-02-13 15:14:40.872111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "674@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "674@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.873703"], ["updated_at", "2019-02-13 15:14:40.873703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "675@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "675@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.875191"], ["updated_at", "2019-02-13 15:14:40.875191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "676@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "676@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.876826"], ["updated_at", "2019-02-13 15:14:40.876826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "677@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "677@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.878430"], ["updated_at", "2019-02-13 15:14:40.878430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "678@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "678@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.879902"], ["updated_at", "2019-02-13 15:14:40.879902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "679@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "679@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.881370"], ["updated_at", "2019-02-13 15:14:40.881370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "680@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "680@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.882885"], ["updated_at", "2019-02-13 15:14:40.882885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "681@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "681@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.884816"], ["updated_at", "2019-02-13 15:14:40.884816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "682@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "682@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.887650"], ["updated_at", "2019-02-13 15:14:40.887650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "683@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "683@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.889377"], ["updated_at", "2019-02-13 15:14:40.889377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "684@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "684@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.891201"], ["updated_at", "2019-02-13 15:14:40.891201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "685@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "685@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.892816"], ["updated_at", "2019-02-13 15:14:40.892816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "686@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "686@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.894808"], ["updated_at", "2019-02-13 15:14:40.894808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "687@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "687@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.896475"], ["updated_at", "2019-02-13 15:14:40.896475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "688@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "688@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.898086"], ["updated_at", "2019-02-13 15:14:40.898086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "689@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "689@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.899701"], ["updated_at", "2019-02-13 15:14:40.899701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "690@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "690@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.901269"], ["updated_at", "2019-02-13 15:14:40.901269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "691@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "691@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.902803"], ["updated_at", "2019-02-13 15:14:40.902803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "692@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "692@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.905184"], ["updated_at", "2019-02-13 15:14:40.905184"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "693@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "693@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.907420"], ["updated_at", "2019-02-13 15:14:40.907420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "694@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "694@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.909656"], ["updated_at", "2019-02-13 15:14:40.909656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "695@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "695@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.911194"], ["updated_at", "2019-02-13 15:14:40.911194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "696@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "696@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.912736"], ["updated_at", "2019-02-13 15:14:40.912736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "697@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "697@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.914992"], ["updated_at", "2019-02-13 15:14:40.914992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "698@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "698@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.916688"], ["updated_at", "2019-02-13 15:14:40.916688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "699@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "699@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.918311"], ["updated_at", "2019-02-13 15:14:40.918311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "700@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "700@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.919887"], ["updated_at", "2019-02-13 15:14:40.919887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "701@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "701@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.922245"], ["updated_at", "2019-02-13 15:14:40.922245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "702@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "702@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.924039"], ["updated_at", "2019-02-13 15:14:40.924039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "703@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "703@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.925568"], ["updated_at", "2019-02-13 15:14:40.925568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "704@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "704@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.927047"], ["updated_at", "2019-02-13 15:14:40.927047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "705@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "705@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.928609"], ["updated_at", "2019-02-13 15:14:40.928609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "706@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "706@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.930315"], ["updated_at", "2019-02-13 15:14:40.930315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "707@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "707@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.932448"], ["updated_at", "2019-02-13 15:14:40.932448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "708@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "708@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.934160"], ["updated_at", "2019-02-13 15:14:40.934160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "709@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "709@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.935768"], ["updated_at", "2019-02-13 15:14:40.935768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "710@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "710@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.937941"], ["updated_at", "2019-02-13 15:14:40.937941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 16ms (Views: 8.3ms | ActiveRecord: 0.6ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:40.957999"], ["updated_at", "2019-02-13 15:14:40.957999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"address eq 101 Nowhere USA"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] Completed 400 Bad Request in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:40.963417"], ["updated_at", "2019-02-13 15:14:40.963417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq fake_not_there"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'fake_not_there') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:40.969986"], ["updated_at", "2019-02-13 15:14:40.969986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:40.976492"], ["updated_at", "2019-02-13 15:14:40.976492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test1@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test1@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.979222"], ["updated_at", "2019-02-13 15:14:40.979222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "test2@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "test2@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.981813"], ["updated_at", "2019-02-13 15:14:40.981813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"email eq test1@example.com"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("email" = 'test1@example.com') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:40.988512"], ["updated_at", "2019-02-13 15:14:40.988512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "711@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Chidi"], ["last_name", "Anagonye"], ["email", "711@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.990895"], ["updated_at", "2019-02-13 15:14:40.990895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "712@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Eleanor"], ["last_name", "Shellstrop"], ["email", "712@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:40.995031"], ["updated_at", "2019-02-13 15:14:40.995031"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"filter"=>"familyName eq Shellstrop"} Company Load (1.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') [["company_id", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND ("last_name" = 'Shellstrop') ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:41.017177"], ["updated_at", "2019-02-13 15:14:41.017177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "713@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "713@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.030871"], ["updated_at", "2019-02-13 15:14:41.030871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "714@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "714@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.034073"], ["updated_at", "2019-02-13 15:14:41.034073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "715@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "715@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.039792"], ["updated_at", "2019-02-13 15:14:41.039792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "716@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "716@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.041561"], ["updated_at", "2019-02-13 15:14:41.041561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "717@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "717@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.043323"], ["updated_at", "2019-02-13 15:14:41.043323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "718@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "718@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.045099"], ["updated_at", "2019-02-13 15:14:41.045099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "719@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "719@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.047898"], ["updated_at", "2019-02-13 15:14:41.047898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "720@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "720@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.049686"], ["updated_at", "2019-02-13 15:14:41.049686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "721@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "721@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.051285"], ["updated_at", "2019-02-13 15:14:41.051285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "722@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "722@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.054362"], ["updated_at", "2019-02-13 15:14:41.054362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "723@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "723@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.056177"], ["updated_at", "2019-02-13 15:14:41.056177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "724@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "724@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.057852"], ["updated_at", "2019-02-13 15:14:41.057852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "725@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "725@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.059454"], ["updated_at", "2019-02-13 15:14:41.059454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "726@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "726@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.060922"], ["updated_at", "2019-02-13 15:14:41.060922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "727@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "727@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.062541"], ["updated_at", "2019-02-13 15:14:41.062541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "728@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "728@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.064266"], ["updated_at", "2019-02-13 15:14:41.064266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "729@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "729@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.065875"], ["updated_at", "2019-02-13 15:14:41.065875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "730@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "730@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.067433"], ["updated_at", "2019-02-13 15:14:41.067433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "731@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "731@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.069473"], ["updated_at", "2019-02-13 15:14:41.069473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "732@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "732@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.072284"], ["updated_at", "2019-02-13 15:14:41.072284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "733@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "733@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.073903"], ["updated_at", "2019-02-13 15:14:41.073903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "734@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "734@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.075443"], ["updated_at", "2019-02-13 15:14:41.075443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "735@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "735@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.076953"], ["updated_at", "2019-02-13 15:14:41.076953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "736@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "736@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.078413"], ["updated_at", "2019-02-13 15:14:41.078413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "737@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "737@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.079958"], ["updated_at", "2019-02-13 15:14:41.079958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "738@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "738@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.081878"], ["updated_at", "2019-02-13 15:14:41.081878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "739@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "739@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.083630"], ["updated_at", "2019-02-13 15:14:41.083630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "740@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "740@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.085209"], ["updated_at", "2019-02-13 15:14:41.085209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "741@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "741@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.087547"], ["updated_at", "2019-02-13 15:14:41.087547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "742@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "742@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.089267"], ["updated_at", "2019-02-13 15:14:41.089267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "743@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "743@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.090758"], ["updated_at", "2019-02-13 15:14:41.090758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "744@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "744@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.092314"], ["updated_at", "2019-02-13 15:14:41.092314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "745@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "745@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.094509"], ["updated_at", "2019-02-13 15:14:41.094509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "746@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "746@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.096322"], ["updated_at", "2019-02-13 15:14:41.096322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "747@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "747@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.098020"], ["updated_at", "2019-02-13 15:14:41.098020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "748@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "748@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.099716"], ["updated_at", "2019-02-13 15:14:41.099716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "749@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "749@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.102249"], ["updated_at", "2019-02-13 15:14:41.102249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "750@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "750@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.104248"], ["updated_at", "2019-02-13 15:14:41.104248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "751@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "751@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.106084"], ["updated_at", "2019-02-13 15:14:41.106084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "752@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "752@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.107621"], ["updated_at", "2019-02-13 15:14:41.107621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "753@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "753@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.109163"], ["updated_at", "2019-02-13 15:14:41.109163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "754@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "754@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.110741"], ["updated_at", "2019-02-13 15:14:41.110741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "755@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "755@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.112365"], ["updated_at", "2019-02-13 15:14:41.112365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "756@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "756@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.113913"], ["updated_at", "2019-02-13 15:14:41.113913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "757@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "757@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.115435"], ["updated_at", "2019-02-13 15:14:41.115435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "758@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "758@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.117321"], ["updated_at", "2019-02-13 15:14:41.117321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "759@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "759@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.119262"], ["updated_at", "2019-02-13 15:14:41.119262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "760@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "760@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.122086"], ["updated_at", "2019-02-13 15:14:41.122086"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "761@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "761@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.123898"], ["updated_at", "2019-02-13 15:14:41.123898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "762@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "762@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.125473"], ["updated_at", "2019-02-13 15:14:41.125473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "763@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "763@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.127039"], ["updated_at", "2019-02-13 15:14:41.127039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "764@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "764@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.128608"], ["updated_at", "2019-02-13 15:14:41.128608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "765@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "765@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.130145"], ["updated_at", "2019-02-13 15:14:41.130145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "766@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "766@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.131742"], ["updated_at", "2019-02-13 15:14:41.131742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "767@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "767@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.133432"], ["updated_at", "2019-02-13 15:14:41.133432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "768@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "768@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.136356"], ["updated_at", "2019-02-13 15:14:41.136356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "769@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "769@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.138551"], ["updated_at", "2019-02-13 15:14:41.138551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "770@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "770@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.140298"], ["updated_at", "2019-02-13 15:14:41.140298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "771@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "771@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.142082"], ["updated_at", "2019-02-13 15:14:41.142082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "772@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "772@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.143528"], ["updated_at", "2019-02-13 15:14:41.143528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "773@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "773@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.145037"], ["updated_at", "2019-02-13 15:14:41.145037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "774@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "774@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.146757"], ["updated_at", "2019-02-13 15:14:41.146757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "775@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "775@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.148458"], ["updated_at", "2019-02-13 15:14:41.148458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "776@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "776@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.150317"], ["updated_at", "2019-02-13 15:14:41.150317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "777@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "777@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.151886"], ["updated_at", "2019-02-13 15:14:41.151886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "778@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "778@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.153416"], ["updated_at", "2019-02-13 15:14:41.153416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "779@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "779@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.155694"], ["updated_at", "2019-02-13 15:14:41.155694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "780@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "780@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.157383"], ["updated_at", "2019-02-13 15:14:41.157383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "781@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "781@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.158906"], ["updated_at", "2019-02-13 15:14:41.158906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "782@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "782@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.160400"], ["updated_at", "2019-02-13 15:14:41.160400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "783@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "783@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.162016"], ["updated_at", "2019-02-13 15:14:41.162016"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "784@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "784@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.164625"], ["updated_at", "2019-02-13 15:14:41.164625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "785@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "785@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.166288"], ["updated_at", "2019-02-13 15:14:41.166288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "786@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "786@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.167835"], ["updated_at", "2019-02-13 15:14:41.167835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "787@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "787@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.169377"], ["updated_at", "2019-02-13 15:14:41.169377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "788@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "788@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.171676"], ["updated_at", "2019-02-13 15:14:41.171676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "789@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "789@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.173562"], ["updated_at", "2019-02-13 15:14:41.173562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "790@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "790@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.175140"], ["updated_at", "2019-02-13 15:14:41.175140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "791@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "791@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.176664"], ["updated_at", "2019-02-13 15:14:41.176664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "792@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "792@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.178232"], ["updated_at", "2019-02-13 15:14:41.178232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "793@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "793@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.180021"], ["updated_at", "2019-02-13 15:14:41.180021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "794@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "794@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.181902"], ["updated_at", "2019-02-13 15:14:41.181902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "795@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "795@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.183624"], ["updated_at", "2019-02-13 15:14:41.183624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "796@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "796@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.185242"], ["updated_at", "2019-02-13 15:14:41.185242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "797@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "797@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.188403"], ["updated_at", "2019-02-13 15:14:41.188403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "798@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "798@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.190223"], ["updated_at", "2019-02-13 15:14:41.190223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "799@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "799@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.191843"], ["updated_at", "2019-02-13 15:14:41.191843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "800@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "800@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.193440"], ["updated_at", "2019-02-13 15:14:41.193440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "801@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "801@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.195040"], ["updated_at", "2019-02-13 15:14:41.195040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "802@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "802@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.196731"], ["updated_at", "2019-02-13 15:14:41.196731"]]  (2.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "803@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "803@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.200901"], ["updated_at", "2019-02-13 15:14:41.200901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "804@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "804@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.202471"], ["updated_at", "2019-02-13 15:14:41.202471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "805@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "805@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.204618"], ["updated_at", "2019-02-13 15:14:41.204618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "806@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "806@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.206363"], ["updated_at", "2019-02-13 15:14:41.206363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "807@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "807@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.207868"], ["updated_at", "2019-02-13 15:14:41.207868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "808@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "808@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.209359"], ["updated_at", "2019-02-13 15:14:41.209359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "809@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "809@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.211459"], ["updated_at", "2019-02-13 15:14:41.211459"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "810@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "810@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.213134"], ["updated_at", "2019-02-13 15:14:41.213134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "811@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "811@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.214663"], ["updated_at", "2019-02-13 15:14:41.214663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "812@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "812@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.216558"], ["updated_at", "2019-02-13 15:14:41.216558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "813@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "813@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.218139"], ["updated_at", "2019-02-13 15:14:41.218139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "814@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "814@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.219664"], ["updated_at", "2019-02-13 15:14:41.219664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "815@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "815@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.221956"], ["updated_at", "2019-02-13 15:14:41.221956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "816@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "816@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.223746"], ["updated_at", "2019-02-13 15:14:41.223746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "817@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "817@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.225381"], ["updated_at", "2019-02-13 15:14:41.225381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "818@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "818@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.226900"], ["updated_at", "2019-02-13 15:14:41.226900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "819@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "819@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.228409"], ["updated_at", "2019-02-13 15:14:41.228409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "820@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "820@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.230036"], ["updated_at", "2019-02-13 15:14:41.230036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "821@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "821@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.231608"], ["updated_at", "2019-02-13 15:14:41.231608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "822@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "822@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.233533"], ["updated_at", "2019-02-13 15:14:41.233533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "823@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "823@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.235408"], ["updated_at", "2019-02-13 15:14:41.235408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "824@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "824@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.236968"], ["updated_at", "2019-02-13 15:14:41.236968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "825@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "825@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.239186"], ["updated_at", "2019-02-13 15:14:41.239186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "826@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "826@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.240826"], ["updated_at", "2019-02-13 15:14:41.240826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "827@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "827@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.242369"], ["updated_at", "2019-02-13 15:14:41.242369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "828@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "828@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.245788"], ["updated_at", "2019-02-13 15:14:41.245788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "829@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "829@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.250548"], ["updated_at", "2019-02-13 15:14:41.250548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "830@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "830@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.255509"], ["updated_at", "2019-02-13 15:14:41.255509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "831@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "831@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.260095"], ["updated_at", "2019-02-13 15:14:41.260095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "832@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "832@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.263912"], ["updated_at", "2019-02-13 15:14:41.263912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "833@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "833@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.266487"], ["updated_at", "2019-02-13 15:14:41.266487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "834@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "834@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.268775"], ["updated_at", "2019-02-13 15:14:41.268775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "835@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "835@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.270480"], ["updated_at", "2019-02-13 15:14:41.270480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "836@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "836@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.272712"], ["updated_at", "2019-02-13 15:14:41.272712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "837@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "837@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.274416"], ["updated_at", "2019-02-13 15:14:41.274416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "838@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "838@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.276043"], ["updated_at", "2019-02-13 15:14:41.276043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "839@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "839@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.277617"], ["updated_at", "2019-02-13 15:14:41.277617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "840@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "840@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.279323"], ["updated_at", "2019-02-13 15:14:41.279323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "841@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "841@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.281457"], ["updated_at", "2019-02-13 15:14:41.281457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "842@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "842@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.283523"], ["updated_at", "2019-02-13 15:14:41.283523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "843@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "843@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.285219"], ["updated_at", "2019-02-13 15:14:41.285219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "844@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "844@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.286748"], ["updated_at", "2019-02-13 15:14:41.286748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "845@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "845@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.289238"], ["updated_at", "2019-02-13 15:14:41.289238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "846@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "846@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.290899"], ["updated_at", "2019-02-13 15:14:41.290899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "847@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "847@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.292419"], ["updated_at", "2019-02-13 15:14:41.292419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "848@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "848@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.293974"], ["updated_at", "2019-02-13 15:14:41.293974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "849@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "849@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.295559"], ["updated_at", "2019-02-13 15:14:41.295559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "850@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "850@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.297194"], ["updated_at", "2019-02-13 15:14:41.297194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "851@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "851@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.298762"], ["updated_at", "2019-02-13 15:14:41.298762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "852@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "852@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.300231"], ["updated_at", "2019-02-13 15:14:41.300231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "853@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "853@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.301933"], ["updated_at", "2019-02-13 15:14:41.301933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "854@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "854@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.304554"], ["updated_at", "2019-02-13 15:14:41.304554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "855@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "855@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.306407"], ["updated_at", "2019-02-13 15:14:41.306407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "856@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "856@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.307937"], ["updated_at", "2019-02-13 15:14:41.307937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "857@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "857@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.309406"], ["updated_at", "2019-02-13 15:14:41.309406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "858@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "858@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.310895"], ["updated_at", "2019-02-13 15:14:41.310895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "859@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "859@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.312427"], ["updated_at", "2019-02-13 15:14:41.312427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "860@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "860@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.313988"], ["updated_at", "2019-02-13 15:14:41.313988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "861@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "861@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.315579"], ["updated_at", "2019-02-13 15:14:41.315579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "862@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "862@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.317094"], ["updated_at", "2019-02-13 15:14:41.317094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "863@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "863@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.318682"], ["updated_at", "2019-02-13 15:14:41.318682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "864@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "864@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.320828"], ["updated_at", "2019-02-13 15:14:41.320828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "865@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "865@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.323038"], ["updated_at", "2019-02-13 15:14:41.323038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "866@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "866@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.324792"], ["updated_at", "2019-02-13 15:14:41.324792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "867@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "867@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.326885"], ["updated_at", "2019-02-13 15:14:41.326885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "868@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "868@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.328523"], ["updated_at", "2019-02-13 15:14:41.328523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "869@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "869@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.330271"], ["updated_at", "2019-02-13 15:14:41.330271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "870@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "870@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.331792"], ["updated_at", "2019-02-13 15:14:41.331792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "871@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "871@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.333294"], ["updated_at", "2019-02-13 15:14:41.333294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "872@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "872@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.334799"], ["updated_at", "2019-02-13 15:14:41.334799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "873@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "873@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.336370"], ["updated_at", "2019-02-13 15:14:41.336370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "874@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "874@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.338517"], ["updated_at", "2019-02-13 15:14:41.338517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "875@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "875@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.340469"], ["updated_at", "2019-02-13 15:14:41.340469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "876@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "876@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.342172"], ["updated_at", "2019-02-13 15:14:41.342172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "877@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "877@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.343871"], ["updated_at", "2019-02-13 15:14:41.343871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "878@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "878@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.345518"], ["updated_at", "2019-02-13 15:14:41.345518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "879@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "879@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.347160"], ["updated_at", "2019-02-13 15:14:41.347160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "880@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "880@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.348801"], ["updated_at", "2019-02-13 15:14:41.348801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "881@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "881@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.351201"], ["updated_at", "2019-02-13 15:14:41.351201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "882@example.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "882@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.353037"], ["updated_at", "2019-02-13 15:14:41.353037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "883@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "883@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.355874"], ["updated_at", "2019-02-13 15:14:41.355874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "884@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "884@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.358387"], ["updated_at", "2019-02-13 15:14:41.358387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "885@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "885@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.360140"], ["updated_at", "2019-02-13 15:14:41.360140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "886@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "886@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.365357"], ["updated_at", "2019-02-13 15:14:41.365357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "887@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "887@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.367214"], ["updated_at", "2019-02-13 15:14:41.367214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "888@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "888@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.368875"], ["updated_at", "2019-02-13 15:14:41.368875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "889@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "889@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.371091"], ["updated_at", "2019-02-13 15:14:41.371091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "890@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "890@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.373463"], ["updated_at", "2019-02-13 15:14:41.373463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "891@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "891@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.375237"], ["updated_at", "2019-02-13 15:14:41.375237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "892@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "892@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.376848"], ["updated_at", "2019-02-13 15:14:41.376848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "893@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "893@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.378433"], ["updated_at", "2019-02-13 15:14:41.378433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "894@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "894@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.380219"], ["updated_at", "2019-02-13 15:14:41.380219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "895@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "895@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.381890"], ["updated_at", "2019-02-13 15:14:41.381890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "896@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "896@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.383566"], ["updated_at", "2019-02-13 15:14:41.383566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "897@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "897@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.385498"], ["updated_at", "2019-02-13 15:14:41.385498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "898@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "898@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.387808"], ["updated_at", "2019-02-13 15:14:41.387808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "899@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "899@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.389859"], ["updated_at", "2019-02-13 15:14:41.389859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "900@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "900@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.391603"], ["updated_at", "2019-02-13 15:14:41.391603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "901@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "901@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.393202"], ["updated_at", "2019-02-13 15:14:41.393202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "902@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "902@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.394769"], ["updated_at", "2019-02-13 15:14:41.394769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "903@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "903@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.397640"], ["updated_at", "2019-02-13 15:14:41.397640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "904@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "904@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.400008"], ["updated_at", "2019-02-13 15:14:41.400008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "905@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "905@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.402680"], ["updated_at", "2019-02-13 15:14:41.402680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "906@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "906@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.405598"], ["updated_at", "2019-02-13 15:14:41.405598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "907@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "907@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.407964"], ["updated_at", "2019-02-13 15:14:41.407964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "908@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "908@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.410154"], ["updated_at", "2019-02-13 15:14:41.410154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "909@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "909@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.412496"], ["updated_at", "2019-02-13 15:14:41.412496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "910@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "910@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.414741"], ["updated_at", "2019-02-13 15:14:41.414741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "911@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "911@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.417062"], ["updated_at", "2019-02-13 15:14:41.417062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "912@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "912@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.420122"], ["updated_at", "2019-02-13 15:14:41.420122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "913@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "913@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.422693"], ["updated_at", "2019-02-13 15:14:41.422693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "914@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "914@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.425678"], ["updated_at", "2019-02-13 15:14:41.425678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "915@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "915@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.428191"], ["updated_at", "2019-02-13 15:14:41.428191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "916@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "916@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.430644"], ["updated_at", "2019-02-13 15:14:41.430644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "917@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "917@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.432975"], ["updated_at", "2019-02-13 15:14:41.432975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "918@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "918@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.435472"], ["updated_at", "2019-02-13 15:14:41.435472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "919@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "919@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.438380"], ["updated_at", "2019-02-13 15:14:41.438380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "920@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "920@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.440740"], ["updated_at", "2019-02-13 15:14:41.440740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "921@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "921@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.443343"], ["updated_at", "2019-02-13 15:14:41.443343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "922@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "922@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.445666"], ["updated_at", "2019-02-13 15:14:41.445666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "923@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "923@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.448098"], ["updated_at", "2019-02-13 15:14:41.448098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "924@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "924@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.450398"], ["updated_at", "2019-02-13 15:14:41.450398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "925@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "925@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.453024"], ["updated_at", "2019-02-13 15:14:41.453024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "926@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "926@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.455485"], ["updated_at", "2019-02-13 15:14:41.455485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "927@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "927@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.458122"], ["updated_at", "2019-02-13 15:14:41.458122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "928@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "928@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.460902"], ["updated_at", "2019-02-13 15:14:41.460902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "929@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "929@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.463546"], ["updated_at", "2019-02-13 15:14:41.463546"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "930@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "930@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.466222"], ["updated_at", "2019-02-13 15:14:41.466222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "931@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "931@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.468871"], ["updated_at", "2019-02-13 15:14:41.468871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "932@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "932@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.471420"], ["updated_at", "2019-02-13 15:14:41.471420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "933@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "933@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.474132"], ["updated_at", "2019-02-13 15:14:41.474132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "934@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "934@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.476388"], ["updated_at", "2019-02-13 15:14:41.476388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "935@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "935@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.478919"], ["updated_at", "2019-02-13 15:14:41.478919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "936@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "936@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.481152"], ["updated_at", "2019-02-13 15:14:41.481152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "937@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "937@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.483716"], ["updated_at", "2019-02-13 15:14:41.483716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "938@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "938@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.486305"], ["updated_at", "2019-02-13 15:14:41.486305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "939@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "939@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.489569"], ["updated_at", "2019-02-13 15:14:41.489569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "940@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "940@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.492433"], ["updated_at", "2019-02-13 15:14:41.492433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "941@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "941@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.496937"], ["updated_at", "2019-02-13 15:14:41.496937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "942@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "942@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.501493"], ["updated_at", "2019-02-13 15:14:41.501493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "943@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "943@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.507378"], ["updated_at", "2019-02-13 15:14:41.507378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "944@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "944@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.512494"], ["updated_at", "2019-02-13 15:14:41.512494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "945@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "945@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.518492"], ["updated_at", "2019-02-13 15:14:41.518492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "946@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "946@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.522860"], ["updated_at", "2019-02-13 15:14:41.522860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "947@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "947@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.525711"], ["updated_at", "2019-02-13 15:14:41.525711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "948@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "948@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.527963"], ["updated_at", "2019-02-13 15:14:41.527963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "949@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "949@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.530304"], ["updated_at", "2019-02-13 15:14:41.530304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "950@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "950@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.532961"], ["updated_at", "2019-02-13 15:14:41.532961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "951@example.com"], ["LIMIT", 1]] SQL (0.8ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "951@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.535647"], ["updated_at", "2019-02-13 15:14:41.535647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "952@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "952@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.541372"], ["updated_at", "2019-02-13 15:14:41.541372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "953@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "953@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.543898"], ["updated_at", "2019-02-13 15:14:41.543898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "954@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "954@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.546237"], ["updated_at", "2019-02-13 15:14:41.546237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "955@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "955@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.548567"], ["updated_at", "2019-02-13 15:14:41.548567"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "956@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "956@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.550837"], ["updated_at", "2019-02-13 15:14:41.550837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "957@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "957@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.554013"], ["updated_at", "2019-02-13 15:14:41.554013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "958@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "958@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.557483"], ["updated_at", "2019-02-13 15:14:41.557483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "959@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "959@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.560538"], ["updated_at", "2019-02-13 15:14:41.560538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "960@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "960@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.563482"], ["updated_at", "2019-02-13 15:14:41.563482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "961@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "961@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.566218"], ["updated_at", "2019-02-13 15:14:41.566218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "962@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "962@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.569020"], ["updated_at", "2019-02-13 15:14:41.569020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "963@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "963@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.572136"], ["updated_at", "2019-02-13 15:14:41.572136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "964@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "964@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.574991"], ["updated_at", "2019-02-13 15:14:41.574991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "965@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "965@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.577203"], ["updated_at", "2019-02-13 15:14:41.577203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "966@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "966@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.581631"], ["updated_at", "2019-02-13 15:14:41.581631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "967@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "967@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.584281"], ["updated_at", "2019-02-13 15:14:41.584281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "968@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "968@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.586125"], ["updated_at", "2019-02-13 15:14:41.586125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "969@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "969@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.588220"], ["updated_at", "2019-02-13 15:14:41.588220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "970@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "970@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.590051"], ["updated_at", "2019-02-13 15:14:41.590051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "971@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "971@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.591720"], ["updated_at", "2019-02-13 15:14:41.591720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "972@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "972@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.593331"], ["updated_at", "2019-02-13 15:14:41.593331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "973@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "973@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.595021"], ["updated_at", "2019-02-13 15:14:41.595021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "974@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "974@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.596796"], ["updated_at", "2019-02-13 15:14:41.596796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "975@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "975@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.598437"], ["updated_at", "2019-02-13 15:14:41.598437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "976@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "976@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.600023"], ["updated_at", "2019-02-13 15:14:41.600023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "977@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "977@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.601690"], ["updated_at", "2019-02-13 15:14:41.601690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "978@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "978@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.603965"], ["updated_at", "2019-02-13 15:14:41.603965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "979@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "979@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.607548"], ["updated_at", "2019-02-13 15:14:41.607548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "980@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "980@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.609289"], ["updated_at", "2019-02-13 15:14:41.609289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "981@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "981@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.610952"], ["updated_at", "2019-02-13 15:14:41.610952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "982@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "982@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.612530"], ["updated_at", "2019-02-13 15:14:41.612530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "983@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "983@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.614061"], ["updated_at", "2019-02-13 15:14:41.614061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "984@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "984@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.615643"], ["updated_at", "2019-02-13 15:14:41.615643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "985@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "985@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.617227"], ["updated_at", "2019-02-13 15:14:41.617227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "986@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "986@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.618888"], ["updated_at", "2019-02-13 15:14:41.618888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "987@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "987@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.620496"], ["updated_at", "2019-02-13 15:14:41.620496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "988@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "988@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.622727"], ["updated_at", "2019-02-13 15:14:41.622727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "989@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "989@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.624436"], ["updated_at", "2019-02-13 15:14:41.624436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "990@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "990@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.626039"], ["updated_at", "2019-02-13 15:14:41.626039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "991@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "991@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.628186"], ["updated_at", "2019-02-13 15:14:41.628186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "992@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "992@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.630472"], ["updated_at", "2019-02-13 15:14:41.630472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "993@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "993@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.632412"], ["updated_at", "2019-02-13 15:14:41.632412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "994@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "994@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.634142"], ["updated_at", "2019-02-13 15:14:41.634142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "995@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "995@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.636289"], ["updated_at", "2019-02-13 15:14:41.636289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "996@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "996@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.638717"], ["updated_at", "2019-02-13 15:14:41.638717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "997@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "997@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.640606"], ["updated_at", "2019-02-13 15:14:41.640606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "998@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "998@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.642239"], ["updated_at", "2019-02-13 15:14:41.642239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "999@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "999@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.643872"], ["updated_at", "2019-02-13 15:14:41.643872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1000@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1000@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.645957"], ["updated_at", "2019-02-13 15:14:41.645957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1001@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1001@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.648208"], ["updated_at", "2019-02-13 15:14:41.648208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1002@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1002@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.650156"], ["updated_at", "2019-02-13 15:14:41.650156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1003@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1003@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.652339"], ["updated_at", "2019-02-13 15:14:41.652339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1004@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1004@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.654121"], ["updated_at", "2019-02-13 15:14:41.654121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1005@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1005@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.656690"], ["updated_at", "2019-02-13 15:14:41.656690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1006@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1006@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.658506"], ["updated_at", "2019-02-13 15:14:41.658506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1007@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1007@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.660107"], ["updated_at", "2019-02-13 15:14:41.660107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1008@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1008@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.661744"], ["updated_at", "2019-02-13 15:14:41.661744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1009@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1009@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.663486"], ["updated_at", "2019-02-13 15:14:41.663486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1010@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1010@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.665577"], ["updated_at", "2019-02-13 15:14:41.665577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1011@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1011@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.667282"], ["updated_at", "2019-02-13 15:14:41.667282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1012@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1012@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.668969"], ["updated_at", "2019-02-13 15:14:41.668969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1013@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1013@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.671180"], ["updated_at", "2019-02-13 15:14:41.671180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1014@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1014@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.673602"], ["updated_at", "2019-02-13 15:14:41.673602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1015@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1015@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.675854"], ["updated_at", "2019-02-13 15:14:41.675854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1016@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1016@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.677485"], ["updated_at", "2019-02-13 15:14:41.677485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1017@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1017@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.679055"], ["updated_at", "2019-02-13 15:14:41.679055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1018@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1018@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.680684"], ["updated_at", "2019-02-13 15:14:41.680684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1019@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1019@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.682616"], ["updated_at", "2019-02-13 15:14:41.682616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1020@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1020@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.684306"], ["updated_at", "2019-02-13 15:14:41.684306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1021@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1021@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.686409"], ["updated_at", "2019-02-13 15:14:41.686409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1022@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1022@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.688833"], ["updated_at", "2019-02-13 15:14:41.688833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1023@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1023@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.692232"], ["updated_at", "2019-02-13 15:14:41.692232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1024@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1024@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.695278"], ["updated_at", "2019-02-13 15:14:41.695278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1025@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1025@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.699123"], ["updated_at", "2019-02-13 15:14:41.699123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1026@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1026@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.702538"], ["updated_at", "2019-02-13 15:14:41.702538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1027@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1027@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.706371"], ["updated_at", "2019-02-13 15:14:41.706371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1028@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1028@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.709646"], ["updated_at", "2019-02-13 15:14:41.709646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1029@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1029@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.712618"], ["updated_at", "2019-02-13 15:14:41.712618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1030@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1030@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.715178"], ["updated_at", "2019-02-13 15:14:41.715178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1031@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1031@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.718493"], ["updated_at", "2019-02-13 15:14:41.718493"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1032@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1032@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.724327"], ["updated_at", "2019-02-13 15:14:41.724327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1033@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1033@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.726626"], ["updated_at", "2019-02-13 15:14:41.726626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1034@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1034@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.729123"], ["updated_at", "2019-02-13 15:14:41.729123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1035@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1035@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.731632"], ["updated_at", "2019-02-13 15:14:41.731632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1036@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1036@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.734661"], ["updated_at", "2019-02-13 15:14:41.734661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1037@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1037@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.742820"], ["updated_at", "2019-02-13 15:14:41.742820"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1038@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1038@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.756065"], ["updated_at", "2019-02-13 15:14:41.756065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1039@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1039@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.762106"], ["updated_at", "2019-02-13 15:14:41.762106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1040@example.com"], ["LIMIT", 1]] SQL (0.5ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1040@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.766029"], ["updated_at", "2019-02-13 15:14:41.766029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (19.4ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1041@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1041@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.793203"], ["updated_at", "2019-02-13 15:14:41.793203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1042@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1042@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.797693"], ["updated_at", "2019-02-13 15:14:41.797693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1043@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1043@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.814055"], ["updated_at", "2019-02-13 15:14:41.814055"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1044@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1044@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.826532"], ["updated_at", "2019-02-13 15:14:41.826532"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1045@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1045@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.850842"], ["updated_at", "2019-02-13 15:14:41.850842"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1046@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1046@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.865841"], ["updated_at", "2019-02-13 15:14:41.865841"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1047@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1047@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:41.871228"], ["updated_at", "2019-02-13 15:14:41.871228"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1048@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1048@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.005832"], ["updated_at", "2019-02-13 15:14:42.005832"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1049@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1049@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.012539"], ["updated_at", "2019-02-13 15:14:42.012539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1050@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1050@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.023220"], ["updated_at", "2019-02-13 15:14:42.023220"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1051@example.com"], ["LIMIT", 1]] SQL (2.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1051@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.043821"], ["updated_at", "2019-02-13 15:14:42.043821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1052@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1052@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.058580"], ["updated_at", "2019-02-13 15:14:42.058580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1053@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1053@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.101804"], ["updated_at", "2019-02-13 15:14:42.101804"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1054@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1054@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.117292"], ["updated_at", "2019-02-13 15:14:42.117292"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1055@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1055@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.143525"], ["updated_at", "2019-02-13 15:14:42.143525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1056@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1056@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.278557"], ["updated_at", "2019-02-13 15:14:42.278557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1057@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1057@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.285638"], ["updated_at", "2019-02-13 15:14:42.285638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1058@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1058@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.374350"], ["updated_at", "2019-02-13 15:14:42.374350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1059@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1059@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.377707"], ["updated_at", "2019-02-13 15:14:42.377707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1060@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1060@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.383259"], ["updated_at", "2019-02-13 15:14:42.383259"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1061@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1061@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.393169"], ["updated_at", "2019-02-13 15:14:42.393169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1062@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1062@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.398487"], ["updated_at", "2019-02-13 15:14:42.398487"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1063@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1063@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.403905"], ["updated_at", "2019-02-13 15:14:42.403905"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1064@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1064@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.410454"], ["updated_at", "2019-02-13 15:14:42.410454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1065@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1065@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.414413"], ["updated_at", "2019-02-13 15:14:42.414413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1066@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1066@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.420286"], ["updated_at", "2019-02-13 15:14:42.420286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1067@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1067@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.426728"], ["updated_at", "2019-02-13 15:14:42.426728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1068@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1068@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.430171"], ["updated_at", "2019-02-13 15:14:42.430171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1069@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1069@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.434530"], ["updated_at", "2019-02-13 15:14:42.434530"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1070@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1070@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.442074"], ["updated_at", "2019-02-13 15:14:42.442074"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1071@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1071@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.446270"], ["updated_at", "2019-02-13 15:14:42.446270"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1072@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1072@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.451324"], ["updated_at", "2019-02-13 15:14:42.451324"]]  (1.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1073@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1073@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.459290"], ["updated_at", "2019-02-13 15:14:42.459290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1074@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1074@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.466332"], ["updated_at", "2019-02-13 15:14:42.466332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1075@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1075@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.472056"], ["updated_at", "2019-02-13 15:14:42.472056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1076@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1076@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.476305"], ["updated_at", "2019-02-13 15:14:42.476305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1077@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1077@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.480482"], ["updated_at", "2019-02-13 15:14:42.480482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1078@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1078@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.489457"], ["updated_at", "2019-02-13 15:14:42.489457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1079@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1079@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.495343"], ["updated_at", "2019-02-13 15:14:42.495343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1080@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1080@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.499268"], ["updated_at", "2019-02-13 15:14:42.499268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1081@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1081@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.502972"], ["updated_at", "2019-02-13 15:14:42.502972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1082@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1082@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.508818"], ["updated_at", "2019-02-13 15:14:42.508818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1083@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1083@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.511884"], ["updated_at", "2019-02-13 15:14:42.511884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1084@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1084@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.515164"], ["updated_at", "2019-02-13 15:14:42.515164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1085@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1085@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.518296"], ["updated_at", "2019-02-13 15:14:42.518296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1086@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1086@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.527828"], ["updated_at", "2019-02-13 15:14:42.527828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1087@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1087@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.530365"], ["updated_at", "2019-02-13 15:14:42.530365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1088@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1088@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.533932"], ["updated_at", "2019-02-13 15:14:42.533932"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1089@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1089@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.537922"], ["updated_at", "2019-02-13 15:14:42.537922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1090@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1090@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.543008"], ["updated_at", "2019-02-13 15:14:42.543008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1091@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1091@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.545464"], ["updated_at", "2019-02-13 15:14:42.545464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1092@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1092@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.548649"], ["updated_at", "2019-02-13 15:14:42.548649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1093@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1093@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.552170"], ["updated_at", "2019-02-13 15:14:42.552170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1094@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1094@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.557227"], ["updated_at", "2019-02-13 15:14:42.557227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1095@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1095@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.561424"], ["updated_at", "2019-02-13 15:14:42.561424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1096@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1096@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.565224"], ["updated_at", "2019-02-13 15:14:42.565224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1097@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1097@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.570378"], ["updated_at", "2019-02-13 15:14:42.570378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1098@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1098@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.578184"], ["updated_at", "2019-02-13 15:14:42.578184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1099@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1099@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.585225"], ["updated_at", "2019-02-13 15:14:42.585225"]]  (3.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1100@example.com"], ["LIMIT", 1]] SQL (0.6ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1100@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.594908"], ["updated_at", "2019-02-13 15:14:42.594908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1101@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1101@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.601339"], ["updated_at", "2019-02-13 15:14:42.601339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1102@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1102@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.609054"], ["updated_at", "2019-02-13 15:14:42.609054"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1103@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1103@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.615518"], ["updated_at", "2019-02-13 15:14:42.615518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1104@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1104@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.642923"], ["updated_at", "2019-02-13 15:14:42.642923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1105@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1105@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.645715"], ["updated_at", "2019-02-13 15:14:42.645715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1106@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1106@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.647852"], ["updated_at", "2019-02-13 15:14:42.647852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1107@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1107@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.662909"], ["updated_at", "2019-02-13 15:14:42.662909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1108@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1108@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.667346"], ["updated_at", "2019-02-13 15:14:42.667346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1109@example.com"], ["LIMIT", 1]] SQL (0.7ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1109@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.670503"], ["updated_at", "2019-02-13 15:14:42.670503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1110@example.com"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1110@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.676651"], ["updated_at", "2019-02-13 15:14:42.676651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1111@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1111@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.684314"], ["updated_at", "2019-02-13 15:14:42.684314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1112@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1112@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.687243"], ["updated_at", "2019-02-13 15:14:42.687243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? [["company_id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#index as HTML Parameters: {"count"=>"10", "startIndex"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."created_at" DESC, "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 1.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.703773"], ["updated_at", "2019-02-13 15:14:42.703773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.713912"], ["updated_at", "2019-02-13 15:14:42.713912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1113@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1113@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.717997"], ["updated_at", "2019-02-13 15:14:42.717997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1114@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1114@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.720658"], ["updated_at", "2019-02-13 15:14:42.720658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1115@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1115@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.722902"], ["updated_at", "2019-02-13 15:14:42.722902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1116@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1116@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.727235"], ["updated_at", "2019-02-13 15:14:42.727235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1117@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1117@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.729447"], ["updated_at", "2019-02-13 15:14:42.729447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1118@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1118@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.731238"], ["updated_at", "2019-02-13 15:14:42.731238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1119@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1119@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.733244"], ["updated_at", "2019-02-13 15:14:42.733244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1120@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1120@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.735230"], ["updated_at", "2019-02-13 15:14:42.735230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1121@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1121@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.737409"], ["updated_at", "2019-02-13 15:14:42.737409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.8ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1122@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "Test"], ["last_name", "User"], ["email", "1122@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.741568"], ["updated_at", "2019-02-13 15:14:42.741568"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#index as HTML Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ? [["company_id", 1], ["LIMIT", 100], ["OFFSET", 0]] Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "unauthorized"], ["LIMIT", 1]] Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.762803"], ["updated_at", "2019-02-13 15:14:42.762803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1123@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1123@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.766623"], ["updated_at", "2019-02-13 15:14:42.766623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1123@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 8ms (Views: 0.2ms | ActiveRecord: 0.5ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.778900"], ["updated_at", "2019-02-13 15:14:42.778900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1124@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1124@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.782741"], ["updated_at", "2019-02-13 15:14:42.782741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.784164"], ["updated_at", "2019-02-13 15:14:42.784164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1125@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1000], ["first_name", "Test"], ["last_name", "User"], ["email", "1125@example.com"], ["company_id", 2], ["created_at", "2019-02-13 15:14:42.787163"], ["updated_at", "2019-02-13 15:14:42.787163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"1000"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1000], ["LIMIT", 1]] Completed 404 Not Found in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.796786"], ["updated_at", "2019-02-13 15:14:42.796786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1126@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1126@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.800204"], ["updated_at", "2019-02-13 15:14:42.800204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1126@example.com"], ["id", 1], ["LIMIT", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-13 15:14:42.807879"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.811009"], ["updated_at", "2019-02-13 15:14:42.811009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1127@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1127@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.814512"], ["updated_at", "2019-02-13 15:14:42.814512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>false, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1127@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-13 15:14:42.818378"], ["updated_at", "2019-02-13 15:14:42.819510"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-13 15:14:42.823000"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 0.7ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.827698"], ["updated_at", "2019-02-13 15:14:42.827698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1128@example.com"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1128@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.832459"], ["updated_at", "2019-02-13 15:14:42.832459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.4ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", "2019-02-13 15:14:42.834087"], ["updated_at", "2019-02-13 15:14:42.837240"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"userName"=>"test@example.com", "name"=>{"givenName"=>"Test", "familyName"=>"User"}, "emails"=>[{"value"=>"test@example.com"}], "active"=>true, "id"=>"1"} Company Load (0.0ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1128@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "archived_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["archived_at", nil], ["updated_at", "2019-02-13 15:14:42.844440"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-13 15:14:42.847523"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.7ms) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.853885"], ["updated_at", "2019-02-13 15:14:42.853885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1129@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1129@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.858694"], ["updated_at", "2019-02-13 15:14:42.858694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"id"=>"fake_id"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:42.865861"], ["updated_at", "2019-02-13 15:14:42.865861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "1130@example.com"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "users" ("id", "first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["first_name", "Test"], ["last_name", "User"], ["email", "1130@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:42.868239"], ["updated_at", "2019-02-13 15:14:42.868239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by ScimRails::ScimUsersController#put_update as HTML Parameters: {"active"=>"true", "emails"=>[{"value"=>"test@example.com"}], "name"=>{"familyName"=>"User", "givenName"=>"Test"}, "userName"=>"test@example.com", "id"=>"1"} Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."id" = ? LIMIT ? [["company_id", 1], ["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "1130@example.com"], ["id", 1], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ? [["email", "test@example.com"], ["id", 1], ["LIMIT", 1]] SQL (0.1ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "test@example.com"], ["updated_at", "2019-02-13 15:14:42.877506"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 0.6ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:43.009574"], ["updated_at", "2019-02-13 15:14:43.009574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-13 10:14:43 -0500 Processing by ScimRails::ScimUsersController#create as HTML Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" IS NULL LIMIT ? [["company_id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 422 Unprocessable Entity in 10ms (Views: 0.2ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "companies" ("name", "subdomain", "api_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test Company"], ["subdomain", "test"], ["api_token", "1"], ["created_at", "2019-02-13 15:14:43.029908"], ["updated_at", "2019-02-13 15:14:43.029908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]] Started POST "/scim_rails/scim/v2/Users" for 127.0.0.1 at 2019-02-13 10:14:43 -0500 Processing by ScimRails::ScimUsersController#create as HTML Parameters: {"name"=>{"givenName"=>"New", "familyName"=>"User"}, "emails"=>[{"value"=>"new@example.com"}]} Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."subdomain" = ? LIMIT ? [["subdomain", "test"], ["LIMIT", 1]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."company_id" = ? AND "users"."email" = ? LIMIT ? [["company_id", 1], ["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ? [["email", "new@example.com"], ["LIMIT", 1]] SQL (0.1ms) INSERT INTO "users" ("first_name", "last_name", "email", "company_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["first_name", "New"], ["last_name", "User"], ["email", "new@example.com"], ["company_id", 1], ["created_at", "2019-02-13 15:14:43.042832"], ["updated_at", "2019-02-13 15:14:43.042832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 201 Created in 10ms (Views: 0.3ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "users" WHERE "users"."company_id" = ? [["company_id", 1]]  (0.4ms) rollback transaction